Minor deployment doc updates

Brings charm README for usage inline with current charm set
including the use of the neutron-api charm.

Change-Id: I928295a9f4e6f14e416aabed1b72e2fdeaf33e4c
Closes-Bug: 1684040
This commit is contained in:
James Page 2017-09-28 14:09:56 +01:00
parent bf0b2446a2
commit c003e06a77
2 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ bin
tags
.tox
.testrepository
.stestr
*.pyc
*.sw[nop]
*.pyc

View File

@ -7,10 +7,6 @@ This charm is designed to be used in conjunction with the rest of the OpenStack
related charms in the charm store to virtualize the network that Nova Compute
instances plug into.
It's designed as a replacement for nova-network; however it does not yet
support all of the features of nova-network (such as multihost) so may not
be suitable for all.
Neutron supports a rich plugin/extension framework for propriety networking
solutions and supports (in core) Nicira NVP, NEC, Cisco and others...
@ -32,7 +28,9 @@ Neutron is deployed baked into these charms from install onwards:
juju deploy nova-compute
juju deploy --config config.yaml nova-cloud-controller
juju deploy neutron-api
juju add-relation nova-compute nova-cloud-controller
juju add-relation neutron-api nova-cloud-controller
The Neutron Gateway can then be added to the deploying:
@ -40,6 +38,7 @@ The Neutron Gateway can then be added to the deploying:
juju add-relation neutron-gateway mysql
juju add-relation neutron-gateway rabbitmq-server
juju add-relation neutron-gateway nova-cloud-controller
juju add-relation neutron-gateway neutron-api
The gateway provides two key services; L3 network routing and DHCP services.