os-on-lxd: Fix neutron-ext-net command

The command was missing a line break.

Change-Id: I946d73f931ea872cbfce393f375a6f68e7815a22
This commit is contained in:
Andreas Scheuring 2017-05-04 13:48:42 +02:00
parent 9e9ee5b3a7
commit 24862bc8f8
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ First, create the 'external' network which actually maps directly to the LXD bri
.. code:: bash
./neutron-ext-net --network-type flat \
-g 10.0.8.1 -c 10.0.8.0/24
-g 10.0.8.1 -c 10.0.8.0/24 \
-f 10.0.8.201:10.0.8.254 ext_net
and then create an internal overlay network for the instances to actually attach to: