Add miss slash for some commands
Change-Id: Ib549d7ef6e7e82b5443da7435653e5d220f0a3f3
This commit is contained in:
parent
97ab692b21
commit
1a86159ee1
@ -30,7 +30,7 @@ Configure Identity service for Networking
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ NEUTRON_SERVICE_ID=$(get_id openstack service create network
|
||||
$ NEUTRON_SERVICE_ID=$(get_id openstack service create network \
|
||||
--name neutron --description 'OpenStack Networking Service')
|
||||
|
||||
#. Create the Networking service endpoint entry
|
||||
@ -54,9 +54,9 @@ Configure Identity service for Networking
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack endpoint create $NEUTRON_SERVICE_ID --region myregion \
|
||||
--publicurl "http://10.211.55.17:9696/" --adminurl \
|
||||
"http://10.211.55.17:9696/" --internalurl \
|
||||
"http://10.211.55.17:9696/"
|
||||
--publicurl "http://10.211.55.17:9696/" \
|
||||
--adminurl "http://10.211.55.17:9696/" \
|
||||
--internalurl "http://10.211.55.17:9696/"
|
||||
|
||||
- If you are using the ``template driver``, specify the following
|
||||
parameters in your Compute catalog template file
|
||||
@ -104,7 +104,7 @@ Configure Identity service for Networking
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ SERVICE_TENANT=$(get_id openstack project create service
|
||||
$ SERVICE_TENANT=$(get_id openstack project create service \
|
||||
--description "Services project")
|
||||
|
||||
d. Establish the relationship among the tenant, user, and role:
|
||||
|
Loading…
Reference in New Issue
Block a user