Update to new version of puppetlab-swift module

XFS storage devices were working
https://bugzilla.redhat.com/show_bug.cgi?id=906471

New swift module has a cherrry picked commit
https://github.com/packstack/puppetlabs-swift/commits/packstack/folsom

== From cherry picked commit ==
fix bug setting device
The device set for the storage mount point was
hard-coded to /dev/$name. This value is only
valid when no device is supplied to the storage
xfs setup.

This commit updates it to use the target_device
which is either the device that was passed, or
/dev/$name if not device is specified.

Change-Id: Id5a637ca7dbf8f4968d3fc39b420f078d51fbe3c
This commit is contained in:
Derek Higgins
2013-01-31 11:51:51 -05:00
parent a64fafafd0
commit 0887b36a75
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -15,7 +15,7 @@
url = https://github.com/puppetlabs/puppetlabs-openstack.git
[submodule "packstack/puppet/modules/swift"]
path = packstack/puppet/modules/swift
url = https://github.com/puppetlabs/puppetlabs-swift.git
url = https://github.com/packstack/puppetlabs-swift.git
[submodule "packstack/puppet/modules/cinder"]
path = packstack/puppet/modules/cinder
url = https://github.com/puppetlabs/puppetlabs-cinder.git