writing convention set to use "." to source script files
refer to: https://docs.openstack.org/contributor-guide/writing-style/ \ code-conventions.html Change-Id: I0d4c741b40bb2e028dfb2167dd34ced188a4d71e
This commit is contained in:
parent
c05ecb9641
commit
56bd98fd24
@ -83,7 +83,7 @@ Source credentials file.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ source /etc/kolla/admin-openrc.sh
|
$ . /etc/kolla/admin-openrc.sh
|
||||||
|
|
||||||
Create base neutron networks and glance images.
|
Create base neutron networks and glance images.
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Source credentials file.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ source /etc/kolla/admin-openrc.sh
|
$ . /etc/kolla/admin-openrc.sh
|
||||||
|
|
||||||
Download and create a glance container image.
|
Download and create a glance container image.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user