watcher dashboard #5
Description
This is the dashboard for the OpenStack resource optimization service, Watcher.
- Tags:
- openstack ›
Overview
This subordinate charm provides the Watcher Dashboard plugin for use with the OpenStack Dashboard.
OpenStack Ussuri or later is required.
Usage
Example minimal deploy:
juju deploy openstack-dashboard --config openstack-origin=cloud:bionic-ussuri
juju deploy watcher-dashboard
juju add-relation \
openstack-dashboard:dashboard-plugin watcher-dashboard:dashboard
Bugs
Please report bugs on Launchpad.
For general questions please refer to the OpenStack Charm Guide.
Contact Information
Though this will be listed in the charm store itself don't assume a user will know that, so include that information here:
OpenStack Watcher
- Watcher
- Watcher Bugs
- Watcher IRC on freenode at #openstack-watcher
Configuration
- ssl_cert
- (string) TLS certificate to install and use for any listening services. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.
- ssl_key
- (string) TLS key to use with certificate specified as ``ssl_cert``. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.