summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2019-09-23 15:12:35 +0200
committerManuel Buil <mbuil@suse.com>2019-09-23 15:14:42 +0200
commitcad66b03231beba779581892af0317c6dcde2f2b (patch)
tree758aeb66208f3fda385ba3bd2b3055d481da5fea /doc
parent9de0a66aaba749daadaa97bf25637104214f23f3 (diff)
downloadironic-cad66b03231beba779581892af0317c6dcde2f2b.tar.gz
Update env. variables in the documentation
This patch: https://github.com/openstack/bifrost/commit/6df83e0bc56d519bb6d37190228e0977d89da6a3 changes the variables that must be exported to use ironic in standalone mode. The old env. variables: export OS_URL=http://localhost:6385/ export OS_TOKEN='fake-token' must be replaced by: export OS_ENDPOINT=http://localhost:6385/ export OS_AUTH_TYPE=none Change-Id: Ia2ae95af66f701198d5e3174a7cb5564664ae038 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/dev-quickstart.rst4
-rw-r--r--doc/source/install/standalone.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst
index 6f75740c7..62b7fc2cc 100644
--- a/doc/source/contributor/dev-quickstart.rst
+++ b/doc/source/contributor/dev-quickstart.rst
@@ -204,8 +204,8 @@ Step 1: Create a Python virtualenv
#. Export some ENV vars so the client will connect to the local services
that you'll start in the next section::
- export OS_TOKEN=fake-token
- export OS_URL=http://localhost:6385/
+ export OS_AUTH_TYPE=none
+ export OS_ENDPOINT=http://localhost:6385/
Next, install and configure system dependencies.
diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst
index 3112715cc..85197eedc 100644
--- a/doc/source/install/standalone.rst
+++ b/doc/source/install/standalone.rst
@@ -63,12 +63,12 @@ Steps to start a deployment are pretty similar to those when using Compute:
#. To use the `openstack baremetal CLI
<https://docs.openstack.org/python-ironicclient/latest/cli/osc_plugin_cli.html>`_,
set up these environment variables. Since no authentication strategy is
- being used, the value can be any string for OS_TOKEN. OS_URL is
+ being used, the value none must be set for OS_AUTH_TYPE. OS_ENDPOINT is
the URL of the ironic-api process.
For example::
- export OS_TOKEN=fake-token
- export OS_URL=http://localhost:6385/
+ export OS_AUTH_TYPE=none
+ export OS_ENDPOINT=http://localhost:6385/
#. Create a node in Bare Metal service. At minimum, you must specify the driver
name (for example, ``ipmi``). You can also specify all the required