Merge "Update Keystone authentication URL for Swift glance backend"

This commit is contained in:
Jenkins 2016-03-02 09:07:59 +00:00 committed by Gerrit Code Review
commit 7b0335145b

View File

@ -1,7 +1,7 @@
class { '::glance::backend::swift': class { '::glance::backend::swift':
swift_store_user => 'services:glance', swift_store_user => 'services:glance',
swift_store_key => hiera('CONFIG_GLANCE_KS_PW'), swift_store_key => hiera('CONFIG_GLANCE_KS_PW'),
swift_store_auth_address => hiera('CONFIG_KEYSTONE_ADMIN_URL'), swift_store_auth_address => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
swift_store_container => 'glance', swift_store_container => 'glance',
swift_store_auth_version => '2', swift_store_auth_version => '2',
swift_store_large_object_size => '5120', swift_store_large_object_size => '5120',