writing convention set to use "." to source script files

refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: I0e02620e3001ebc225582bbfbad0d42199776d97
This commit is contained in:
chao liu 2017-08-26 18:27:04 -07:00
parent b68146955b
commit ddb1c5be99
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ network and subnet owned by the "admin" tenant, a port owned by the
6) Login as the admin tenant::
$ source ~/devstack/openrc admin admin
$ . ~/devstack/openrc admin admin
7) Create a network called "network-admin". Note this is owned by the admin
tenant::
@ -123,7 +123,7 @@ network and subnet owned by the "admin" tenant, a port owned by the
9) Create port owned by the demo tenant::
$ source ~/devstack/openrc admin demo
$ . ~/devstack/openrc admin demo
$ neutron port-create network-admin | tee port-create.log
Created a new port:
+-----------------------+--------------------------------------------------------------------------------+