summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatthew Treinish <treinish@linux.vnet.ibm.com>2014-04-11 19:47:13 +0000
committerMatthew Treinish <treinish@linux.vnet.ibm.com>2014-04-11 20:13:06 +0000
commit42d50f61e1f13439032593e422ba8544a32d4f37 (patch)
tree776e5d2b790c3482475890267451fba6cd2e6832 /tools
parent1722f0b17c4adf78e388873f2b9f0dbc08fb7ae3 (diff)
downloadtempest-42d50f61e1f13439032593e422ba8544a32d4f37.tar.gz
Fix service list in verify_tempest_config
This commit updates the service list for verify_tempest_config. The list was not updated to include new options for marconi and trove. It also wasn't updated for the sahara rename. Partially implements bp config-verification Change-Id: I00500e104dda34098cf445f4bbd522ea843fcabf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/verify_tempest_config.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/verify_tempest_config.py b/tools/verify_tempest_config.py
index db29da593..0f7d5d401 100755
--- a/tools/verify_tempest_config.py
+++ b/tools/verify_tempest_config.py
@@ -169,10 +169,11 @@ def check_service_availability(os):
'orchestration': 'heat',
'metering': 'ceilometer',
'telemetry': 'ceilometer',
- 'data_processing': 'savanna',
+ 'data_processing': 'sahara',
'baremetal': 'ironic',
- 'identity': 'keystone'
-
+ 'identity': 'keystone',
+ 'queuing': 'marconi',
+ 'database': 'trove'
}
# Get catalog list for endpoints to use for validation
__, endpoints = os.endpoints_client.list_endpoints()