From e655ffea4c4d91757c44e916732d16e4cb5691d6 Mon Sep 17 00:00:00 2001 From: Alan Baghumian Date: Thu, 23 Nov 2023 11:38:15 -0800 Subject: [PATCH] README.md improvements: - Use code blocks for commands. - Added a note regarding configuration. - Added a note for OpenStack Dashboard integration. Change-Id: Ib2272a7a28f6d16fb23a25800c3a2b890d1f1f5f --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f32db0b..6b3b40e 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,25 @@ service are pre-existing. To deploy: - juju deploy --channel cinder-backup - juju add-relation cinder-backup:backup-backend cinder:backup-backend - juju add-relation cinder-backup:ceph ceph-mon:client +``` +juju deploy --channel cinder-backup +juju add-relation cinder-backup:backup-backend cinder:backup-backend +juju add-relation cinder-backup:ceph ceph-mon:client +``` Configuration ============= + +This charm currently does not offer any configuration options. + + +OpenStack Dashboard Intergation +=============================== + +By default cinder backup does not appear on the OpenStack Horizon dashboard. +If you have OpenStack Horizon Dashboard deployed in your environment, enable +cinder backup menus using the following command: + +``` +juju config openstack-dashboard cinder-backup=true +```