From 7e6ccf1527d0f8da8d5c463a0d3f2a19951a4bf2 Mon Sep 17 00:00:00 2001 From: Alberto Colla <alberto.colla@garr.it> Date: Mon, 4 Dec 2017 18:05:52 +0100 Subject: [PATCH] Update juju-openstack.rst --- web/apps/juju-openstack.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/apps/juju-openstack.rst b/web/apps/juju-openstack.rst index ee87c0ee..76a0ab30 100644 --- a/web/apps/juju-openstack.rst +++ b/web/apps/juju-openstack.rst @@ -7,9 +7,7 @@ Deploying Apps on `OpenStack` We explain here how to install `Juju` and to use it for deploying applications on your private `OpenStack` cloud based on the GARR Cloud. -Note: These instructions are valid for `Juju` version 2.1. Instructions for `Juju` v2.0 are available `here <juju2-0-openstack.rst>`_ - - +Note: These instructions are valid for `Juju` version 2.1 - 2.2. Instructions for `Juju` v2.0 are available `here <juju2-0-openstack.rst>`_ Install the software -------------------- @@ -48,8 +46,8 @@ Create a `YAML` file `mycloud.yaml` defining an `OpenStack` cloud called `$CLOUD type: openstack auth-types: [access-key, userpass] regions: - region-ct1-cl1: - endpoint: https://keystone.cloud.garrservices.it:5000/v3 + garr-ct1: + endpoint: https://keystone.cloud.garr.it:5000/v3 credentials: $CLOUD_NAME: -- GitLab