Revise endpoint creation part of the installation guide

Change-Id: I40c6305ad0825c1e9bf8a37f56d803e5057d9e27
This commit is contained in:
Hiroaki Kobayashi 2017-08-01 17:49:04 +09:00
parent a5fb773bcd
commit 119e986c60
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ And we need to create the reservation service in Keystone with its endpoints:
.. sourcecode:: console
openstack service create --name blazar --description “OpenStack Reservation Service” reservation
openstack endpoint create --region <region> blazar public "<auth_protocol>://<blazar_host>:<blazar_port>/v1"
openstack endpoint create --region <region> blazar public "<auth_protocol>://<blazar_host>:<blazar_port>/v1"
openstack endpoint create --region <region> blazar admin "<auth_protocol>://<blazar_host>:<blazar_port>/v1"
openstack endpoint create --region <region> blazar internal "<auth_protocol>://<blazar_host>:<blazar_port>/v1"
openstack endpoint create --region <region> blazar public "<auth_protocol>://<blazar_host>:<blazar_port>/v1"
..