Remove deprecated swift_hash_suffix

swift_hash_suffix was deprecated in Mitaka and
should be removed in Newton.

See http://docs.openstack.org/icehouse/config-reference/content/swift-general-service-configuration.html

Change-Id: I3b5c55607bcd8a2aa5288cdfefa96a152d1682cb
This commit is contained in:
Iury Gregory Melo Ferreira
2016-06-02 01:13:09 -03:00
parent 6790b2007c
commit 2d84cf4e16
21 changed files with 47 additions and 54 deletions

View File

@@ -47,7 +47,7 @@ To utilize the swift module's functionality you will need to declare multiple re
```puppet
class { 'swift':
swift_hash_suffix => 'swift_secret',
swift_hash_path_suffix => 'swift_secret',
}
swift::storage::loopback { ['1', '2']:
@@ -99,10 +99,10 @@ Usage
Class that will set up the base packages and the base /etc/swift/swift.conf
```puppet
class { 'swift': swift_hash_suffix => 'shared_secret', }
class { 'swift': swift_hash_path_suffix => 'shared_secret', }
```
####`swift_hash_suffix`
####`swift_hash_path_suffix`
The shared salt used when hashing ring mappings.
### Class swift::proxy