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:
jh629g 2019-04-17 09:00:43 -05:00 committed by Tin Lam
parent 9560a45519
commit 0afa508f06
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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