[OpenStack-I18n] [Bug 1722190] Re: 创建服务实体和API端点 in Installation Guide

tl chen froms2008 at gmail.com
Sat Oct 21 03:56:52 UTC 2017


请按照文档顺序操作. 你应该漏了这步: 
openstack service create \
  --name keystone --description "OpenStack Identity" identity


** Changed in: openstack-i18n
       Status: New => Invalid

-- 
You received this bug notification because you are a member of OpenStack
I18n Core Team, which is subscribed to openstack i18n.
https://bugs.launchpad.net/bugs/1722190

Title:
  创建服务实体和API端点 in Installation Guide

Status in openstack i18n:
  Invalid

Bug description:
  创建认证服务的API端点时,文档有三个错误:
  $ openstack endpoint create --region RegionOne identity public http://controller:5000/v3
  $ openstack endpoint create --region RegionOne identity internal http://controller:5000/v3
  $ openstack endpoint create --region RegionOne identity admin http://controller:5000/v3
  针对上述的执行命令,系统会提示错误。
  应该修改为如下:
  $ openstack endpoint create --region RegionOne keystone public http://controller:5000/v3
  $ openstack endpoint create --region RegionOne keystone internal http://controller:5000/v3
  $ openstack endpoint create --region RegionOne keystone admin http://controller:5000/v3

  
  This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

  - [ ] This doc is inaccurate in this way: ______
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: 0.1 on 2017-06-12 11:14
  SHA: 1865f28305fdb1eb6b5e1a434ac7e292c3421513
  Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/keystone-services.rst
  URL: https://docs.openstack.org/mitaka/zh_CN/install-guide-rdo/keystone-services.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-i18n/+bug/1722190/+subscriptions



More information about the OpenStack-I18n mailing list