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:
Mohammed Naser 2019-03-28 21:30:37 -04:00
parent 27ae5dbb77
commit 574e550a11
1 changed files with 2 additions and 2 deletions

View File

@ -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