From 3b930d1507a88d9ae7d97f81093de491a9df8f8e Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 26 May 2016 17:15:52 +0100 Subject: [PATCH] Tidy up spelling mistakes, do proper code formatting --- specs/newton/approved/external-networking-redux.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/specs/newton/approved/external-networking-redux.rst b/specs/newton/approved/external-networking-redux.rst index 8a4b5b9..eae883c 100644 --- a/specs/newton/approved/external-networking-redux.rst +++ b/specs/newton/approved/external-networking-redux.rst @@ -1,6 +1,6 @@ .. Copyright 2016 Canonical - + This work is licensed under a Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/legalcode @@ -18,7 +18,7 @@ External Networking REDUX Refactor neutron-gateway and neutron-openvswitch charms to support more flexible configuration of 'external' north/south traffic routing to -tenantn networks. +tenant networks. Problem Description =================== @@ -40,7 +40,9 @@ Use Cases Using the reference approach to external networking, its possible to have multiple external networks served from the same set of neutron gateway -units, potentially on the same physical network with VLAN segementation: +units, potentially on the same physical network with VLAN segmentation: + +.. code-block:: bash neutron net-create --provider:network_type vlan \ --provider:segmentation_id 400 \ @@ -56,6 +58,8 @@ units, potentially on the same physical network with VLAN segementation: with the associated neutron-gateway configuration: +.. code-block:: bash + neutron-gateway: bridge-mappings: physnet1:br-data data-port: br-data:eth1 @@ -133,7 +137,7 @@ along with openstack-charm-testing. Dependencies ============ -- No additional dependencies for this spec. +- No additional dependencies for this specification. References ----------