Juju Charm - Neutron Open vSwitch
Go to file
2014-06-24 15:04:51 +01:00
hooks determine_packages should return a list of lists which the install hook should iterate over passing each inner list to apt_install in turn to ensure the dkms module gets install prior to openvswitch-switch trying to load it 2014-06-24 15:04:51 +01:00
templates General tidyup after initial feedback 2014-06-17 15:37:02 +01:00
unit_tests determine_packages should return a list of lists which the install hook should iterate over passing each inner list to apt_install in turn to ensure the dkms module gets install prior to openvswitch-switch trying to load it 2014-06-24 15:04:51 +01:00
.bzrignore Lint tidyup and unit tests 2014-06-19 10:56:25 +01:00
.coveragerc Added nosetest config 2014-06-20 11:06:02 +01:00
charm-helpers-sync.yaml Lint tidyup and unit tests 2014-06-19 10:56:25 +01:00
config.yaml Fixes in response to bug comment 2014-06-23 12:49:58 +01:00
copyright Fixes in response to bug comment 2014-06-23 12:49:58 +01:00
icon.svg Fixes in response to bug comment 2014-06-23 12:49:58 +01:00
Makefile Lint tidyup and unit tests 2014-06-19 10:56:25 +01:00
metadata.yaml Add support for neutron-plugin-api relation and switch to using that for security group settings 2014-06-17 16:14:17 +01:00
README.md Added README 2014-06-23 14:00:45 +01:00
setup.cfg Added nosetest config 2014-06-20 11:06:02 +01:00

Overview

This subordinate charm provides the Neutron OVS configuration for a compute node. Oncde deployed it takes over the management of the neutron configuration and plugin configuration on the compute node. It expects three relations:

  1. Relation with principle compute node
  2. Relation with message broker. If a single message broker is being used for the openstack deployemnt then it can relat to that. If a seperate neutron message broker is being used it should relate to that.
  3. Relation with neutron-api principle charm (not nova-cloud-controller)

Restrictions:

It should only be used with Icehouse and above and requires a seperate neutron-api service to have been deployed.