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:
parent
a211740705
commit
75a744a93b
@ -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:**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user