Activity log for bug #1362058

Date Who What changed Old value New value Message
2014-08-27 08:52:42 Ishant Tyagi bug added bug
2014-08-27 08:53:21 Ishant Tyagi description I am using osapi_compute_link_prefix conf option in nova.conf to get some other URL in response. I am using osapi_compute_link_prefix = https://16.125.106.106:8774/rest/compute output which I get is { "servers": [ { "id": "c85f3e06-daef-468f-a298-e5427b6095cc", "links": [ { "href": "https://16.125.106.106/v1.1/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc", "rel": "self" }, { "href": "https://16.125.106.106/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc", "rel": "bookmark" } ], "name": "vm1" } ] } The URL in the response is incorrect . It should be "https://16.125.106.106/rest/compute/v1.1/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc" I am using osapi_compute_link_prefix conf option in nova.conf to get some other URL in response. I am using osapi_compute_link_prefix = https://16.125.106.106:8774/rest/compute output which I get is {     "servers": [         {             "id": "c85f3e06-daef-468f-a298-e5427b6095cc",             "links": [                 {                     "href": "https://16.125.106.106/v1.1/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc",                     "rel": "self"                 },                 {                     "href": "https://16.125.106.106/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc",                     "rel": "bookmark"                 }             ],             "name": "vm1"         }     ] } The URL in the response is incorrect . It should be "https://16.125.106.106/rest/compute/v1.1/ccbea08bdd8c42dfaad04e1c27dadfc9/servers/c85f3e06-daef-468f-a298-e5427b6095cc"
2014-08-27 08:54:12 Ishant Tyagi nova: assignee Ishant Tyagi (ishant-tyagi)
2014-08-27 12:02:53 OpenStack Infra nova: status New In Progress
2015-02-12 16:42:23 Davanum Srinivas (DIMS) nova: status In Progress Confirmed
2015-02-12 16:42:26 Davanum Srinivas (DIMS) nova: assignee Ishant Tyagi (ishant-tyagi)
2015-03-29 01:51:35 Matt Riedemann tags api
2015-03-29 02:03:47 Matt Riedemann marked as duplicate 1304099