Install cloud-archive repository manually

Removed using the apt-add-repository tool due to differences in versions
and package names. Using this tool would require checking if the trusty-updates
repository was enabled and add an additional step to enable the repo if it was
no enabled.

Change-Id: I75c486b80ecaff81ab7afd835934c1697f2dc91b
related-bug: 1350291
closes-bug: 1396460
backport: juno
This commit is contained in:
Sam Yaple 2014-11-27 15:42:23 -06:00
parent c75a9065e0
commit 49b225d9a0

View File

@ -13,19 +13,13 @@
<para>Disable or remove any automatic update services because they can
impact your OpenStack environment.</para>
</note>
<procedure os="ubuntu">
<title>To configure prerequisites</title>
<step>
<para>Install the <package>python-software-properties</package> package
to ease repository management:</para>
<screen><prompt>#</prompt> <userinput>apt-get install python-software-properties</userinput></screen>
</step>
</procedure>
<procedure os="ubuntu">
<title>To enable the OpenStack repository</title>
<step>
<para>Enable the Ubuntu Cloud archive repository:</para>
<screen><prompt>#</prompt> <userinput>add-apt-repository cloud-archive:juno</userinput></screen>
<para>Install the Ubuntu Cloud archive keyring and repository:</para>
<screen><prompt>#</prompt> <userinput>apt-get install ubuntu-cloud-keyring</userinput>
<prompt>#</prompt> <userinput>echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
"trusty-updates/juno main" > /etc/apt/sources.list.d/cloudarchive-juno.list</userinput></screen>
</step>
</procedure>
<procedure os="rhel;centos;fedora">