Commit Graph

11 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
Dmitrii Dovbii 0d756babef Remove muranoagent.conf.sample
Change-Id: I7bd8d7bb6c28754df922daf57be2561a4b92a898
Closes-Bug: #1369844
2014-10-01 14:35:38 +00:00
Dmitrii Dovbii a8f7d9b06d Remove generate_samlple.sh tool from the project
Change-Id: I59a57ced5db3b81a24c11c89c91da866818f17ff
Partial-Bug: #1369844
2014-10-01 14:12:30 +00:00
Angus Salkeld 840ef721ac Make sure the name in setup.cfg is murano-agent not muranoagent
This also reverts the following oslo-incubator commit
f6a1848688

Change-Id: I467699eb70c5332d097b072e6696cb21f6c6de63
Closes-bug: #1367543
2014-09-12 13:47:05 +10:00
Jenkins e66959a67e Merge "Add virtual environment installation scripts" 2014-09-03 14:58:32 +00:00
Ekaterina Fedorova 334106047c Add sample config and it's checker
* Add scripts for generation sample configs
* Fix name in setup.cfg, otherwise module is not recognized
* Add check to pep8 to follow new config parameters

Change-Id: I42918abc7fdcf9c6779c4e97ba7f2b605b9057e8
2014-08-25 18:49:01 +04:00
Ekaterina Fedorova 7cef63f300 Update openstack-common
Oslo-incubator last commit is @a9e1122f44deedeeb5dc824b6c085bb9beb08452

Change-Id: I04f61a0d5a6efbe1e0fd22e4c455143ebf89ddb3
2014-08-20 20:10:51 +04:00
Ekaterina Fedorova 45b782dbe4 Add virtual environment installation scripts
Change-Id: I7dd81fad74a277f9ffd2546e16a4d67bb8dca168
2014-08-20 18:48:27 +04:00
Ruslan Kamaldinov 79c7da668a Extract main python client to the top
C and Windows clients were moved to directory 'contrib'.

Change-Id: I2a31a965d38f4f750abf9c8dfa90b249dbe1aeba
2014-05-29 20:02:50 +04:00