Fix to use "." to source script files

Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.

Change-Id: I8168ae0eda632b146d5d7fe09542d6a77c9d00ae
This commit is contained in:
melissaml 2017-08-29 01:44:48 +08:00
parent 173bcfb8ca
commit 90fed21d8f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Service Test
1. As the dynamic routing is only supported by admin, source the devstack admin credentials::
$ source devstack/openrc admin admin
$ . devstack/openrc admin admin
2. Verify the neutron dynamic routing agent is running.