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