summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gandelman <adamg@ubuntu.com>2014-03-27 12:26:50 -0700
committerAdam Gandelman <adamg@ubuntu.com>2014-03-27 12:26:50 -0700
commitc02a2a3fbaf3a825f210672f47cdc080174177c1 (patch)
tree8519438dc6b5dd12ae8028e575a15e8a4c2e7b96
parentf1e702c35719407db0a77684294cdb4e73a461c3 (diff)
downloadironic-c02a2a3fbaf3a825f210672f47cdc080174177c1.tar.gz
Remove some obsolete settings from DevStack doc
The BM_* variables are no longer used by Devstack for Ironic deployment and the new defaults should work fine. Removes references to the old settings. Change-Id: Ia19dccaf389273c5a224b804eb270c08d31a1811
-rw-r--r--doc/source/dev/dev-quickstart.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst
index f37447fa8..e3770c123 100644
--- a/doc/source/dev/dev-quickstart.rst
+++ b/doc/source/dev/dev-quickstart.rst
@@ -248,11 +248,6 @@ Create devstack/localrc with minimal settings required to enable Ironic::
enable_service q-meta
enable_service neutron
- # Instruct DevStack to build a deployment kernel and ramdisk using
- # diskimage-builder.
- BM_BUILD_DEPLOY_RAMDISK=True
- BM_DEPLOY_FLAVOR='-a amd64 ubuntu deploy-ironic'
-
# Create 3 virtual machines with 512M memory and 10G disk to
# pose as Ironic's baremetal nodes.
IRONIC_BAREMETAL_BASIC_OPS=True