Merge pull request #85 from alanmeadows/bugfix_170103
Bugfix a few typos from last three PRs
This commit is contained in:
commit
a5a8831c1c
@ -33,5 +33,4 @@ spec:
|
||||
selector:
|
||||
app: ceph
|
||||
daemon: rgw
|
||||
type: LoadBalancer
|
||||
{{- end }}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user