Juju Charm - Magnum Dashboard
 
 
Go to file
Corey Bryant dea50ec67c Add 2023.2 Bobcat support
* sync charm-helpers to classic charms
* change openstack-origin/source default to bobcat
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic

Change-Id: I8ff90e147d7768281d9065831ecb10ccf8d64ed1
2023-07-31 20:45:05 -04:00
src Add 2023.2 Bobcat support 2023-07-31 20:45:05 -04:00
unit_tests Set container-infra API version to 1.9 for >=Ussuri,<=Wallaby. 2023-01-30 20:21:34 -03:00
.gitignore Add *.charm to gitignore 2022-04-18 21:07:08 +01: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 Antelope support 2023-03-07 23:58:54 +00: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
bindep.txt Add Kinetic and Zed support 2022-08-31 20:11:48 +01:00
charmcraft.yaml Add 2023.2 Bobcat support 2023-07-31 20:45:05 -04:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 20:36:48 +00:00
osci.yaml Add Antelope support 2023-03-07 23:58:54 +00:00
rebuild rebuild - restore c-h proxy env vars for add-apt-repository 2021-05-13 09:09:59 -04:00
rename.sh Update to build using charmcraft 2022-02-01 20:21:11 +00:00
requirements.txt Add Kinetic and Zed support 2022-08-31 20:11:48 +01:00
test-requirements.txt Add Kinetic and Zed support 2022-08-31 20:11:48 +01:00
tox.ini Add Antelope support 2023-03-07 23:58:54 +00: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.