[config-ref] update service names for diff branches

Change-Id: I0d62b5f618808da2fc3c8250d2462b6a282e3506
This commit is contained in:
KATO Tomoyuki 2016-09-29 13:46:00 +09:00
parent 994b514227
commit 01f284ae05
1 changed files with 4 additions and 1 deletions

View File

@ -37,11 +37,14 @@ CODENAME_TITLE = {'aodh': 'Alarming',
'ironic': 'Bare Metal service',
'keystone': 'Identity service',
'manila': 'Shared File Systems service',
'murano': 'Application Catalog service',
'neutron': 'Networking',
'nova': 'Compute',
'sahara': 'Data Processing service',
'senlin': 'Clustering service',
'swift': 'Object Storage service',
'trove': 'Database service'}
'trove': 'Database service',
'zaqar': 'Message service'}
def setup_venv(projects, branch, novenvupdate):