Add missing Swift base class

The Swift base class is required if the SwiftStorageRole
is used without the SwiftRingBuilder role.

Change-Id: I496b65dc53c03c0711d21f98627cc21be653ca5d
This commit is contained in:
Christian Schwede 2016-12-20 12:34:24 +01:00
parent 659cdf1851
commit 199d9b7888

View 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