Merge pull request #71 from enovance/bug/58/spredzy
Fix Swift called with bad argument.
This commit is contained in:
@@ -87,10 +87,12 @@ 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",
|
||||||
endpoint_type=internalURL",
|
swift_dir => '/etc/swift',
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user