From 22969d4c2c392ee43b2195dc1f92a130bf5d6a4e Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Wed, 2 Aug 2017 09:00:25 +0800 Subject: [PATCH] Update dev-quickstart doc * Add EANBLE_SERVICES to only run needed services * Remove mogan-ui plugin as it doesn't work now * Remove *ssh driver as it will be removed from ironic soon Change-Id: Icd05fb5dbe37ecc428899872b7d79168070edb4c --- doc/source/dev/dev-quickstart.rst | 48 ++----------------------------- 1 file changed, 3 insertions(+), 45 deletions(-) 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 <