os-on-lxd: Fix neutron-ext-net command
The command was missing a line break. Change-Id: I946d73f931ea872cbfce393f375a6f68e7815a22
This commit is contained in:
		@@ -237,7 +237,7 @@ First, create the 'external' network which actually maps directly to the LXD bri
 | 
				
			|||||||
.. code:: bash
 | 
					.. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ./neutron-ext-net --network-type flat \
 | 
					    ./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
 | 
					        -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:
 | 
					and then create an internal overlay network for the instances to actually attach to:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user