Merge pull request #85 from alanmeadows/bugfix_170103

Bugfix a few typos from last three PRs
This commit is contained in:
Brandon B. Jozsa 2017-01-03 20:52:34 -05:00 committed by GitHub
commit a5a8831c1c
2 changed files with 2 additions and 6 deletions

View File

@ -33,5 +33,4 @@ spec:
selector:
app: ceph
daemon: rgw
type: LoadBalancer
{{- end }}

View File

@ -4,12 +4,9 @@ set -x
bridge=$1
port=$2
# one time deal
ovs-vsctl --no-wait --if-exists del-port physnet1 enp11s0f0
ovs-vsctl --no-wait --if-exists del-br physnet1
# note that only "br-ex" is definable right now
# and br-int and br-tun are assumed and handled
# by the agent
ovs-vsctl --no-wait --may-exist add-br $bridge
ovs-vsctl --no-wait --may-exist add-port $bridge $port