From: Christian Schwede Date: Tue, 20 Dec 2016 11:34:24 +0000 (+0100) Subject: Add missing Swift base class X-Git-Tag: opnfv-6.0.0~409^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=199d9b7888ea936035eb0f37d921e963cc0bf17d;p=apex-puppet-tripleo.git Add missing Swift base class The Swift base class is required if the SwiftStorageRole is used without the SwiftRingBuilder role. Change-Id: I496b65dc53c03c0711d21f98627cc21be653ca5d --- diff --git a/manifests/profile/base/swift/storage.pp b/manifests/profile/base/swift/storage.pp index df9a2c1..5018d77 100644 --- a/manifests/profile/base/swift/storage.pp +++ b/manifests/profile/base/swift/storage.pp @@ -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