Remove unnecessary container creation
While putting an object, if you specify a container that does not exist, the container will be created for you. Change-Id: Icfb9eed1e661360e6a7610c99b3d68e439e36dc3
This commit is contained in:
parent
7e4927e7b3
commit
91bc405359
@ -968,9 +968,6 @@ class OpenStackCloud(object):
|
||||
filename = name
|
||||
|
||||
if self.is_object_stale(container, name, filename, md5, sha256):
|
||||
|
||||
self.create_container(container)
|
||||
|
||||
with open(filename, 'r') as fileobj:
|
||||
self.log.debug(
|
||||
"swift uploading {filename} to {container}/{name}".format(
|
||||
|
Loading…
x
Reference in New Issue
Block a user