Enable configuration of manila service

This change allows the config_tempest.py script to be able to
configure Tempest to Test Manila by default by adding it to the
list of available services.

Change-Id: Ic21752f723b5856fbdbc76b55b81d9eec949aa2d
This commit is contained in:
Dustin Schoenbrun 2017-01-20 11:46:56 -05:00
parent 4a89425f42
commit fba815f9c0
2 changed files with 10 additions and 0 deletions

View File

@ -78,6 +78,7 @@ SERVICE_NAMES = {
'network': 'neutron',
'object-store': 'swift',
'orchestration': 'heat',
'share': 'manila',
'telemetry': 'ceilometer',
'volume': 'cinder',
'messaging': 'zaqar',

View File

@ -0,0 +1,9 @@
---
prelude: >
Added the ability to enable the testing of the
shared file system service (manila) by default
if the service is enabled.
fixes:
- Added the ability to enable the testing of the
shared file system service (manila) by default
if the service is enabled.