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
This commit is contained in:
Pavlo Shchelokovskyy 2016-09-28 17:13:51 +03:00
parent 2a2cff1e0a
commit cb71a38b88
1 changed files with 1 additions and 1 deletions

View File

@ -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.