net-conf: make bridge and interface name optional
authorDan Prince <dprince@redhat.com>
Sat, 17 Dec 2016 14:46:03 +0000 (09:46 -0500)
committerDan Prince <dprince@redhat.com>
Sat, 17 Dec 2016 14:46:03 +0000 (09:46 -0500)
commitc6f4d5bf908683600ed646be7ab5e1ab96d9b15b
tree8f4ac65b6b5f018a7913588207839f3b0125b949
parent713a0326e4d0ffbd4531263b7bd638809c2a639c
net-conf: make bridge and interface name optional

Update the run-os-net-config.sh so that we make the
bridge_name and interface_name parameters (supplied by
the SoftwareConfig) optional. This allows operators to
create custom network templates to be used on roles other than
compute and controller which appear to be the only two roles which
set bridge_name and interface_name parameters.

Change-Id: I8997cf8177c1bf0e1f19de5f93dc4e81da1a951f
network/scripts/run-os-net-config.sh