Fix option api_v1 in tempest.conf
Change-Id: Ia92ea9114ffec1dc3108969cb48a3264a23e0eea Closes-bug: #1703515
This commit is contained in:
parent
f2a19a4811
commit
17ac22c40d
@ -47,6 +47,10 @@ uri_v3 = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_p
|
|||||||
region = {{ openstack_region_name }}
|
region = {{ openstack_region_name }}
|
||||||
http_image = {{ image_url }}
|
http_image = {{ image_url }}
|
||||||
|
|
||||||
|
[image-feature-enabled]
|
||||||
|
api_v1 = False
|
||||||
|
api_v2 = False
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
region = {{ openstack_region_name }}
|
region = {{ openstack_region_name }}
|
||||||
public_network_id = {{ tempest_public_network_id }}
|
public_network_id = {{ tempest_public_network_id }}
|
||||||
@ -66,7 +70,7 @@ region = {{ openstack_region_name }}
|
|||||||
region = {{ openstack_region_name }}
|
region = {{ openstack_region_name }}
|
||||||
|
|
||||||
[volume-feature-enabled]
|
[volume-feature-enabled]
|
||||||
api_v1 = False
|
api_v1 = True
|
||||||
|
|
||||||
[validation]
|
[validation]
|
||||||
image_ssh_user = {{ tempest_image_ssh_user }}
|
image_ssh_user = {{ tempest_image_ssh_user }}
|
||||||
|
Loading…
Reference in New Issue
Block a user