Enable Placement-api for grenade job

Some Errors [1]. in nova logs were spotted due to placement-api,
this patch enable placement api to reduce the errors.

[1]. http://logs.openstack.org/31/484531/3/check/gate-grenade-dsvm-networking-odl-nv/ea48ca5/logs/old/screen-n-cpu.txt.gz?level=ERROR

Change-Id: I0246fd228a1aea833c33c6c8367286a2ed2d2c02
This commit is contained in:
Manjeet Singh Bhatia 2017-07-24 16:08:56 +00:00
parent 9128723cfa
commit 4f897654b7
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ for w in base target; do
devstack_localrc $w disable_service q-l3
devstack_localrc $w enable_service q-dhcp
devstack_localrc $w enable_service q-meta
devstack_localrc $w enable_service placement-api
devstack_localrc $w enable_service placement-client
devstack_localrc $w Q_PLUGIN=ml2
devstack_localrc $w ODL_CONFIG_BRIDGES=True
devstack_localrc $w ODL_L3=True