# File lib/fog/identity/openstack/v2/requests/create_tenant.rb, line 6 def create_tenant(attributes) request( :expects => [200], :method => 'POST', :path => "tenants", :body => Fog::JSON.encode('tenant' => attributes) ) end