Merge "Enable configuration of manila service"

This commit is contained in:
Luigi Toscano 2017-01-20 12:49:25 -05:00 committed by Gerrit Code Review
commit 110b7338e9
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.