Merge "Fix option api_v1 in tempest.conf"

This commit is contained in:
Jenkins 2017-07-11 13:48:38 +00:00 committed by Gerrit Code Review
commit 16730ea68c
1 changed files with 5 additions and 1 deletions

View File

@ -47,6 +47,10 @@ uri_v3 = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_p
region = {{ openstack_region_name }}
http_image = {{ image_url }}
[image-feature-enabled]
api_v1 = False
api_v2 = False
[network]
region = {{ openstack_region_name }}
public_network_id = {{ tempest_public_network_id }}
@ -66,7 +70,7 @@ region = {{ openstack_region_name }}
region = {{ openstack_region_name }}
[volume-feature-enabled]
api_v1 = False
api_v1 = True
[validation]
image_ssh_user = {{ tempest_image_ssh_user }}