Add ability to configure zaqar for tempest testing

Paving the way for zaqar role testing using the tempest
plugin available within the zaqar source code

Change-Id: Idae0472788efdc99fa35bd011090a863c29fea7f
This commit is contained in:
Travis Truman 2016-07-28 11:36:28 -04:00
parent ff0f1efbae
commit d9e32c058e
3 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,7 @@ tempest_service_available_neutron: True
tempest_service_available_nova: True
tempest_service_available_sahara: False
tempest_service_available_swift: True
tempest_service_available_zaqar: False
tempest_image_api_v1_enabled: true
tempest_image_api_v2_enabled: True

View File

@ -182,7 +182,7 @@ ceilometer = {{ tempest_service_available_ceilometer }}
horizon = {{ tempest_service_available_horizon }}
aodh = {{ tempest_service_available_aodh }}
sahara = {{ tempest_service_available_sahara }}
zaqar = {{ tempest_service_available_zaqar }}
[stress]

View File

@ -54,6 +54,7 @@ tempest_service_available_horizon: False
tempest_service_available_neutron: False
tempest_service_available_nova: False
tempest_service_available_swift: False
tempest_service_available_zaqar: False
tempest_plugins:
- name: designate-tempest-plugin
repo: https://git.openstack.org/openstack/designate-tempest-plugin