Remove deprecated keystone authtoken signing_dir option
Change-Id: If73cab108b487243ffa5bcb91c5a5dd548b04321
This commit is contained in:
parent
e643833a0d
commit
269fea9f32
@ -181,12 +181,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 magnum::keystone::authtoken(
|
||||
$password,
|
||||
$username = 'magnum',
|
||||
@ -223,16 +217,10 @@ class magnum::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 ::magnum::deps
|
||||
|
||||
if $signing_dir {
|
||||
warning('signing_dir parameter is deprecated, has no effect and will be removed in the P release.')
|
||||
}
|
||||
|
||||
keystone::resource::authtoken { 'magnum_config':
|
||||
username => $username,
|
||||
password => $password,
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Deprecated keystone authtoken signing_dir option is removed in Pike.
|
Loading…
Reference in New Issue
Block a user