Fix typos in all-in-one code example and add auth info

This PS simply fixes a few typos in an all-in-one code block
example dedicated to setting up the gateway. It also adds
additional information about how to set up auth information
to use the python-openstackclient.

Change-Id: Ie9cc63d3d435c474c3cbda90964f2eababa81139
This commit is contained in:
Felipe Monteiro
2018-01-13 20:12:11 -05:00
committed by Tin Lam
parent da77f2118b
commit aaff2ce6ba
2 changed files with 23 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ OSH_EXT_SUBNET="172.24.4.0/24"
sudo ip addr add ${OSH_BR_EX_ADDR} dev br-ex
sudo ip link set br-ex up
# NOTE(portdirect): With Docker >= 1.13.1 the default the default FORWARD chain
# policy is configured to DROP, for the l3 agent to function as expected and
# VMs reach the outside world correctly this needs to be set to ACCEPT.
# NOTE(portdirect): With Docker >= 1.13.1 the default FORWARD chain policy is
# configured to DROP, for the l3 agent to function as expected and for
# VMs to reach the outside world correctly this needs to be set to ACCEPT.
sudo iptables -P FORWARD ACCEPT
# Setup masquerading on default route dev to public subnet