lib/fog/openstack/requests/identity/create_role.rb in fog-maestrodev-1.18.0.20131121075022 vs lib/fog/openstack/requests/identity/create_role.rb in fog-maestrodev-1.18.0.20131122203507

- old
+ new

@@ -8,10 +8,10 @@ 'name' => name } } request( - :body => MultiJson.encode(data), + :body => Fog::JSON.encode(data), :expects => [200, 202], :method => 'POST', :path => '/OS-KSADM/roles' ) end