network/config storage role fixes
authorDan Prince <dprince@redhat.com>
Thu, 4 Jun 2015 02:08:50 +0000 (22:08 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 9 Jun 2015 17:32:31 +0000 (13:32 -0400)
commitca36b5d9e19e7eb5e1e4de0d6bae4e1d364f30fb
tree57335a53a4cd53f5f258b1c92ebb0e62a466cdcc
parent5033fd06894c3ac9ff99a82cb74020868da42306
network/config storage role fixes

None of the storage roles have Heat parameters for the bridge
name. Instead of wiring in Heat parameters for bridge name
this patch hard codes the bridge name for the storage roles
to 'br-storage'.

This functionally fixes the network config scripts for each
of the storage roles.

For the single-nic-vlans storage roles we also remove
the 'bond1' reference which was also incorrectly specified.

Change-Id: I460d1a17e44ee49e960117ec85edd3ae25894333
network/config/bond-with-vlans/ceph-storage.yaml
network/config/bond-with-vlans/cinder-storage.yaml
network/config/bond-with-vlans/swift-storage.yaml
network/config/single-nic-vlans/ceph-storage.yaml
network/config/single-nic-vlans/cinder-storage.yaml
network/config/single-nic-vlans/swift-storage.yaml