Actions
Bug #11023
closedOpenStack wrong tenants url in fog 1.32.0
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - OpenStack
Target version:
Description
On OpenStack#Virtuals Machines:
There was an error listing VMs: Expected([200, 204]) <=> Actual(300 Multiple Choices) excon.error.response :body => "{\"choices\": [{\"status\": \"CURRENT\", \"media-types\": [{\"base\":
\"application/xml\", \"type\": \"application/vnd.openstack.compute+xml;version=2\"}, {\"base\": \"application/json\", \"type\": \"application/vnd.openstack.compute+json;version=2\"}], \"id\":
\"v2.0\", \"links\": [{\"href\": \"http://<HisAddress>:8774/v2/v2.0/tenants\", \"rel\": \"self\"}]}]}" :headers => { "Content-Length" => "325" "Content-Type" => "application/json" "Date" => "Mon, 06
Jul 2015 11:00:35 GMT" } :local_address => "<MyAddress>" :local_port => 34717 :reason_phrase => "Multiple Choices" :remote_ip => "<HisAddress>" :status => 300 :status_line => "HTTP/1.1 300 Multiple Choices\r\n"
The problem seems to be with Fog 1.32.0, when downgrading to 1.31.0 it seems to work as expected.
The problem w/ fog is the URL it generates: http://<HisAddress>:8774/v2/v2.0/tenants should be http://<HisAddress>:8774/v2.0/tenants
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #10470: Update fog to 1.32.0 added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2521 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Category set to Compute resources - OpenStack
- Assignee changed from Shlomi Zadok to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/2529 added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/2521)
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f69f741a91f4e01f8ef1efbc74970a288b6557c6.
Actions