Merge "Remove the unused constant OBJECT_META_KEY_PREFIX"

This commit is contained in:
Jenkins 2016-12-21 10:58:11 +00:00 committed by Gerrit Code Review
commit 69b9b72c4a
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ DEFAULT_VALIDATIONS_PATH = \
# Swift via SwiftPlanStorageBackend to identify them from other containers
TRIPLEO_META_USAGE_KEY = 'x-container-meta-usage-tripleo'
# OBJECT_META_KEY_PREFIX is used to prefix Swift metadata keys per object
# in SwiftPlanStorageBackend
OBJECT_META_KEY_PREFIX = 'x-object-meta-'
#: List of names of parameters that contain passwords
PASSWORD_PARAMETER_NAMES = (
'AdminPassword',