Documentation update

Clean up and add references to deployment guide and overlay bundle.

Change-Id: If1954558fc71dee530b4a741142a2451f5313965
This commit is contained in:
Frode Nordahl 2018-12-13 08:58:12 +01:00
parent d9c6147ce5
commit d3c1c29b3b
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 6 additions and 2 deletions

View File

@ -6,11 +6,15 @@ This subordinate charm provides the Octavia Dashboard plugin for use with the Op
Example minimal deploy:
juju deploy openstack-dashboard --config openstack-origin=bionic:rocky
juju deploy openstack-dashboard-octavia --config openstack-origin=bionic:rocky
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](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-octavia.html) about Octavia in the [Deployment Guide](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/).
A [bundle overlay](https://github.com/openstack-charmers/openstack-bundles/blob/master/stable/overlays/loadbalancer-octavia.yaml) for use in conjunction with the [OpenStack Base bundle](https://jujucharms.com/openstack-base/) is also available.
# Bugs
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-octavia-dashboard/+filebug).