openstacksdk/releasenotes/notes/remove-auto-container-527f1807605b42c0.yaml
Monty Taylor 8ccece34ff
Remove the auto-creation of containers in create_object
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
2018-07-28 09:08:19 -05:00

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.