charm-neutron-api-plugin-ar.../src
Aurelien Lourot 9fa03e8a64 Make it a proper neutron-api plugin
This removes the need for a special neutron-api fork. Validated that the
content of /etc/neutron/ remained equivalent after this change.

Func-Test-PR: https://github.com/openstack-charmers/zaza-openstack-tests/pull/371
Change-Id: If17aeca06ef71310b1b918a1fa9a555a636b03f8
2020-07-23 09:55:23 +02:00
..
lib/charm/openstack Make it a proper neutron-api plugin 2020-07-23 09:55:23 +02:00
reactive Make it a proper neutron-api plugin 2020-07-23 09:55:23 +02:00
tests Make it a proper neutron-api plugin 2020-07-23 09:55:23 +02:00
README.md Add links to launchpad 2020-07-06 13:47:53 +02:00
config.yaml Make it a proper neutron-api plugin 2020-07-23 09:55:23 +02:00
icon.svg initial commit 2018-07-27 11:51:40 -04:00
layer.yaml more cleanup, moved subordinate out of venv, fixed an import and misspelling 2018-07-30 11:00:32 -04:00
metadata.yaml Rename charm 2020-06-23 15:53:44 +02:00
test-requirements.txt Migrate Amulet tests to Zaza 2020-06-23 14:55:38 +02:00
tox.ini Migrate Amulet tests to Zaza 2020-06-23 14:55:38 +02:00

README.md

Overview

This subordinate charm provides the Arista ML2 Plugin support to the OpenStack Neutron API service.

When this charm is related to the neutron-api charm it will install the Arista Neutron packages on each neutron-api unit in the region and supply the desired configuration to the neutron-api service.

Usage

To deploy (partial deployment only):

juju deploy neutron-api
juju deploy neutron-openvswitch
juju deploy neutron-api-plugin-arista

juju add-relation neutron-api neutron-api-plugin-arista
juju add-relation neutron-api mysql
juju add-relation neutron-api rabbitmq-server
juju add-relation neutron-api neutron-openvswitch
juju add-relation neutron-api nova-cloud-controller

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.