Files
packstack/packstack/puppet/templates/swift_loopback.pp
Gael Chamoulaud 34065abc59 Fix swift loopback creation
- Device name for swift::storage::loopback cannot contain undescore unless we
  want to specify metadata.

Change-Id: I5631e4cd79ab2a0fdaf7ad206c7e3f6606266daf
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2014-11-07 15:50:13 +01:00

11 lines
266 B
Puppet

swift::storage::loopback { 'swiftloopback':
base_dir => '/srv/loopback-device',
mnt_base_dir => '/srv/node',
require => Class['swift'],
fstype => hiera('CONFIG_SWIFT_STORAGE_FSTYPE'),
seek => hiera('CONFIG_SWIFT_STORAGE_SEEK'),
}