# File lib/fog/identity/openstack/v3/requests/create_role.rb, line 6 def create_role(role) request( :expects => [201], :method => 'POST', :path => "roles", :body => Fog::JSON.encode(:role => role) ) end