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:
parent
4a89425f42
commit
fba815f9c0
@ -78,6 +78,7 @@ SERVICE_NAMES = {
|
|||||||
'network': 'neutron',
|
'network': 'neutron',
|
||||||
'object-store': 'swift',
|
'object-store': 'swift',
|
||||||
'orchestration': 'heat',
|
'orchestration': 'heat',
|
||||||
|
'share': 'manila',
|
||||||
'telemetry': 'ceilometer',
|
'telemetry': 'ceilometer',
|
||||||
'volume': 'cinder',
|
'volume': 'cinder',
|
||||||
'messaging': 'zaqar',
|
'messaging': 'zaqar',
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user