Set default Glance store for the AIO back to Swift

In I02b69cf5985e8788513db58f7e8015f8135b9d58 the Glance Store
for Swift was appropriately configured to work with the Keystone
v3 API and in the new expected way for the Glance Swift Store to
be configured for Mitaka.

This patch returns the default AIO to use Swift as the backing
store for Glance.

Change-Id: Iec233f990bd032fb29f633d74137c29bc89f63f5
Closes-Bug: #1561947
This commit is contained in:
Jesse Pretorius 2016-03-30 22:45:01 +01:00
parent 318109d0ed
commit c2d49cbff0

View File

@ -34,11 +34,7 @@ aodh_db_ip: {{ bootstrap_host_mongodb_address }}
aodh_db_port: 27017
## Glance Options
# this has been set to file in the gate because of an upstream bug in glance_store:
# * https://bugs.launchpad.net/glance/+bug/1561947
# once this issue has been resolved this _needs_ to be reset to "swift" for full
# integration testing in a psuedo production environment.
glance_default_store: file
glance_default_store: swift
## SSL Settings
ssl_protocol: "ALL -SSLv2 -SSLv3"