Install yum-plugin-priorities

The yum repository configuration files added by the RDO release make use
of yum priorities. Evaluation of these requires yum-plugin-priorities to
be installed.

Closes-Bug: #1316868
backport: icehouse
Change-Id: I58e69f448d14c1e9ef75bdce97b753e2dfbbe07f
This commit is contained in:
Stephen Gordon 2014-05-16 10:11:27 -04:00
parent 9b38a72f75
commit 6779261526

View File

@ -14,7 +14,15 @@
<para os="fedora;centos;rhel">The examples in this guide use the
OpenStack packages from the RDO repository. These packages work
on Red Hat Enterprise Linux 6, compatible versions of CentOS,
and Fedora 20. To enable the RDO repository, download and
and Fedora 20.</para>
<para os="fedora;centos;rhel">
Install the <package>yum-plugin-priorities</package> plug-in. This package
allows the assignment of relative priorities to the configured software
repositories. This functionality is used by the RDO release packages:
</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install yum-plugin-priorities</userinput></screen>
<para os="fedora;centos;rhel">
To enable the RDO repository, download and
install the <package>rdo-release-icehouse</package>
package:</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-3.noarch.rpm</userinput></screen>