From c72b3bb729cdd7495f3cdf4d4227e21bd7c04a3e Mon Sep 17 00:00:00 2001 From: Nobuto Murata Date: Wed, 28 Feb 2018 23:20:09 +0900 Subject: [PATCH] Guide to ppa:juju/stable instead of devel Previously ppa:juju/devel was required when Juju 2.x was not officially released. Now stable releases of Juju 2.x are mature enough to be relied on as a base of charm development. Change-Id: I8067b232599716c2dc978f2cf5823dbb207e3617 --- doc/source/openstack-on-lxd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/openstack-on-lxd.rst b/doc/source/openstack-on-lxd.rst index b79d562d..fa072c68 100644 --- a/doc/source/openstack-on-lxd.rst +++ b/doc/source/openstack-on-lxd.rst @@ -26,11 +26,11 @@ The tools in the openstack-on-lxd git repository require the use of Juju 2.x, wh python-novaclient python-keystoneclient python-glanceclient \ python-neutronclient python-openstackclient curl -The latest Juju 2.x beta release can be obtained from the Juju team devel PPA: +The latest Juju 2.x stable release can be obtained from the Juju team stable PPA: .. code:: bash - sudo add-apt-repository ppa:juju/devel + sudo add-apt-repository ppa:juju/stable You'll need a well specified machine with at least 8G of RAM and a SSD; for reference the author uses Lenovo x240 with an Intel i5 processor, 16G RAM and a 500G Samsung SSD (split into two - one partition for the OS and one partition for a ZFS pool).