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