From 6b2fc5fe5e60363ff98f06fac7df138c8167a821 Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi <giuseppe.attardi@garr.it> Date: Sun, 7 Jul 2019 17:44:56 +0200 Subject: [PATCH] Update README.md --- charms/garr-dashboard/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/charms/garr-dashboard/README.md b/charms/garr-dashboard/README.md index 61c5c4a..3b25697 100644 --- a/charms/garr-dashboard/README.md +++ b/charms/garr-dashboard/README.md @@ -1,7 +1,7 @@ # Overview Subordinate charm to the `Horizon Dashboard`. -It installs the dashboard accountimg plugin. +It installs the accountimg plugin for the dashboard. # Usage @@ -21,16 +21,7 @@ It installs the dashboard accountimg plugin. $ juju config garr-dashboard database-user=<DB_USER> $ juju config horizon-webroot=/ ``` -1. add relations to the Horizon dashboard main charm: +1. deploy as subordinate to the Horizon dashboard principal charm: ``` $ juju add-relation openstack-dashboard garr-dashboard ``` -1. add relations to the identity service: -``` - $ juju add-relation dashboard-cloudbase keystone:identity-service -``` -1. Optional: set the default gateway: -``` - $ juju deploy cs:~csd-garr/defaultgw - $ juju add-relation dashboard-cloudbase defaultgw -``` \ No newline at end of file -- GitLab