← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1587219] [NEW] unable to retrieve project list

 

Public bug reported:

in Newest devstack,dashboard error:Error: Unable to retrieve project
list.

However,in CLI,curl command: curl -g -i -X GET http://192.168.139.142/identity/v3/users/ac4292a3f5bf40e5b75e25b8215c7c5c/projects -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: 9bc1fc6b9cc54fc48d833791e00cfa4a"
gets them:
HTTP/1.1 200 OK
Date: Tue, 31 May 2016 02:50:59 GMT
Server: Apache/2.4.7 (Ubuntu)
Vary: X-Auth-Token
x-openstack-request-id: req-18a00aa9-28c0-41c0-99a3-a63c8293affe
Content-Length: 990
Content-Type: application/json

{"links": {"self":
"http://192.168.139.142/identity/v3/users/ac4292a3f5bf40e5b75e25b8215c7c5c/projects";,
"previous": null, "next": null}, "projects": [{"is_domain": false,
"description": "", "links": {"self":
"http://192.168.139.142/identity/v3/projects/17e4851935624c60a43c97abebe20ae9"},
"enabled": true, "id": "17e4851935624c60a43c97abebe20ae9", "parent_id":
"default", "domain_id": "default", "name": "alt_demo"}, {"is_domain":
false, "description": "", "links": {"self":
"http://192.168.139.142/identity/v3/projects/62c82523d3ac44e683962be71a87c63b"},
"enabled": true, "id": "62c82523d3ac44e683962be71a87c63b", "parent_id":
"default", "domain_id": "default", "name": "demo"}, {"is_domain": false,
"description": "Bootstrap project for initializing the cloud.", "links":
{"self":
"http://192.168.139.142/identity/v3/projects/e8c17c54df62455a9305b1c31b298596"},
"enabled": true, "id": "e8c17c54df62455a9305b1c31b298596", "parent_id":
"default", "domain_id": "default", "name":
"admin"}]}root@dev:/opt/devstack#

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1587219

Title:
  unable to retrieve project list

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  in Newest devstack,dashboard error:Error: Unable to retrieve project
  list.

  However,in CLI,curl command: curl -g -i -X GET http://192.168.139.142/identity/v3/users/ac4292a3f5bf40e5b75e25b8215c7c5c/projects -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: 9bc1fc6b9cc54fc48d833791e00cfa4a"
  gets them:
  HTTP/1.1 200 OK
  Date: Tue, 31 May 2016 02:50:59 GMT
  Server: Apache/2.4.7 (Ubuntu)
  Vary: X-Auth-Token
  x-openstack-request-id: req-18a00aa9-28c0-41c0-99a3-a63c8293affe
  Content-Length: 990
  Content-Type: application/json

  {"links": {"self":
  "http://192.168.139.142/identity/v3/users/ac4292a3f5bf40e5b75e25b8215c7c5c/projects";,
  "previous": null, "next": null}, "projects": [{"is_domain": false,
  "description": "", "links": {"self":
  "http://192.168.139.142/identity/v3/projects/17e4851935624c60a43c97abebe20ae9"},
  "enabled": true, "id": "17e4851935624c60a43c97abebe20ae9",
  "parent_id": "default", "domain_id": "default", "name": "alt_demo"},
  {"is_domain": false, "description": "", "links": {"self":
  "http://192.168.139.142/identity/v3/projects/62c82523d3ac44e683962be71a87c63b"},
  "enabled": true, "id": "62c82523d3ac44e683962be71a87c63b",
  "parent_id": "default", "domain_id": "default", "name": "demo"},
  {"is_domain": false, "description": "Bootstrap project for
  initializing the cloud.", "links": {"self":
  "http://192.168.139.142/identity/v3/projects/e8c17c54df62455a9305b1c31b298596"},
  "enabled": true, "id": "e8c17c54df62455a9305b1c31b298596",
  "parent_id": "default", "domain_id": "default", "name":
  "admin"}]}root@dev:/opt/devstack#

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1587219/+subscriptions


Follow ups