← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1735051] [NEW] fix project_domain_name and user_domain_name in doc

 

Public bug reported:

I follow the documentation[1] to install glance, the command "glance image-list" will be incorrect[2].
I found that project_domain_id and user_domain_id should be default, not project_domain_name and user_domain_name[3].



[1]https://docs.openstack.org/install-guide/openstack-services.html
[2]
root@controller1:~# glance image-list
503 Service Unavailable: The server is currently unavailable. Please try again at a later time. (HTTP 503)

root@controller1:~# tail -f /var/log/glance/glance-api.log
2017-11-29 10:35:07.744 376 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2017-11-29 10:35:07.754 376 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2017-11-29 10:35:07.754 376 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data

[3]$ openstack project create --domain default \
  --description "Service Project" service

+-------------+----------------------------------+
| Field       | Value                            |
+-------------+----------------------------------+
| description | Service Project                  |
| domain_id   | default                          |
| enabled     | True                             |
| id          | 24ac7f19cd944f4cba1d77469b2a73ed |
| is_domain   | False                            |
| name        | service                          |
| parent_id   | default                          |
+-------------+----------------------------------+

** Affects: glance
     Importance: Undecided
     Assignee: zhongshengping (chdzsp)
         Status: In Progress

** Changed in: glance
     Assignee: (unassigned) => zhongshengping (chdzsp)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1735051

Title:
  fix project_domain_name and user_domain_name in doc

Status in Glance:
  In Progress

Bug description:
  I follow the documentation[1] to install glance, the command "glance image-list" will be incorrect[2].
  I found that project_domain_id and user_domain_id should be default, not project_domain_name and user_domain_name[3].




  [1]https://docs.openstack.org/install-guide/openstack-services.html
  [2]
  root@controller1:~# glance image-list
  503 Service Unavailable: The server is currently unavailable. Please try again at a later time. (HTTP 503)

  root@controller1:~# tail -f /var/log/glance/glance-api.log
  2017-11-29 10:35:07.744 376 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
  2017-11-29 10:35:07.754 376 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
  2017-11-29 10:35:07.754 376 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data

  [3]$ openstack project create --domain default \
    --description "Service Project" service

  +-------------+----------------------------------+
  | Field       | Value                            |
  +-------------+----------------------------------+
  | description | Service Project                  |
  | domain_id   | default                          |
  | enabled     | True                             |
  | id          | 24ac7f19cd944f4cba1d77469b2a73ed |
  | is_domain   | False                            |
  | name        | service                          |
  | parent_id   | default                          |
  +-------------+----------------------------------+

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


Follow ups