diff --git a/doc/install-guide/section_basics-packages.xml b/doc/install-guide/section_basics-packages.xml
index 2285dfee18..37079e589e 100644
--- a/doc/install-guide/section_basics-packages.xml
+++ b/doc/install-guide/section_basics-packages.xml
@@ -13,19 +13,13 @@
Disable or remove any automatic update services because they can
impact your OpenStack environment.
-
- To configure prerequisites
-
- Install the python-software-properties package
- to ease repository management:
- # apt-get install python-software-properties
-
-
To enable the OpenStack repository
- Enable the Ubuntu Cloud archive repository:
- # add-apt-repository cloud-archive:juno
+ Install the Ubuntu Cloud archive keyring and repository:
+ # apt-get install ubuntu-cloud-keyring
+# echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
+ "trusty-updates/juno main" > /etc/apt/sources.list.d/cloudarchive-juno.list