From bad02cf235ef72c1b84cd95ff290c3dc472ba415 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 3 May 2018 17:20:52 +0100 Subject: [PATCH] doc: Fix typo The parameter is '--provider-network-type'. Change-Id: Ibc29183d0f653015185d1ddf4b4b37a6f38b42a7 Signed-off-by: Stephen Finucane --- .../admin/shared/deploy-provider-initialnetworks.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/shared/deploy-provider-initialnetworks.txt b/doc/source/admin/shared/deploy-provider-initialnetworks.txt index 7af9d56aaa8..70f950c873f 100644 --- a/doc/source/admin/shared/deploy-provider-initialnetworks.txt +++ b/doc/source/admin/shared/deploy-provider-initialnetworks.txt @@ -16,7 +16,7 @@ simplicity, the following procedure creates one flat provider network. | name | provider1 | | port_security_enabled | True | | provider:network_type | flat | - | provider:physical_network | provider | + | provider:physical_network | provider | | provider:segmentation_id | None | | router:external | Internal | | shared | True | @@ -31,9 +31,8 @@ simplicity, the following procedure creates one flat provider network. .. note:: To create a VLAN network instead of a flat network, change - ``--provider:network_type flat`` to ``--provider-network-type vlan`` - and add ``--provider-segment`` with a value referencing - the VLAN ID. + ``--provider-network-type flat`` to ``--provider-network-type vlan`` + and add ``--provider-segment`` with a value referencing the VLAN ID. #. Create a IPv4 subnet on the provider network.