Remove the unused constant OBJECT_META_KEY_PREFIX

Change-Id: I4e49b57f0692e6c8cc2f87e65cf077822e576374
This commit is contained in:
Dougal Matthews 2016-12-15 09:51:52 +00:00
parent 888a5131e4
commit 397dd495af
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',