Remove br-snet references

This change removes references to the network bridge br-snet
since this specific to Rackspace installations, outside of OSA

Change-Id: I63f67caf900dca6b73496d03bc448c5987f4929e
Closes-Bug: #1542408
This commit is contained in:
Bjoern Teipel 2016-02-05 11:04:06 -06:00 committed by Jesse Pretorius (odyssey4me)
parent bc7a942257
commit 5c93accc8b
2 changed files with 0 additions and 34 deletions

View File

@ -121,16 +121,3 @@ iface br-storage inet static
address 172.29.244.100
netmask 255.255.252.0
# Bridge for servicenet network
# ALL nodes will have an IP on this bridge. If fact, it's the same IP.
# !! DO NOT PUT A PHYSICAL INTERFACE IN THIS BRIDGE ON THE HOST !!
# Will use an iptables MASQUERADE rule to NAT traffic.
auto br-snet
iface br-snet inet static
bridge_stp off
bridge_waitport 0
bridge_fd 0
# Notice there is NO physical interface in this bridge!
address 172.29.248.1
netmask 255.255.252.0

View File

@ -263,27 +263,6 @@
# type: "flat"
# net_name: "flat"
#
# Example:
#
# Add the service network to the previous example:
#
# - Network of type 'raw' that uses the 'br-snet' bridge and 'snet' IP
# address pool. Maps to the 'eth3' device in containers. Applies to
# glance, nova compute, neutron agent containers, and any of these
# services on bare metal hosts.
#
# provider_networks:
# - network:
# group_binds:
# - glance_api
# - nova_compute
# - neutron_linuxbridge_agent
# type: "raw"
# container_bridge: "br-snet"
# container_type: "veth"
# container_interface: "eth3"
# ip_from_q: "snet"
#
# --------
#
# Level: shared-infra_hosts (required)