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