Juju Charm - Magnum Dashboard
Go to file
Alex Kavanagh 3fba00a1b1 Updates for caracal testing support
These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal.  They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: I99980bcbe0cca7a0a8619984618e97a80cb2bb09
2024-02-24 19:54:09 +00:00
src Updates for caracal testing support 2024-02-24 19:54:09 +00: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 Updates for caracal testing support 2024-02-24 19:54:09 +00:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 20:36:48 +00:00
osci.yaml Updates for caracal testing support 2024-02-24 19:54:09 +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 Updates for caracal testing support 2024-02-24 19:54:09 +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.