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

Bug #1722190 reported by Mingxuan Li
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack i18n
Invalid
Undecided
Unassigned

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

Akihiro Motoki (amotoki)
tags: added: simplified-chinese
Revision history for this message
tl chen (vuuv) wrote :

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

Changed in openstack-i18n:
status: New → Invalid
Revision history for this message
tl chen (vuuv) wrote :

@amotoki this is not a bug, just a mistake.
command 'openstack endpoint' support service name or service type as parameter.
now 'keystone' works fine but 'identity' not, so I guess that he must miss a step mentioned above.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.