]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Deprecate old public, internal and admin parameters
authorMathieu Gagné <mgagne@iweb.com>
Thu, 11 Jun 2015 18:04:12 +0000 (14:04 -0400)
committerMathieu Gagné <mgagne@iweb.com>
Thu, 11 Jun 2015 20:48:19 +0000 (16:48 -0400)
commite984d28464487d8fc53df6f7424fda36aa505266
treea6b3fdde7a53cefcf6bef017dab11f8b5d7590ea
parent430f4f4f72da5bcd401d190876bf04830e0a8e16
Deprecate old public, internal and admin parameters

This change deprecates the following parameters:
- port (replaced by public/internal/admin_url)
- public_protocol (replaced by public_url)
- public_address (replaced by public_url)
- internal_protocol (replaced by internal_url)
- internal_address (replaced by internal_url)
- admin_protocol (replaced by admin_url)
- admin_address (replaced by admin_url)

Add deprecation warnings if any of those values are provided
while maintaining full backward compatibility.

Closes-bug: #1274979
Change-Id: Ia20f9d032fada10979383446f78ff57035b9c763
manifests/keystone/auth.pp
spec/classes/ceilometer_keystone_auth_spec.rb