]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Allow to set full url for endpoints
authorFrançois Charlier <francois.charlier@enovance.com>
Thu, 19 Sep 2013 15:33:58 +0000 (17:33 +0200)
committerFrançois Charlier <francois.charlier@enovance.com>
Mon, 23 Sep 2013 08:24:13 +0000 (10:24 +0200)
commitebe908365c280d8cd8d976136c63fedb18c445ea
tree369bef8332199cfb9f337932ec454d008fee8378
parentcaf96f5395fc79203a1b53c6b54dd9707469930f
Allow to set full url for endpoints

This changeset allows to set full url for endpoints. The default is
still to use the {public,admin,internal}_{protocol,host} and port
variables. The {public,admin,internal}_url parameters override the
_protocol, _host & port parameters.

There were previously one parameter for each {public,admin,internal}
endpoint url component (protocol, host), but not port.
Adding more parameters to allow different port would add too much
parameters and still missing the path part.

Fixes Bug#1227742

Change-Id: I834be8ab0f160b24348d218197711e8ecc392f5b
manifests/keystone/auth.pp
spec/classes/ceilometer_keystone_auth_spec.rb