aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-08-22 15:55:01 -0400
committerDan Prince <dprince@redhat.com>2014-08-22 15:55:01 -0400
commitf33638000cf28c220043435c1086fdfa88b278d5 (patch)
tree427d9946728e1d3e541faeeb81aa45ddbe4e62d9 /etc
parenta1da995ce5da25b95b0760a4103ee099a101c239 (diff)
Add ovs_extra to some of the sample configs.
Diffstat (limited to 'etc')
-rw-r--r--etc/os-net-config/samples/bridge_dhcp.json3
-rw-r--r--etc/os-net-config/samples/bridge_dhcp.yaml2
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/bridge_dhcp.json b/etc/os-net-config/samples/bridge_dhcp.json
index 8fda908..76d5408 100644
--- a/etc/os-net-config/samples/bridge_dhcp.json
+++ b/etc/os-net-config/samples/bridge_dhcp.json
@@ -2,6 +2,9 @@
{
"type": "ovs_bridge",
"name": "br-ctlplane",
+ "ovs_extra": [
+ "br-set-external-id br-ctlplane bridge-id br-ctlplane"
+ ],
"use_dhcp": "true",
"members": [
{
diff --git a/etc/os-net-config/samples/bridge_dhcp.yaml b/etc/os-net-config/samples/bridge_dhcp.yaml
index aacd1e6..aad4435 100644
--- a/etc/os-net-config/samples/bridge_dhcp.yaml
+++ b/etc/os-net-config/samples/bridge_dhcp.yaml
@@ -3,6 +3,8 @@ network_config:
type: ovs_bridge
name: br-ctlplane
use_dhcp: true
+ ovs_extra:
+ - br-set-external-id br-ctlplane bridge-id br-ctlplane
members:
-
type: interface