Pin Glance to Juno master and update configs

Move all Swift info to the bottom of the DEFAULT options section

Because there is now a glance_store section, having that in the middle of the
swift store conditional caused the filesystem options to be moved out of
the DEFAULT scope. This makes sure everything is in the right section.
This commit is contained in:
Nolan Brubaker 2014-09-24 22:25:04 +00:00
parent 5ea48d1c6a
commit e1b739915b
2 changed files with 8 additions and 7 deletions

View File

@ -76,7 +76,7 @@ flavor: "keystone+cachemanagement"
git_repo: https://git.openstack.org/openstack/glance
git_fallback_repo: https://github.com/openstack/glance
git_etc_example: etc/
git_install_branch: d0453ae453adeacf19d121f08f8f9691f11f435a
git_install_branch: master
service_pip_dependencies:
- warlock

View File

@ -33,6 +33,13 @@ rabbit_notification_topic = notifications
rabbit_durable_queues = False
{% endif %}
filesystem_store_datadir = /var/lib/glance/images/
delayed_delete = False
scrub_time = 43200
scrubber_datadir = /var/lib/glance/scrubber/
image_cache_dir = /var/lib/glance/cache/
{% if default_store == "swift" %}
##### STORE OPTIONS #####
swift_store_auth_version = 2
@ -48,12 +55,6 @@ swift_store_retry_get_count = 5
swift_store_endpoint_type = {{ swift_store_endpoint_type }}
{% endif %}
filesystem_store_datadir = /var/lib/glance/images/
delayed_delete = False
scrub_time = 43200
scrubber_datadir = /var/lib/glance/scrubber/
image_cache_dir = /var/lib/glance/cache/
[keystone_authtoken]
signing_dir = /var/lib/glance/cache/api
identity_uri = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}