From 956237a171f538c55f1fb9afce353f9671e36cc2 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Mon, 23 Feb 2015 15:00:10 +0000 Subject: [PATCH] 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 --- doc/source/dev/dev-quickstart.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 1c02975525..2451751d01 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -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