From 49e4d903aa45465b0fa608997a466977b3896493 Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Mon, 27 Jun 2022 14:03:04 +1000 Subject: [PATCH] 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 --- deploy-guide/source/post_deployment/upgrade/undercloud.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-guide/source/post_deployment/upgrade/undercloud.rst b/deploy-guide/source/post_deployment/upgrade/undercloud.rst index 306a82bf..34613183 100644 --- a/deploy-guide/source/post_deployment/upgrade/undercloud.rst +++ b/deploy-guide/source/post_deployment/upgrade/undercloud.rst @@ -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