Merge "Fix cinder auth configs in nova"
This commit is contained in:
@@ -1470,6 +1470,7 @@ conf:
|
|||||||
auth_type: password
|
auth_type: password
|
||||||
auth_version: v3
|
auth_version: v3
|
||||||
cinder:
|
cinder:
|
||||||
|
auth_type: password
|
||||||
catalog_info: volumev3::internalURL
|
catalog_info: volumev3::internalURL
|
||||||
database:
|
database:
|
||||||
max_retries: -1
|
max_retries: -1
|
||||||
@@ -1911,6 +1912,22 @@ endpoints:
|
|||||||
api:
|
api:
|
||||||
default: 9292
|
default: 9292
|
||||||
public: 80
|
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:
|
compute:
|
||||||
name: nova
|
name: nova
|
||||||
hosts:
|
hosts:
|
||||||
|
4
releasenotes/notes/nova-29572c7b62b6ae0b.yaml
Normal file
4
releasenotes/notes/nova-29572c7b62b6ae0b.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
nova:
|
||||||
|
- Fix Cinder auth config in values.yaml
|
||||||
|
...
|
Reference in New Issue
Block a user