From 555e6acc0351eaecf9640ea38632b450d2568396 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 7 Oct 2016 14:57:01 +0200 Subject: Include ::swift::config in Swift API and Storage roles This changes makes the Swift API and Storage roles to include the ::swift::config class, as we do for the other OpenStack services, which is useful to push arbitrary config settings into Swift. Change-Id: Iaf2c2f0f0103fe9264ce875099a1578b353a5558 --- manifests/profile/base/swift/storage.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/base/swift/storage.pp') diff --git a/manifests/profile/base/swift/storage.pp b/manifests/profile/base/swift/storage.pp index d1660de..568be66 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::config include ::swift::storage::disks include ::swift::storage::all if(!defined(File['/srv/node'])) { -- cgit 1.2.3-korg