charm-gnocchi/src
James Page 20a0841aae Tidy metric-service connection 2017-07-06 17:18:14 +01:00
..
lib/charm/openstack First round of updates to functional base charm 2017-07-06 12:27:50 +01:00
reactive Tidy metric-service connection 2017-07-06 17:18:14 +01:00
templates First round of updates to functional base charm 2017-07-06 12:27:50 +01:00
tests Initial charm version 2017-07-03 14:50:32 +01:00
README.md Initial charm version 2017-07-03 14:50:32 +01:00
copyright Initial charm version 2017-07-03 14:50:32 +01:00
icon.svg Initial charm version 2017-07-03 14:50:32 +01:00
layer.yaml Tidy metric-service connection 2017-07-06 17:18:14 +01:00
metadata.yaml Tidy metric-service connection 2017-07-06 17:18:14 +01:00
test-requirements.txt Initial charm version 2017-07-03 14:50:32 +01:00
tox.ini Initial charm version 2017-07-03 14:50:32 +01:00

README.md

Overview

This subordinate charm provides ...

Usage

With the OpenStack nova-compute and neutron-gateway charms:

juju deploy ...
juju deploy neutron-gateway
juju add-relation nova-compute ...
juju add-relation neutron-gateway ...

Configuration Options

This charm will optionally configure the local ip address of the OVS instance to something other than the 'private-address' provided by Juju:

juju set ... os-data-network=10.20.3.0/21

Restrictions