Reviewed: https://review.openstack.org/523673 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8f7356dca6bda1349be1ce265b58ab8a67ce6d3b Submitter: Zuul Branch: master
commit 8f7356dca6bda1349be1ce265b58ab8a67ce6d3b Author: ZhongShengping <[email protected]> Date: Wed Nov 29 11:32:28 2017 +0800 Fix project_domain_name and user_domain_name in doc Change-Id: I192708586d89d1bf07a5e52ed1c45de6eab689a5 Closes-Bug: #1735051 ** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1735051 Title: fix project_domain_name and user_domain_name in doc Status in Cinder: Fix Released Status in Glance: In Progress Status in neutron: In Progress Status in OpenStack Compute (nova): 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/cinder/+bug/1735051/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

