From ca36b5d9e19e7eb5e1e4de0d6bae4e1d364f30fb Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 3 Jun 2015 22:08:50 -0400 Subject: 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/cinder-storage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/config/bond-with-vlans/cinder-storage.yaml') diff --git a/network/config/bond-with-vlans/cinder-storage.yaml b/network/config/bond-with-vlans/cinder-storage.yaml index 95204d35..6a244c5a 100644 --- a/network/config/bond-with-vlans/cinder-storage.yaml +++ b/network/config/bond-with-vlans/cinder-storage.yaml @@ -36,7 +36,7 @@ resources: network_config: - type: ovs_bridge - name: {get_input: bridge_name} + name: br-storage use_dhcp: true members: - -- cgit 1.2.3-korg