File: README.rst

package info (click to toggle)
octavia-dashboard 16.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: javascript: 14,303; python: 1,132; sh: 37; makefile: 36
file content (22 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=================================
Octavia dashboard devstack plugin
=================================

This directory contains the octavia-dashboard devstack plugin.

To enable the plugin, add the following to your local.conf:

    enable_plugin octavia-dashboard <octavia-dashboard GITURL> [GITREF]

where

    <octavia-dashboard GITURL> is the URL of a octavia-dashboard repository
    [GITREF] is an optional git ref (branch/ref/tag). The default is master.

For example:

    enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard

Once you enable the plugin in your local.conf, ensure ``horizon`` and
``o-api`` services are enabled. If both of them are enabled,
octavia-dashboard will be enabled automatically