Fix cinder auth configs in nova
Nova seems missing cinder configs for long in nova.conf Change-Id: I5d52662d35c379878a22d00195265bbdcc982bd9 Signed-off-by: ricolin <rlin@vexxhost.com>
This commit is contained in:

committed by
Vladimir Kozhukalov

parent
85569c271a
commit
b83739b81b
@@ -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:
|
||||
|
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