mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Change cinder bootstrap script
This commit changes the cinder template bootstrap script to use the openstack client instead of the cinder client to list volume types. Change-Id: I5a4b22ab4475d503b3e8fa46cd3c56a0b40863e0 Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
@@ -48,7 +48,7 @@ openstack volume type show {{ $name }} || \
|
||||
{{- end }}
|
||||
|
||||
{{- /* Check volume type and properties were added */}}
|
||||
cinder extra-specs-list
|
||||
openstack volume type list --long
|
||||
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user