Fix typing error in distribution upgrades
Change-Id: I7fca8058b384f8325ea4e10636de4baeb28b9f3a Signed-off-by: Marcus Klein <marcus.klein@open-xchange.com>
This commit is contained in:
@@ -170,11 +170,11 @@ Deploying Infrastructure Hosts
|
||||
|
||||
#. Clearing out stale information
|
||||
|
||||
#. Removing stale ansible-facts
|
||||
#. Removing stale Ansible facts
|
||||
|
||||
.. code:: console
|
||||
|
||||
rm /etc/openstack_deploy/ansible-facts/${REINSTALLED_HOST}*
|
||||
rm /etc/openstack_deploy/ansible_facts/${REINSTALLED_HOST}*
|
||||
|
||||
(* because we're deleting all container facts for the host as well)
|
||||
|
||||
@@ -335,11 +335,11 @@ Deploying Compute and Network Hosts
|
||||
|
||||
#. Reinstall a host's operating system
|
||||
|
||||
#. Clear out stale ansible-facts
|
||||
#. Clear out stale Ansible facts
|
||||
|
||||
.. code:: console
|
||||
|
||||
rm /etc/openstack_deploy/ansible-facts/${REINSTALLED_HOST}*
|
||||
rm /etc/openstack_deploy/ansible_facts/${REINSTALLED_HOST}*
|
||||
|
||||
(* because we're deleting all container facts for the host as well)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user