charm-octavia-dashboard/src
Felipe Reyes 0387bdbc28 Bump up Charm-helpers revision
Update src/build.lock to get the latest revision available in the
stable/antelope branch, among the most relevant patches are:

837a8b58 Support legacy cert requests (#799)
580c7764 Update Makefile to be consistent with CI (#777) (#795)
a2468260 Run CI on stable branches (#786) (#787)
ed014373 Update method for checking endpoint protocol (#769) (#775)

Change-Id: Ieade4b80d0147dd208c5d5eca2c848480cd66a5f
2023-06-08 16:04:41 -04:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:32 -05:00
lib Fix packaging issue by devolving it to principal 2020-02-02 14:22:24 +00:00
reactive Fix packaging issue by devolving it to principal 2020-02-02 14:22:24 +00:00
templates Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
tests Stable artefacts for stable/2023.1 (antelope) 2023-04-22 11:24:19 +01:00
HACKING.md Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
README.md Documentation update 2018-12-13 08:58:12 +01:00
build.lock Bump up Charm-helpers revision 2023-06-08 16:04:41 -04:00
copyright Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
icon.svg Initial commit of Octavia Dashboard plugin subordinate 2018-11-06 11:33:41 +01:00
layer.yaml Remove inherited configuration options invalid for charm 2020-05-18 09:54:39 +02:00
metadata.yaml Add Antelope support 2023-03-08 13:51:52 +00:00
test-requirements.txt Stable artefacts for stable/2023.1 (antelope) 2023-04-22 11:24:19 +01:00
tox.ini Fix charm for tox4 compatibility 2023-01-23 21:06:25 +00:00
wheelhouse.txt Stable artefacts for stable/2023.1 (antelope) 2023-04-22 11:24:19 +01:00

README.md

Overview

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

Usage

Example minimal deploy:

juju deploy openstack-dashboard --config openstack-origin=cloud:bionic-rocky
juju deploy octavia-dashboard
juju add-relation \
    openstack-dashboard:dashboard-plugin octavia-dashboard:dashboard

There is a section about Octavia in the Deployment Guide.

A bundle overlay for use in conjunction with the OpenStack Base bundle is also available.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.