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',
|
||||
'object-store': 'swift',
|
||||
'orchestration': 'heat',
|
||||
'share': 'manila',
|
||||
'telemetry': 'ceilometer',
|
||||
'volume': 'cinder',
|
||||
'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