Activity log for bug #910410

Date Who What changed Old value New value Message
2011-12-31 17:50:30 Daryl Walleck bug added bug
2011-12-31 17:56:16 Daryl Walleck description Performing a GET request on a flavor using it's self and bookmark links should both return valid results. However, making a GET request using a flavor's bookmark link is currently returning a 300 response. Here's an example of what I am seeing: curl -i -H "X-Auth-Token: fe35da61-b2fa-4d85-9a1f-ee30d549e184" http://alpha.ord.servers.api.rackspacecloud.com:8774/dwalleck-project/flavors/1 {"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://alpha.ord.servers.api.rackspacecloud.com:8774/v2/dwalleck-project/flavors/1", "rel": "self"}]}]} What's also curious is the URL that is returned contains v2 as the version, not v1.1. Performing a GET request on a flavor using it's self and bookmark links should both return valid results. However, making a GET request using a flavor's bookmark link is currently returning a 300 response. Here's an example of what I am seeing: curl -i -H "X-Auth-Token: fe35da61-b2fa-4d85-9a1f-ee30d549e184" http://127.0.0.1:8774/dwalleck-project/flavors/1 {"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://127.0.0.1:8774/v2/dwalleck-project/flavors/1", "rel": "self"}]}]} What's also curious is the URL that is returned contains v2 as the version, not v1.1.
2011-12-31 17:58:15 Daryl Walleck description Performing a GET request on a flavor using it's self and bookmark links should both return valid results. However, making a GET request using a flavor's bookmark link is currently returning a 300 response. Here's an example of what I am seeing: curl -i -H "X-Auth-Token: fe35da61-b2fa-4d85-9a1f-ee30d549e184" http://127.0.0.1:8774/dwalleck-project/flavors/1 {"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://127.0.0.1:8774/v2/dwalleck-project/flavors/1", "rel": "self"}]}]} What's also curious is the URL that is returned contains v2 as the version, not v1.1. Performing a GET request on a flavor using it's self and bookmark links should both return the details for the given flavor. However, making a GET request using a flavor's bookmark link is currently returning a 300 response. Here's an example of what I am seeing: curl -i -H "X-Auth-Token: fe35da61-b2fa-4d85-9a1f-ee30d549e184" http://127.0.0.1:8774/dwalleck-project/flavors/1 {"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://127.0.0.1:8774/v2/dwalleck-project/flavors/1", "rel": "self"}]}]} What's also curious is the URL that is returned contains v2 as the version, not v1.1.
2012-01-03 14:43:13 Brian Waldon nova: status New Invalid