Merge "Fix results of openstack volume type list --default"

This commit is contained in:
Zuul 2019-04-20 04:52:02 +00:00 committed by Gerrit Code Review
commit f22f530303
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