From cb71a38b889acba351a9f943f811e4da88cca299 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 28 Sep 2016 17:13:51 +0300 Subject: [PATCH] Use correct option value for standalone install For Ironic standalone mode, the install guide incorrectly documents the value to be set for `auth_strategy` config option as 'none', when in fact it is `noauth` (even in Kilo release when this was introduced). Change-Id: Ida1a0610baa3d40cadbc166dd53128a4429d57e2 Closes-Bug: #1603368 --- install-guide/source/standalone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide/source/standalone.rst b/install-guide/source/standalone.rst index 1faeb99ee4..6e83c0079b 100644 --- a/install-guide/source/standalone.rst +++ b/install-guide/source/standalone.rst @@ -11,7 +11,7 @@ You should make the following changes to ``/etc/ironic/ironic.conf``: [DEFAULT] ... - auth_strategy=none + auth_strategy=noauth #. If you want to disable the Networking service, you should have your network pre-configured to serve DHCP and TFTP for machines that you're deploying.