Juju Charm - Magnum Dashboard
Go to file
Corey Bryant 8fe533c518 Add yoga bundles and release-tool syncs
* charm-helpers sync for classic charms
* sync from release-tools
* switch to release-specific zosci functional tests
* run focal-ussuri as smoke tests
* remove trusty, xenial, and groovy metadata/tests
* drop py35 and add py39

Change-Id: I1ee262ed68fdc64cdc5ef005c72087c0d83312cc
2021-11-17 13:51:50 -05:00
src Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05: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
osci.yaml Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05:00
pip.sh Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:09:59 -04:00
requirements.txt Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05:00
test-requirements.txt Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05:00
tox.ini Add yoga bundles and release-tool syncs 2021-11-17 13:51:50 -05: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.