Merge "Update Keystone authentication URL for Swift glance backend"
This commit is contained in:
commit
7b0335145b
@ -1,7 +1,7 @@
|
||||
class { '::glance::backend::swift':
|
||||
swift_store_user => 'services:glance',
|
||||
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_auth_version => '2',
|
||||
swift_store_large_object_size => '5120',
|
||||
|
Loading…
Reference in New Issue
Block a user