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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user