Update build profiles for Placement split

The Placement API is now a separate project, but anyone
building Nova is likely to want it. This change ensures
that it is built alongside Nova.

Change-Id: I05433f5bb2313e2adff39850a970d4430340c852
This commit is contained in:
Doug Szumski 2019-07-30 16:15:31 +00:00
parent ae12359b83
commit d4e89eb932
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ _PROFILE_OPTS = [
'keystone',
'neutron',
'nova-',
'placement',
'swift',
],
help='Main images'),
@ -148,6 +149,7 @@ _PROFILE_OPTS = [
'memcached',
'neutron',
'nova-',
'placement',
'openvswitch',
'rabbitmq',
],
@ -167,6 +169,7 @@ _PROFILE_OPTS = [
'memcached',
'neutron',
'nova-',
'placement',
'openvswitch',
'rabbitmq',
],