Add missing Swift base class
authorChristian Schwede <cschwede@redhat.com>
Tue, 20 Dec 2016 11:34:24 +0000 (12:34 +0100)
committerChristian Schwede <cschwede@redhat.com>
Tue, 20 Dec 2016 11:34:40 +0000 (12:34 +0100)
The Swift base class is required if the SwiftStorageRole
is used without the SwiftRingBuilder role.

Change-Id: I496b65dc53c03c0711d21f98627cc21be653ca5d

manifests/profile/base/swift/storage.pp

index df9a2c1..5018d77 100644 (file)
@@ -34,6 +34,7 @@ class tripleo::profile::base::swift::storage (
 ) {
   if $step >= 4 {
     if $enable_swift_storage {
+      include ::swift
       include ::swift::config
       include ::swift::storage::disks
       include ::swift::storage::loopbacks