swift: move to br-storage always
We added changes to gating config to use different config if we have nspawn however it is non-functional and causing issues for the metal builds. Let's restore the value to br-storage always until we resolve these issues. Change-Id: Ibffc81eeaa93d852e86ebe35afeae3c5a38dc43a
This commit is contained in:
parent
27ae5dbb77
commit
574e550a11
@ -2,8 +2,8 @@
|
||||
global_overrides:
|
||||
swift:
|
||||
part_power: 8
|
||||
storage_network: "{{ (container_tech != 'nspawn') | ternary('br-storage', ansible_default_ipv4['alias']) }}"
|
||||
replication_network: "{{ (container_tech != 'nspawn') | ternary('br-storage', ansible_default_ipv4['alias']) }}"
|
||||
storage_network: br-storage
|
||||
replication_network: br-storage
|
||||
drives:
|
||||
- name: swift1.img
|
||||
- name: swift2.img
|
||||
|
Loading…
Reference in New Issue
Block a user