From 46f82c92bf17731fa490e09ceb9dbdc67980a25c Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 4 Mar 2013 05:45:54 -0500 Subject: [PATCH] Start the swift support services openstack-swift-account openstack-swift-account-auditor openstack-swift-account-reaper openstack-swift-account-replicator openstack-swift-container openstack-swift-container-auditor openstack-swift-container-replicator openstack-swift-container-updater openstack-swift-object openstack-swift-object-auditor openstack-swift-object-replicator openstack-swift-object-updater o Add dependency so that services arn't started before config files are in place Change-Id: Iafca5c717f7a6f1aac1de9da21ef68b55825f139 --- packstack/puppet/modules/swift | 2 +- packstack/puppet/templates/swift_common.pp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packstack/puppet/modules/swift b/packstack/puppet/modules/swift index 38ac1ac31..de47d6902 160000 --- a/packstack/puppet/modules/swift +++ b/packstack/puppet/modules/swift @@ -1 +1 @@ -Subproject commit 38ac1ac31facf9967505904409568c1212b515da +Subproject commit de47d6902c727aee3a90bcb1527e3cd3ae8f676e diff --git a/packstack/puppet/templates/swift_common.pp b/packstack/puppet/templates/swift_common.pp index c3d7f9467..e1759eb46 100644 --- a/packstack/puppet/templates/swift_common.pp +++ b/packstack/puppet/templates/swift_common.pp @@ -1,6 +1,7 @@ class { 'ssh::server::install': } +Class['swift'] -> Service <| |> class { 'swift': # not sure how I want to deal with this shared secret swift_hash_suffix => 'swift_shared_secret',