Setting name of swift3 plugin package

On Red Hat it should be openstack-swift-plugin-swift3 not swift-plugin-s3
This commit is contained in:
Derek Higgins
2012-12-11 18:55:52 -05:00
parent e9f9c99fe8
commit e6ba75a161

View File

@@ -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}")