Fix parameter name for removing compute host

The compute parameter name is incorrect in the docs for removing
compute host from openstack. It should be 'host_to_be_removed'.

Change-Id: I0c35183215a6a776e13710ebdbc23fefe61f339b
This commit is contained in:
Albert Mikaelyan 2018-04-08 17:01:03 +03:00
parent 218b2b1752
commit 06abce725f

View File

@ -157,13 +157,13 @@ To remove a compute host, follow the below procedure.
/opt/openstack-ansible-ops /opt/openstack-ansible-ops
#. Run the ``remove_compute_node.yml`` Ansible playbook with the #. Run the ``remove_compute_node.yml`` Ansible playbook with the
``node_to_be_removed`` user variable set: ``host_to_be_removed`` user variable set:
.. code-block:: console .. code-block:: console
$ cd /opt/openstack-ansible-ops/ansible_tools/playbooks $ cd /opt/openstack-ansible-ops/ansible_tools/playbooks
openstack-ansible remove_compute_node.yml \ openstack-ansible remove_compute_node.yml \
-e node_to_be_removed="<name-of-compute-host>" -e host_to_be_removed="<name-of-compute-host>"
#. After the playbook completes, remove the compute node from the #. After the playbook completes, remove the compute node from the
OpenStack-Ansible configuration file in OpenStack-Ansible configuration file in