Replace deprecated get_secret

Use get_password 'token' instead.

Change-Id: I3bd1e61bad280f45790d4771f15325b0946efa7a
Partial-Bug: #1467662
This commit is contained in:
Mark Vanderwiel
2015-06-22 15:42:03 -05:00
parent 2c7d37d9d2
commit 7de9297043

View File

@@ -66,7 +66,7 @@ default['openstack']['object-storage']['wait_for'] = 1
# once a cluster has been deployed. # once a cluster has been deployed.
# Deprecated in juno, use swift_hash_path_prefix # Deprecated in juno, use swift_hash_path_prefix
default['openstack']['object-storage']['swift_hash'] = nil default['openstack']['object-storage']['swift_hash'] = nil
# A value of nil will get the hash from the get_secret library method in common # A value of nil will get the hash from the get_password library method in common
default['openstack']['object-storage']['swift_hash_path_prefix'] = node['openstack']['object-storage']['swift_hash'] default['openstack']['object-storage']['swift_hash_path_prefix'] = node['openstack']['object-storage']['swift_hash']
default['openstack']['object-storage']['swift_hash_path_suffix'] = nil default['openstack']['object-storage']['swift_hash_path_suffix'] = nil