From 199d9b7888ea936035eb0f37d921e963cc0bf17d Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Tue, 20 Dec 2016 12:34:24 +0100 Subject: Add missing Swift base class The Swift base class is required if the SwiftStorageRole is used without the SwiftRingBuilder role. Change-Id: I496b65dc53c03c0711d21f98627cc21be653ca5d --- manifests/profile/base/swift/storage.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base/swift') 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 -- cgit 1.2.3-korg