Skip to content

Commit

Permalink
Minor deployment doc updates
Browse files Browse the repository at this point in the history
Brings charm README for usage inline with current charm set
including the use of the neutron-api charm.

Change-Id: I928295a9f4e6f14e416aabed1b72e2fdeaf33e4c
Closes-Bug: 1684040
  • Loading branch information
javacruft committed Sep 28, 2017
1 parent bf0b244 commit c003e06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ bin
tags
.tox
.testrepository
.stestr
*.pyc
*.sw[nop]
*.pyc
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -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...

Expand All @@ -32,14 +28,17 @@ 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:

juju deploy neutron-gateway
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.

Expand Down

0 comments on commit c003e06

Please sign in to comment.