Tweak docs to look nicer
This commit is contained in:
parent
bcf76b01e3
commit
3082ae0564
42
README.md
42
README.md
@ -1,18 +1,28 @@
|
|||||||
Overview
|
# Overview
|
||||||
--------
|
|
||||||
|
|
||||||
This principle charm provides the Neutron API service which was previously
|
This principle charm provides the OpenStack Neutron API service which was previously provided by the nova-cloud-controller charm.
|
||||||
provided by the nova-cloud-controller charm. When this charm is joined with
|
|
||||||
the nova-cc charm the nova-cc charm will shutdown its api service, deregister
|
|
||||||
it from neutron and inform the compute nodes of the new neutron url. This
|
|
||||||
charm expects the following relations:
|
|
||||||
|
|
||||||
1) neutron-plugin-api relation with subordinate neutron plugin charms
|
When this charm is related to the nova-cloud-controller charm the nova-cloud controller charm will shutdown its api service, de-register it from keystone and inform the compute nodes of the new neutron url.
|
||||||
(such as neutron-openvswitch)
|
|
||||||
2) neutron-api relation with nova-cloud-controller
|
# Usage
|
||||||
3) Database backend
|
|
||||||
4) amqp relation with message broker. If a single message broker is being used for
|
To deploy (partial deployment only):
|
||||||
the openstack deployemnt then it can relat to that. If a seperate neutron
|
|
||||||
message broker is being used it should relate to that.
|
juju deploy neutron-api
|
||||||
5) identity-service relation
|
juju deploy neutron-openvswitch
|
||||||
6) ha relation with ha subordinate
|
|
||||||
|
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
|
||||||
|
|
||||||
|
This charm also supports scale out and high availability using the hacluster charm:
|
||||||
|
|
||||||
|
juju deploy hacluster neutron-hacluster
|
||||||
|
juju add-unit neutron-api
|
||||||
|
juju set neutron-api vip=<VIP FOR ACCESS>
|
||||||
|
juju add-relation neutron-hacluster neutron-api
|
||||||
|
|
||||||
|
# Restrictions
|
||||||
|
|
||||||
|
This charm only support deployment with OpenStack Icehouse or better.
|
||||||
|
Loading…
Reference in New Issue
Block a user