summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-23 22:13:07 +0000
committerGerrit Code Review <review@openstack.org>2019-09-23 22:13:07 +0000
commit8912c061c63e2c56a56cd952ba0431631dfece98 (patch)
treebf32645225505a57c630628d953817a2ea90aa0b
parent8aabf4590288986516f3ef9b56c763d7f0f93711 (diff)
parentcad66b03231beba779581892af0317c6dcde2f2b (diff)
downloadironic-8912c061c63e2c56a56cd952ba0431631dfece98.tar.gz
Merge "Update env. variables in the documentation"
-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