Commit Graph

4 Commits

Author SHA1 Message Date
zhurong d0875aece5 Remove the unused tools scripts
Now using 'tox -evenv' to generate virtual venv.
Don't need those scripts.

Change-Id: I2a06f03aa588ef92fee8c1ca152c8e14b2835aaa
2018-07-30 14:07:45 +08:00
rajat29 92248c6acc Fix to use . to source script files
Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.
When you have to source a script file, for example, a credentials file
to gain access to user-only or admin-only CLI commands, use . instead of source.
https://docs.openstack.org/contributor-guide/writing-style/code-conventions.html

Change-Id: I0678e5c8b2aa7634901887549efc060f7a548ffe
2017-09-06 12:27:48 +05:30
ting.wang c1663a265c Enable pep8 to check files in directory tools
The directory tools is exculed for runing pep8 test now.
Enable pep8 to check files in toos/ since there will be more python files.
The same in murano:
https://review.openstack.org/#/c/281766/3

Change-Id: I7b6ed11d60c35408e7ce5d7386e8486897e7e673
2016-02-20 16:07:57 +08:00
Ekaterina Fedorova 45b782dbe4 Add virtual environment installation scripts
Change-Id: I7dd81fad74a277f9ffd2546e16a4d67bb8dca168
2014-08-20 18:48:27 +04:00