Add yum clean all when updating undercloud

As done in Iff559c70e1dc11b01b9e1954ee5170a2b4c7b724

Change-Id: Ic73d9cd3b62c4b12f39eb51d9f4bca051de11971
Closes-Bug: 1663579
This commit is contained in:
Ben Nemec 2017-02-15 18:13:03 +00:00
parent 17a283a044
commit 3c2125c99a

View File

@ -14,7 +14,11 @@ You can upgrade any packages that are installed on the undercloud machine.
.. We need to manually continue our list numbering here since the above
"include" directive breaks the numbering.
3. Stop services so that they are not restarted by packaging scripts
3. Clean the yum cache to ensure only the new repos are used::
sudo yum clean all
#. Stop services so that they are not restarted by packaging scripts
when they are updated. The service restarts will be handled by the
undercloud upgrade command after new configuration has been applied.::