Fix minor documentation issue
- When referering to the ANSIBLE_INSTALL_ROOT, the stack subdir is not to be used - Improve setup verification by giving an example of ironic command to pass Change-Id: Ib0471e5170d64684e9a6137da5e9b0ccad35a668
This commit is contained in:
parent
33afbb5aae
commit
e0fb22dec9
13
README.rst
13
README.rst
@ -136,7 +136,7 @@ Note:
|
||||
Then run::
|
||||
|
||||
bash ./scripts/env-setup.sh
|
||||
source ${ANSIBLE_INSTALL_ROOT}/stack/ansible/hacking/env-setup
|
||||
source ${ANSIBLE_INSTALL_ROOT}/ansible/hacking/env-setup
|
||||
cd playbooks
|
||||
|
||||
The second part is an Ansible playbook that installs and configures ironic
|
||||
@ -194,7 +194,16 @@ environment variables:
|
||||
is required to cause the client library to send requests directly to the API.
|
||||
|
||||
For your ease of use, ``env-vars`` can be sourced to allow the CLI to connect
|
||||
to a local ironic installation operating in noauth mode.
|
||||
to a local ironic installation operating in noauth mode. Run e.g.::
|
||||
|
||||
source env-vars
|
||||
ironic node-list
|
||||
+------+------+---------------+-------------+--------------------+-------------+
|
||||
| UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance |
|
||||
+------+------+---------------+-------------+--------------------+-------------+
|
||||
+------+------+---------------+-------------+--------------------+-------------+
|
||||
|
||||
which should print an empty table if connection to Ironic works as expected.
|
||||
|
||||
Hardware enrollment
|
||||
===================
|
||||
|
Loading…
Reference in New Issue
Block a user