enable congress multi process deployment

This patch is in accordance with commit
I0951b6d9693a24faca68e4daedf13f253e965404 to start congress as
multi-process in congress gate-jobs

Change-Id: I8d3ca27af2c6e0335e9cf2883e37c788b36be57f
This commit is contained in:
Anusha Ramineni 2016-09-27 11:09:49 +05:30
parent 0ef837beda
commit a197e06da9

View File

@ -48,6 +48,8 @@
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin congress git://git.openstack.org/openstack/congress"
# To be enabled for Mitaka and later
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin murano git://git.openstack.org/openstack/murano"
# To deploy congress as multi-process (api, pe, datasources)
DEVSTACK_LOCAL_CONFIG+=$'\n'"CONGRESS_MULTIPROCESS_DEPLOYMENT=True"
fi
export ENABLED_SERVICES
@ -97,6 +99,7 @@
# Enable congress devstack plugin.
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin congress git://git.openstack.org/openstack/congress"
DEVSTACK_LOCAL_CONFIG+=$'\n'"CONGRESS_REPLICATED=True"
DEVSTACK_LOCAL_CONFIG+=$'\n'"CONGRESS_MULTIPROCESS_DEPLOYMENT=True"
export DEVSTACK_LOCAL_CONFIG
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then