docs: Update --set-enable flag

In CentOS 8.3.2011 and later version, flag of --set-enable had been
modified. "PowerTools" had been replaced with "powertools". This
change was mentioned in the release notes:
https://wiki.centos.org/Manuals/ReleaseNotes/CentOS8.2011#Yum_repo_file_and_repoid_changes

Update the "yum config-manager --set-enable" command to use
"powertolls".

Users can know the right way in 8.3.2011 and later version CentOS.

Change-Id: I3ee0a813e5d040d0f2581a94f6ae35f45688ec1e
This commit is contained in:
Han Guangyu 2021-12-29 20:41:31 +08:00 committed by HanGuangyu
parent a211740705
commit 75a744a93b

View File

@ -87,14 +87,14 @@ Enable the OpenStack repository
.. code-block:: console
# yum install centos-release-openstack-victoria
# yum config-manager --set-enabled PowerTools
# yum config-manager --set-enabled powertools
**When installing the Ussuri release, run:**
.. code-block:: console
# yum install centos-release-openstack-ussuri
# yum config-manager --set-enabled PowerTools
# yum config-manager --set-enabled powertools
**When installing the Train release, run:**