> @@ -209,7 +209,7 @@ boolean deleteMetadata(@PathParam("containerName") String
> containerName,
> @Named("container:deleteIfEmpty")
> @DELETE
> @Path("/{containerName}")
> - @Fallback(TrueOnNotFoundOr404.class)
> + @Fallback(TrueOn404FalseOn409.class)
>From the [API
>docs](http://docs.openstack.org/api/openstack-object-storage/1.0/content/DELETE_deleteContainer__v1__account___container__storage_container_services.html),
> it seems that 409 is returned when the container is **not** empty.
This change now returns `false` in that case, if I understand it correctly. In
that case, the Javadoc should be changed?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/154/files#r18619582