Add the rest of the client projects.

Adds novaclient, glanceclient, swiftclient, keystoneclient,
cinderclient, heatclient, and ceilometerclient.

Change-Id: Ice15cedf81ba2750f3c1e6d7e3e879cba76b1ad1
This commit is contained in:
Dan Prince 2013-10-31 13:09:19 -04:00
parent 8e24ea2400
commit 28de92eb5f
1 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,12 @@ smoker = SmokeStack('https://smokestack.openstack.org')
projects = {}
cur_timestamp = time()
for project in ['nova', 'glance', 'keystone', 'swift', 'neutron', 'cinder',
'tempest', 'heat', 'horizon', 'ceilometer',
for project in ['nova', 'python-novaclient', 'glance', 'python-glanceclient',
'keystone', 'python-keystoneclient', 'swift',
'python-swiftclient', 'neutron', 'python-neutronclient',
'cinder', 'python-cinderclient', 'heat', 'python-heatclient',
'ceilometer', 'python-ceilometerclient',
'tempest', 'horizon',
'diskimage-builder', 'os-apply-config', 'os-collect-config',
'os-refresh-config', 'python-tuskarclient',
'tripleo-heat-templates', 'tripleo-image-elements',