Fix results of openstack volume type list --default
Currently openstack volume type list --default returns 404 if the openstack environment is deployed using openstack-helm. The value default_volume_type was previously unimplemented in values.yaml for cinder. Change-Id: Ifb6d54d875d5cbaffc8330d15d999ef830010177
This commit is contained in:
parent
9560a45519
commit
0afa508f06
@ -784,6 +784,7 @@ conf:
|
||||
# via the endpoints section.
|
||||
osapi_volume_listen_port: null
|
||||
enabled_backends: "rbd1"
|
||||
default_volume_type: "rbd1"
|
||||
# NOTE(portdirect): "cinder.backup.drivers.ceph" and
|
||||
# "cinder.backup.drivers.posix" also supported
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
|
@ -47,3 +47,4 @@ export OS_CLOUD=openstack_helm
|
||||
openstack service list
|
||||
sleep 30 #NOTE(portdirect): Wait for ingress controller to update rules and restart Nginx
|
||||
openstack volume type list
|
||||
openstack volume type list --default
|
||||
|
Loading…
Reference in New Issue
Block a user