diff options
author | Christian Schwede <cschwede@redhat.com> | 2016-12-20 12:34:24 +0100 |
---|---|---|
committer | Christian Schwede <cschwede@redhat.com> | 2016-12-20 12:34:40 +0100 |
commit | 199d9b7888ea936035eb0f37d921e963cc0bf17d (patch) | |
tree | 8e6250b6522ca2bf1ef75821aded71c0da1a637f | |
parent | 659cdf185121f92a0f1ef983e054191f9eaf91d3 (diff) |
Add missing Swift base class
The Swift base class is required if the SwiftStorageRole
is used without the SwiftRingBuilder role.
Change-Id: I496b65dc53c03c0711d21f98627cc21be653ca5d
-rw-r--r-- | manifests/profile/base/swift/storage.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |