[install-guide] Add repo for RHEL 7

In RHEL 7, add the rhel-7-server-optional-rpms repository
to resolve dependency on python-webob package.

Change-Id: Ifad3ab2f95c88fef592d668302c30993445d854c
Closes-Bug: #1451338
This commit is contained in:
Matthew Kassawara 2015-05-29 11:13:39 -05:00
parent 59b49b3d55
commit b95f11dcca
1 changed files with 4 additions and 3 deletions

View File

@ -34,11 +34,12 @@
</note>
</step>
<step>
<para>On RHEL, enable the extras repository using the subscription
<para>On RHEL, enable additional repositories using the subscription
manager:</para>
<screen><prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-extras-rpms</userinput></screen>
<screen><prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-optional-rpms</userinput>
<prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-extras-rpms</userinput></screen>
<note>
<para>CentOS and Fedora do not require this repository.</para>
<para>CentOS and Fedora do not require these repositories.</para>
</note>
</step>
</procedure>