Disable n-novnc, heat, cinder and horizon on devstack

Ironic doesn't integrate with those projects (at present) so no reason
to leave them enabled.

Change-Id: I0e27fdd01715ba9daebbdbbe5e45a772dd6abc1f
This commit is contained in:
Lucas Alvares Gomes 2015-02-23 15:00:10 +00:00
parent b1f932a5c1
commit 956237a171

View File

@ -275,6 +275,7 @@ or the agent driver, not both. The default is the PXE driver.::
# Enable Neutron which is required by Ironic and disable nova-network.
disable_service n-net
disable_service n-novnc
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
@ -282,6 +283,15 @@ or the agent driver, not both. The default is the PXE driver.::
enable_service q-meta
enable_service neutron
# Disable Horizon
disable_service horizon
# Disable Heat
disable_service heat h-api h-api-cfn h-api-cw h-eng
# Disable Cinder
disable_service cinder c-sch c-api c-vol
# Create 3 virtual machines to pose as Ironic's baremetal nodes.
IRONIC_VM_COUNT=3
IRONIC_VM_SSH_PORT=22