README.md improvements:

- Use code blocks for commands.
- Added a note regarding configuration.
- Added a note for OpenStack Dashboard
  integration.

Change-Id: Ib2272a7a28f6d16fb23a25800c3a2b890d1f1f5f
This commit is contained in:
Alan Baghumian 2023-11-23 11:38:15 -08:00
parent d00d011c18
commit e655ffea4c
1 changed files with 19 additions and 3 deletions

View File

@ -13,9 +13,25 @@ service are pre-existing.
To deploy:
juju deploy --channel <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 <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
```