Merge "Fix cinder auth configs in nova"

This commit is contained in:
Zuul
2025-07-10 20:02:44 +00:00
committed by Gerrit Code Review
2 changed files with 21 additions and 0 deletions

View File

@@ -1470,6 +1470,7 @@ conf:
auth_type: password
auth_version: v3
cinder:
auth_type: password
catalog_info: volumev3::internalURL
database:
max_retries: -1
@@ -1911,6 +1912,22 @@ endpoints:
api:
default: 9292
public: 80
volumev3:
name: cinderv3
hosts:
default: cinder-api
public: cinder
host_fqdn_override:
default: null
path:
default: '/v3/%(tenant_id)s'
healthcheck: /healthcheck
scheme:
default: http
port:
api:
default: 8776
public: 80
compute:
name: nova
hosts:

View File

@@ -0,0 +1,4 @@
---
nova:
- Fix Cinder auth config in values.yaml
...