# File lib/fog/key_manager/openstack/requests/create_container.rb, line 5 def create_container(options) request( :body => Fog::JSON.encode(options), :expects => [201], :method => 'POST', :path => 'containers' ) end