[devstack] Automatically enable required service in devstack

* Disable nova-networking
* Enable neutron
* Enable heat

Change-Id: Ifeb14310ab7e312075fda13616e3d7812067f7a7
Closes-Bug: #1439620
This commit is contained in:
Alexey Deryugin 2015-04-09 17:51:07 +03:00
parent 9db6a8e86a
commit 0a2f63b5e4
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ if is_service_enabled murano; then
if is_service_enabled horizon; then
source $TOP_DIR/lib/murano-dashboard
fi
elif [[ "$1" == "stack" && "$2" == "pre-install" ]]; then
echo_summary "Configuring Murano pre-requisites"
if is_service_enabled n-net; then
disable_service n-net
enable_service q-svc q-agt q-dhcp q-l3 q-meta q-metering
fi
enable_service heat h-api h-api-cfn h-api-cw h-eng
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing Murano"
install_murano