Remove deprecated keystone authtoken signing_dir option

Change-Id: Iec24bc4d77fffdcdda56710691d85e15f3ba9e83
This commit is contained in:
ZhongShengping 2017-07-07 10:00:56 +08:00
parent c6af59112e
commit 3274c2db9b
2 changed files with 3 additions and 6 deletions

View File

@ -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 sahara::keystone::authtoken(
$username = 'sahara',
$password = $::os_service_default,

View File

@ -0,0 +1,3 @@
---
upgrade:
- Deprecated keystone authtoken signing_dir option is removed in Pike.