From e6ba75a1618c580e48cb9830898194cdbf38c13e Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Tue, 11 Dec 2012 18:55:52 -0500 Subject: [PATCH] Setting name of swift3 plugin package On Red Hat it should be openstack-swift-plugin-swift3 not swift-plugin-s3 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index f13dfa64..dad9437a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -36,6 +36,7 @@ class swift::params { $account_service_name = 'openstack-swift-account' $account_replicator_service_name = undef $service_provider = undef + $swift3 = 'openstack-swift-plugin-swift3' } default: { fail("Unsupported osfamily: ${osfamily} for os ${operatingsystem}")