As per the OpenStack object-storage docs, container names must not contain a slash (/).
By accepting them, some functions change their meaning. For example, by passing a container name with a slash to containers.Create, it is possible to actually create an object (if the container exists).