diff options
author | Tim Rozet <trozet@redhat.com> | 2016-12-15 13:40:07 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-12-15 13:40:07 -0500 |
commit | ead4552c3344308b9620911c76a917de868ed2cb (patch) | |
tree | 992ea9da48d7f9bf6e348a6fe0cc58ab96f2815a | |
parent | 237a8c10f16356b03b6dd64fe9d6e9a33a9e86d5 (diff) |
Workaround to ensure glance backend is file for csit
This is a workaround OOO bug 1650348 where default glance storage
backend is set to swift.
JIRA: APEX-362
Change-Id: Ie422fbb6ccab53f47af50ff0adc7276ff57a4b8c
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | build/csit-environment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/csit-environment.yaml b/build/csit-environment.yaml index 0225cb24..4ef55010 100644 --- a/build/csit-environment.yaml +++ b/build/csit-environment.yaml @@ -5,6 +5,7 @@ parameters: # CloudDomain: parameter_defaults: + GlanceBackend: file CeilometerStoreEvents: true NeutronEnableForceMetadata: true NeutronEnableDHCPMetadata: true |