Juju Charm - Magnum Dashboard
Go to file
Aurelien Lourot 57c89cc457 Add .gitreview and .zuul.yaml files
Also pinned charm-tools 2.8.3.
Also made necessary changes for charm-tools>=2.8, because
the default build output folder has changed.

Change-Id: I3f86e76388b274cd4c4d330c2612b633a9b19664
2021-03-23 11:13:53 +01:00
src Update charm maintainer 2021-03-12 15:25:28 +02:00
unit_tests Add unit_tests 2021-03-11 14:17:25 +02:00
.gitignore Add unit_tests 2021-03-11 14:17:25 +02:00
.gitreview Add .gitreview and .zuul.yaml files 2021-03-23 11:13:53 +01:00
.stestr.conf Add unit_tests 2021-03-11 14:17:25 +02:00
.zuul.yaml Add .gitreview and .zuul.yaml files 2021-03-23 11:13:53 +01:00
LICENSE Initial commit 2021-02-24 18:06:46 +02:00
README.md Update README.md 2021-03-10 12:06:45 +02:00
requirements.txt Add .gitreview and .zuul.yaml files 2021-03-23 11:13:53 +01:00
test-requirements.txt Add unit_tests 2021-03-11 14:17:25 +02:00
tox.ini Add .gitreview and .zuul.yaml files 2021-03-23 11:13:53 +01:00

README.md

Overview

This subordinate charm provides the Magnum Dashboard plugin for use with the OpenStack Dashboard.

Usage

Example minimal deploy:

juju deploy openstack-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.

For general questions please refer to the OpenStack Charm Guide.