Switch lxc_container_backing_store to default "dir"

It seems that the `machinectl` backing store is prone to errors and it
is causing instability in the gate since it was introduced.  Also, the
default value for it is "dir" which means 99% of deployments will be
using that value.

We should be gating for the most commonly used case, therefore, by
removing it, we're gating with a much similar environment as the one
used by our users.

Change-Id: Icc099981f2a216d6c4d10f8a23f56cac32cc932f
This commit is contained in:
Mohammed Naser 2018-06-19 15:35:15 -04:00
parent a334c3444f
commit 8a18a23511
1 changed files with 1 additions and 1 deletions

View File

@ -276,4 +276,4 @@ bootstrap_host_octavia: "{{ (bootstrap_host_scenario in ['octavia']) | bool }}"
container_tech: "{{ ('nspawn' in bootstrap_host_scenario) | ternary('nspawn', 'lxc') }}"
# Set the lxc backing store for the job
lxc_container_backing_store: machinectl
lxc_container_backing_store: dir