correct vlan example when setting up overcloud network

example contained an extra \. This made two commands look like one.

 Please enter the commit message for your changes. Lines starting

Change-Id: I55a9e063dca5d722e07e6e29eb8492b0c4f90ffb
This commit is contained in:
Chris Krelle 2019-01-25 17:35:11 +00:00
parent 786dc8cd86
commit 5570e5a223
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ To use a VLAN, the following example should work. Customize the address ranges
and VLAN id based on the environment::
openstack network create public --external --provider-network-type vlan \
--provider-physical-network datacentre --provider-segment 195 \
--provider-physical-network datacentre --provider-segment 195
openstack subnet create --allocation-pool start=172.16.23.140,end=172.16.23.240 \
--network public --no-dhcp --gateway 172.16.23.251 \
--subnet-range 172.16.23.128/25 public