8ccece34ff
The auto-creation of containers in create_object came from shade and seemed like a good idea at the time. However, containers are where things like storage policies and other metadata/config go, so it's actually important that a user create those themselves. Removing the autocreation means create_object no longer does a HEAD call to check to see if the container exists first. Change-Id: I259ae3b9c729de44f219a1ad2dbe0082e2967409
7 lines
204 B
YAML
7 lines
204 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
``openstack.connection.Connection.create_object`` no longer creates
|
|
a container if one doesn't exist. It is the user's responsibility to
|
|
create a container before using it.
|