yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69499
[Bug 1735051] Re: fix project_domain_name and user_domain_name in doc
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => zhongshengping (chdzsp)
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: neutron
Assignee: (unassigned) => zhongshengping (chdzsp)
** Also affects: cinder
Importance: Undecided
Status: New
** Changed in: cinder
Assignee: (unassigned) => zhongshengping (chdzsp)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1735051
Title:
fix project_domain_name and user_domain_name in doc
Status in Cinder:
New
Status in Glance:
In Progress
Status in neutron:
New
Status in OpenStack Compute (nova):
New
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/cinder/+bug/1735051/+subscriptions
References