Change Marconi to Zaqar

Marconi has been renamed to Zaqar and now shows up empty on reviewday.

Change-Id: I7df76586ad1ed83176019c26e39c108913b21f96
This commit is contained in:
Cindy Pallares 2014-08-26 11:20:01 -05:00
parent 1f48536f7b
commit 3a8839bf3a
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,6 @@ PROJECTS = [
'identity-api',
'ironic',
'keystone',
'marconi',
'neutron',
'nova',
'os-apply-config',
@ -46,12 +45,12 @@ PROJECTS = [
'python-ironicclient',
'python-keystoneclient',
'python-neutronclient',
'python-marconiclient',
'python-novaclient',
'python-saharaclient',
'python-swiftclient',
'python-troveclient',
'python-tuskarclient',
'python-zaqarclient',
'sahara',
'sahara-dashboard',
'sahara-extra',
@ -65,6 +64,7 @@ PROJECTS = [
'trove-integration',
'tuskar',
'tuskar-ui',
'zaqar',
]
for project in PROJECTS: