Enable sahara on tempest

This change add variables for enabling sahara on tempest tests, by
default it is set to False. Also adds sahara client on the list of
packages to be installed.

Change-Id: I8abc5c567e0d3e5829b9f7da8be5b0d0fc065ea7
This commit is contained in:
Flávio Ramalho 2016-06-03 17:24:09 -03:00
parent 4fe7f096e9
commit 4a5b482eba
2 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,7 @@ tempest_service_available_heat: True
tempest_service_available_horizon: True
tempest_service_available_neutron: True
tempest_service_available_nova: True
tempest_service_available_sahara: False
tempest_service_available_swift: True
tempest_image_api_v1_enabled: true
@ -145,6 +146,7 @@ tempest_pip_packages:
- python-neutronclient
- python-novaclient
- python-openstackclient
- python-saharaclient
- python-subunit
- python-swiftclient

View File

@ -181,6 +181,7 @@ heat = {{ tempest_service_available_heat }}
ceilometer = {{ tempest_service_available_ceilometer }}
horizon = {{ tempest_service_available_horizon }}
aodh = {{ tempest_service_available_aodh }}
sahara = {{ tempest_service_available_sahara }}
[stress]