From 24862bc8f81551355d26cf7be41331f9ee3c0b79 Mon Sep 17 00:00:00 2001 From: Andreas Scheuring Date: Thu, 4 May 2017 13:48:42 +0200 Subject: [PATCH] os-on-lxd: Fix neutron-ext-net command The command was missing a line break. Change-Id: I946d73f931ea872cbfce393f375a6f68e7815a22 --- doc/source/openstack-on-lxd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/openstack-on-lxd.rst b/doc/source/openstack-on-lxd.rst index 2f4f6ea6..08d4ce6c 100644 --- a/doc/source/openstack-on-lxd.rst +++ b/doc/source/openstack-on-lxd.rst @@ -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: