Hard-code service type for cinder
Tempest recently changed the default [volume] catalog_type to use official name[1]. Hard-code the old value until we establish the solution to adopt to the change. [1] https://review.opendev.org/c/openstack/tempest/+/930296 Change-Id: I0ee92d93e065b829faa5871e5a4d92794c9b3f8e
This commit is contained in:
parent
c1a8ef844e
commit
e6345da838
@ -330,6 +330,7 @@ class openstack_integration::tempest (
|
|||||||
vitrage_available => $vitrage,
|
vitrage_available => $vitrage,
|
||||||
gnocchi_available => $gnocchi,
|
gnocchi_available => $gnocchi,
|
||||||
watcher_available => $watcher,
|
watcher_available => $watcher,
|
||||||
|
volume_catalog_type => 'volumev3',
|
||||||
public_network_name => 'public',
|
public_network_name => 'public',
|
||||||
neutron_api_extensions => join(any2array($neutron_api_extensions_real), ','),
|
neutron_api_extensions => join(any2array($neutron_api_extensions_real), ','),
|
||||||
dashboard_url => $dashboard_url,
|
dashboard_url => $dashboard_url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user