diff options
author | Lucas Alvares Gomes <lucasagomes@gmail.com> | 2015-02-23 15:00:10 +0000 |
---|---|---|
committer | Lucas Alvares Gomes <lucasagomes@gmail.com> | 2015-02-23 15:04:52 +0000 |
commit | 956237a171f538c55f1fb9afce353f9671e36cc2 (patch) | |
tree | 2d749f6a228262b9b4ba88297c4b4e72bd0a8920 /doc/source/dev | |
parent | b1f932a5c1489cfe1f2e66c3725569864c2e2fc6 (diff) | |
download | ironic-956237a171f538c55f1fb9afce353f9671e36cc2.tar.gz |
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
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/dev-quickstart.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 1c0297552..2451751d0 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 |