We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! After provider upgraded OpenStack to Queens we have error when try to auth:
Actual(400 Bad Request) (Excon::Error::BadRequest) excon.error.response :body => "{\"error\": {\"message\": \"Invalid input for field 'scope/project/name': 123 is not of type 'string'\\n\\nFailed validating 'type' in schema['properties']['scope']['properties']['project']['properties']['name']:\\n {'type': 'string'}\\n\\nOn instance['scope']['project']['name']:\\n 23446\", \"code\": 400, \"title\": \"Bad Request\"}}" :cookies => [ ] :headers => { "Content-Length" => "326" "Content-Type" => "application/json" "Date" => "Tue, 08 Oct 2019 11:23:47 GMT" "Server" => "Apache/2.4.18 (Ubuntu)" "Vary" => "X-Auth-Token" "X-Distribution" => "Ubuntu" "x-openstack-request-id" => "req-4c4f7e09-d41b-4ad7-85cf-2496cb819b01" } :host => "auth.some.openstack.provider.com" :local_address => "*.*.*.*" :local_port => 59461 :path => "/v3/auth/tokens" :port => 5000 :reason_phrase => "Bad Request" :remote_ip => "*.*.*.*" :status => 400 :status_line => "HTTP/1.1 400 Bad Request\r\n"
I did small fix (pr attached). Is this ok?
The text was updated successfully, but these errors were encountered:
Merge pull request #504 from tonymadbrain/master
6971268
#503 fixed type for auth
No branches or pull requests
Hello!
After provider upgraded OpenStack to Queens we have error when try to auth:
Actual(400 Bad Request) (Excon::Error::BadRequest) excon.error.response :body => "{\"error\": {\"message\": \"Invalid input for field 'scope/project/name': 123 is not of type 'string'\\n\\nFailed validating 'type' in schema['properties']['scope']['properties']['project']['properties']['name']:\\n {'type': 'string'}\\n\\nOn instance['scope']['project']['name']:\\n 23446\", \"code\": 400, \"title\": \"Bad Request\"}}" :cookies => [ ] :headers => { "Content-Length" => "326" "Content-Type" => "application/json" "Date" => "Tue, 08 Oct 2019 11:23:47 GMT" "Server" => "Apache/2.4.18 (Ubuntu)" "Vary" => "X-Auth-Token" "X-Distribution" => "Ubuntu" "x-openstack-request-id" => "req-4c4f7e09-d41b-4ad7-85cf-2496cb819b01" } :host => "auth.some.openstack.provider.com" :local_address => "*.*.*.*" :local_port => 59461 :path => "/v3/auth/tokens" :port => 5000 :reason_phrase => "Bad Request" :remote_ip => "*.*.*.*" :status => 400 :status_line => "HTTP/1.1 400 Bad Request\r\n"
I did small fix (pr attached). Is this ok?
The text was updated successfully, but these errors were encountered: