diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index c35721ee..95aca8e0 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -239,17 +239,7 @@ Switch to the stack user and clone DevStack:: sudo su - stack git clone https://git.openstack.org/openstack-dev/devstack.git devstack -Create devstack/local.conf with minimal settings required to enable Mogan - -.. note:: - As Ironic tempest configuration depends on baremetal flavor, we have to - temporarily disable tempest in the devstack config file to make it work - with Ironic. - It's ok to enable Horizon, Nova and Cinder services, they don't impact - Mogan at all, disable them in the demo configuration to only deploy the - dependent services - -:: +Create devstack/local.conf with minimal settings required to enable Mogan:: cd devstack cat >local.conf <