Remove deprecated keystone authtoken signing_dir option
Change-Id: I4ac00bf888c5a755ca1b098d401d74024eb90600
This commit is contained in:
parent
558863620f
commit
050a396c02
manifests/keystone
releasenotes/notes
@ -185,12 +185,6 @@
|
||||
# (in seconds). Set to -1 to disable caching completely. Integer value
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*signing_dir*]
|
||||
# (Optional) Directory used to cache files related to PKI tokens.
|
||||
# Defaults to undef
|
||||
#
|
||||
class aodh::keystone::authtoken(
|
||||
$username = 'aodh',
|
||||
$password = $::os_service_default,
|
||||
@ -227,8 +221,6 @@ class aodh::keystone::authtoken(
|
||||
$region_name = $::os_service_default,
|
||||
$revocation_cache_time = $::os_service_default,
|
||||
$token_cache_time = $::os_service_default,
|
||||
# DEPRECATED PARAMETERS
|
||||
$signing_dir = undef,
|
||||
) {
|
||||
|
||||
include ::aodh::deps
|
||||
@ -237,10 +229,6 @@ class aodh::keystone::authtoken(
|
||||
fail('Please set password for Aodh service user')
|
||||
}
|
||||
|
||||
if $signing_dir {
|
||||
warning('signing_dir parameter is deprecated, has no effect and will be removed in the P release.')
|
||||
}
|
||||
|
||||
keystone::resource::authtoken { 'aodh_config':
|
||||
username => $username,
|
||||
password => $password,
|
||||
|
3
releasenotes/notes/remove_deprecated_keystone_signing_dir_option-9bf754c49db3de39.yaml
Normal file
3
releasenotes/notes/remove_deprecated_keystone_signing_dir_option-9bf754c49db3de39.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Deprecated keystone authtoken signing_dir option is removed in Pike.
|
Loading…
x
Reference in New Issue
Block a user