Disable XML API tests
XML APIs are on the road to deprecation so lets disable the tests. Related: #653
This commit is contained in:
parent
cb71208d7b
commit
7b02b876f2
@ -52,6 +52,7 @@ change_password = False
|
||||
live_migration = False
|
||||
resize = True
|
||||
api_v3 = False
|
||||
xml_api_v2 = False
|
||||
|
||||
|
||||
[dashboard]
|
||||
@ -78,6 +79,7 @@ uri = http://{{ external_vip_address }}:5000/v2.0/
|
||||
|
||||
|
||||
[identity-feature-enabled]
|
||||
xml_api = False
|
||||
|
||||
[image]
|
||||
|
||||
@ -97,6 +99,7 @@ api_version = 2.0
|
||||
api_extensions = all
|
||||
ipv6_subnet_attributes = True
|
||||
ipv6 = True
|
||||
xml_api = False
|
||||
|
||||
[object-storage]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user