Add workaround for Ubuntu Cloud archive

I added a workaround for the Ubuntu Cloud archive repository
because the 'add-apt-repository' method does not contain
information about Juno packages.

Change-Id: Ib222dc1a1919e3e3f55e694426d25fbefb9e3cbe
Closes-Bug: #1362521
This commit is contained in:
Matthew Kassawara
2014-10-20 10:07:24 -05:00
parent 9dde80698b
commit 9a50e10b37

View File

@@ -21,13 +21,6 @@
<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>
</step>
</procedure>
<procedure os="rhel;centos;fedora">
<title>To configure prerequisites</title>
<step>
@@ -45,6 +38,19 @@
</note>
</step>
</procedure>
<procedure os="ubuntu">
<title>To enable the OpenStack repository</title>
<step>
<para>Create and edit the
<filename>/etc/apt/sources.list.d/ubuntu-cloud-archive-juno-trusty.list</filename>
file and add the following to it:</para>
<programlisting language="ini">deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/juno main</programlisting>
</step>
<step>
<para>Install the Ubuntu Cloud archive repository keyring:</para>
<screen><prompt>#</prompt> <userinput>apt-get install ubuntu-cloud-keyring</userinput></screen>
</step>
</procedure>
<procedure os="rhel;centos;fedora">
<title>To enable the OpenStack repository</title>
<step>