From c003e06a779580e1c702be498cfb3908d27ffeed Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 28 Sep 2017 14:09:56 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + README.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fc491864..b00b9105 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bin tags .tox .testrepository +.stestr *.pyc *.sw[nop] *.pyc diff --git a/README.md b/README.md index e1588481..a7b4309d 100644 --- a/README.md +++ b/README.md @@ -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.