Update README.md

This commit is contained in:
Marius 2021-03-10 12:06:45 +02:00
parent b674530d33
commit 6f0e4396de
2 changed files with 19 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# charm-magnum-dashboard
Juju charm for the Magnum dashboard plugin

1
README.md Symbolic link
View File

@ -0,0 +1 @@
src/README.md

18
src/README.md Normal file
View File

@ -0,0 +1,18 @@
# Overview
This subordinate charm provides the Magnum Dashboard plugin for use with the OpenStack Dashboard.
# Usage
Example minimal deploy:
juju deploy magnum-dashboard --config openstack-origin=cloud:bionic-ussuri
juju deploy magnum-dashboard
juju add-relation \
openstack-dashboard:dashboard-plugin magnum-dashboard:dashboard
# Bugs
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-magnum-dashboard/+filebug).
For general questions please refer to the OpenStack [Charm Guide](https://docs.openstack.org/charm-guide/latest/).