From c8f365611dbc7a7acb7bea6c0911e7e1f91d5bff Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 23 Apr 2015 19:45:58 +0300 Subject: [PATCH] Changed 'swift_store_large_object_size' to default value We added the workaround for the old bug in Swift (#1430765), this bug was fixed for MOS 6.1 and we need to remove this workaround and use default value for this parameter. Change-Id: I2f124321b7d5aa8312a8ff1539957b6c0a6a9e81 Closes-Bug: #1447703 --- deployment/puppet/openstack/manifests/glance.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/puppet/openstack/manifests/glance.pp b/deployment/puppet/openstack/manifests/glance.pp index b5a318b056..adc2044d2f 100644 --- a/deployment/puppet/openstack/manifests/glance.pp +++ b/deployment/puppet/openstack/manifests/glance.pp @@ -235,7 +235,6 @@ class openstack::glance ( swift_store_user => "services:glance", swift_store_key=> $glance_user_password, swift_store_create_container_on_put => "True", - swift_store_large_object_size => '200', swift_store_auth_address => "http://${keystone_host}:5000/v2.0/" } }