summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2014-09-24 14:44:52 +0100
committerLucas Alvares Gomes <lucasagomes@gmail.com>2014-09-24 14:44:52 +0100
commit1a4a5e282f752f694c3ac58cb8001dbbdd88bd44 (patch)
treeb3b860d701e7b7f229669de81c75da3bcac5123e /doc
parent85c36c561f29852a6d38004df0f02adecd806148 (diff)
downloadironic-1a4a5e282f752f694c3ac58cb8001dbbdd88bd44.tar.gz
Separate the agent driver config from the base localrc config
This makes the copy&paste much easier. Change-Id: I22737c634fd20e0a1c4aaab71b1e2c769678eeec
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/dev-quickstart.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst
index 6556da1be..b895c72ef 100644
--- a/doc/source/dev/dev-quickstart.rst
+++ b/doc/source/dev/dev-quickstart.rst
@@ -292,7 +292,11 @@ or the agent driver, not both.::
SCREEN_LOGDIR=$HOME/logs
IRONIC_VM_LOG_DIR=$HOME/ironic-bm-logs
- # If running with the agent driver:
+ END
+
+If running with the agent driver::
+
+ cat >>localrc <<END
enable_service s-proxy s-object s-container s-account
SWIFT_ENABLE_TEMPURLS=True
IRONIC_ENABLED_DRIVERS=fake,agent_ssh,agent_ipmitool