# File lib/fog/key_manager/openstack/models/container.rb, line 29 def create merge_attributes(service.create_container(attributes).body) self end
# File lib/fog/key_manager/openstack/models/container.rb, line 34 def destroy requires :container_ref service.delete_container(uuid) true end
# File lib/fog/key_manager/openstack/models/container.rb, line 23 def uuid URI(self.container_ref).path.split('/').last rescue nil end