object/dispersion: use swift provider to configure dispersion
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
38a8d7806e
commit
d874be9ced
@ -88,10 +88,11 @@ cache = swift.cache')
|
|||||||
|
|
||||||
class { 'swift::dispersion':
|
class { 'swift::dispersion':
|
||||||
auth_url => "http://${ks_keystone_internal_host}:${ks_keystone_internal_port}/v2.0",
|
auth_url => "http://${ks_keystone_internal_host}:${ks_keystone_internal_port}/v2.0",
|
||||||
swift_dir => '/etc/swift
|
swift_dir => '/etc/swift',
|
||||||
endpoint_type=internalURL',
|
|
||||||
auth_pass => $ks_swift_dispersion_password
|
auth_pass => $ks_swift_dispersion_password
|
||||||
}
|
}
|
||||||
|
#TODO(EmilienM): While https://review.openstack.org/#/c/69472/ got merged:
|
||||||
|
swift_dispersion_config { 'dispersion/endpoint_type': value => 'internalURL'; }
|
||||||
|
|
||||||
# Note(sileht): log file should exists to swift proxy to write to
|
# Note(sileht): log file should exists to swift proxy to write to
|
||||||
# the ceilometer directory
|
# the ceilometer directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user