Disable glance v1 API by default

The glance v1 API is scheduled to be removed in Queens and has been
disabled by default in the os_glance role. Also disable tempest testing
against the glance v1 API by default.

Change-Id: I6ef6e280e9697c45e428ec9dc519cfd0f82b651a
This commit is contained in:
Jimmy McCrory 2017-11-22 20:23:16 -06:00
parent 06a6106364
commit f179d06211

View File

@ -127,7 +127,7 @@ tempest_service_available_sahara: False
tempest_service_available_swift: True
tempest_service_available_zaqar: False
tempest_image_api_v1_enabled: True
tempest_image_api_v1_enabled: False
tempest_image_api_v2_enabled: True
tempest_swift_enabled: True