python-tripleoclient to python3-tripleoclient
We use python3-tripleoclient in the latest releases. Our update doc should direct users to update the correct package before running openstack undercloud upgrade. This change also replaced yum with dnf in the update doc. Change-Id: Ic78cb31bf9bbaa3abd3a30672ec2da8cf176b6da
This commit is contained in:
parent
2fd08646cc
commit
49e4d903aa
@ -42,7 +42,7 @@ Updating Undercloud Components
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo yum clean all
|
||||
sudo dnf clean all
|
||||
sudo rm -rf /var/cache/yum
|
||||
|
||||
#. Update required package:
|
||||
@ -97,7 +97,7 @@ Updating Undercloud Components
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo yum update python-tripleoclient* openstack-tripleo-common openstack-tripleo-heat-templates
|
||||
sudo dnf update python3-tripleoclient* openstack-tripleo-common openstack-tripleo-heat-templates
|
||||
|
||||
#. As part of the undercloud install, an image registry is configured on port
|
||||
`8787`. This is used to increase reliability of overcloud image pulls, and
|
||||
|
Loading…
Reference in New Issue
Block a user