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:
parent
5b8d18c021
commit
7de7cf2f14
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user