MNAIO: Remove glance_default_store override

The glance_default_store variable is automatically set
by OSA's group_vars to 'swift' if any swift hosts are
present, and it falls back to 'file' if no swift is
present. This override therefore interferes with tests
which are not using swift, and it is totally unnecessary.

Change-Id: I5f938788f7998f0ca763d7395dc11c84ba85d2ee
This commit is contained in:
Jesse Pretorius 2018-10-18 13:44:42 +01:00
parent 7b893c3775
commit 75dbf3da99
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ tempest_public_subnet_cidr: 10.0.248.0/26
# This makes running neutron in a distributed system easier and a lot less noisy
neutron_l2_population: True
# This makes the glance image store use swift instead of the file backend
glance_default_store: swift
{% if http_proxy is defined and http_proxy %}
proxy_env_url: "{{ http_proxy }}"