summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools: remove unused scriptsJulien Danjou2016-07-053-247/+0
| | | | Change-Id: I3ca451288bfeb76a8c605ab76deb8531a7c81a12
* sync oslo codeicehouse-eol1.0.12stable/icehousegordon chung2014-10-021-1/+1
| | | | | | | | | | | - sync code up to Change-Id: Ie6064e73abe4b0729498a0343d50e1be35684b75 - includes fix to resolve alarm-evaluator failure - does not include openstack/common/strutils sync as it requires test update Co-Authored-By: Vaibhav Kale <vaibhav_kale@persistent.co.in> Closes-Bug: #1357343 Change-Id: Ieec08520cb39c5bf2e795dfeb3e36e52c6fd2a82
* Removed undefined method in install_env.py fileVictor Morales2014-08-201-1/+0
| | | | | | | | | | | There was a call from install_venv.py file to post_process method of InstallVenv class, but this method is not defined in this class as result it was raising an error. Even when this error doesn't affect dependencies installation, it is not allowing to display user information. Change-Id: I39c995adfbb411f21ad7ea222b2392da6946e25b Closes-Bug: #1275025
* extraneous vim editor configuration commentsGordon Chung2014-04-281-2/+0
| | | | | | | | | | Many of the source code files have a beginning line: vim: tabstop=4 shiftwidth=4 softtabstop=4 This should be deleted. Change-Id: I0b7bd4e727c0597e7c7fb61d42684e908e001134 Closes-Bug: #1229324
* Supports bash_completion for ceilometerclientZhiQiang Fan2013-12-231-0/+27
| | | | | | | | | | | bash_completion feature can improve CLI user experience, projects like nova, keystone, and cinder already support it. NOTE: this patch just provides simple functionality, which means cache for IDs and names is not used (like nova). Change-Id: I1b04998a5e7c8818aed4b51f5fe5bf01efd0e14a Closes-Bug: #1260939
* sync with oslo-incubatorGordon Chung2013-12-021-2/+0
| | | | | | | | | - py3 compatibility fixes - Only pass non-None sortby to PrettyTable.get_string fix synced with commit-id: 0d2546b228f13a42355bc54e82256bf17a2eb478 Change-Id: Ic70eba1a10339ad5407541446cd37c9229836965
* update oslo librariesfujioka yuuichi2013-10-281-42/+4
| | | | | Change-Id: I7eb0adfbb6bc86157c3e3b969c00099dd8cfe315 Related-Bug: #1227495
* Sync install_venv_common from osloMonty Taylor2013-07-051-26/+17
| | | | Change-Id: I74ab14534d80b33f5b9eb1b2200facf82b6d9504
* Fix install_venv.py requirements fileAngus Salkeld2013-05-231-2/+2
| | | | | | | I missed this in https://review.openstack.org/#/c/29876/ (but Gordon noticed) Change-Id: Ie00cae414ae44bbd258910a2628174487c9756e3
* Rename tools/pip-requires to requirements.txtAngus Salkeld2013-05-212-21/+0
| | | | | | | | (and tools/test-requires to test-requirements.txt). Requested by infra: bug 1179008 Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
* Migrate to flake8.Monty Taylor2013-05-181-2/+6
| | | | | | Fixes bug 1172444. Change-Id: Iba46d40a0e3ae0385ce51181f47295a2b520110d
* Use testr to run testsAngus Salkeld2013-05-101-7/+7
| | | | | | This is taken largely from python-novaclient and Heat Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
* Add install_venv_common from osloAngus Salkeld2013-05-083-9/+298
| | | | Change-Id: I8f6e07abd733b1eea6c2d3e397e8e34aef531e4f
* Sync requirements with openstack-common/requirementsDirk Mueller2013-05-022-6/+7
| | | | | | | | Allow prettytable 0.7.x specifically. Add testcase. Remove setuptools_git from test-requires, already part of setup_require Change-Id: If0d114cc6ec0f84ea75d798adb5ebc424605b22e
* Properly removing start and ending slashesyolanda.robla2013-03-081-1/+0
| | | | | | | Fixes: bug #1146690 Change-Id: I4258948f749128edeafb6ef3e64bda4ff35dbb58 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Remove warlock from pip-requires as it is not usedAngus Salkeld2013-03-071-1/+0
| | | | | Change-Id: I1f64a774d3888b6c4fc96b62ff282b8c2d636b74 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Merge "Pin pep8 to 1.3.3"Jenkins2013-01-081-2/+2
|\
| * Pin pep8 to 1.3.3Chuck Short2013-01-071-2/+2
| | | | | | | | | | | | | | | | pep8 1.3.3 is pretty much standard across the openstack projects. Pin pep8 1.3.3 and fix associated warnings/errors. Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | Add missing dependenciesChuck Short2013-01-071-0/+2
|/ | | | | | | Add httplib2 to make tests build again. Change-Id: If581019cc7ecbe4fd7c97570c2984e215cedd43d Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Fix testsJulien Danjou2012-12-061-0/+1
| | | | | Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143 Signed-off-by: Julien Danjou <julien@danjou.info>
* Initial CommitAngus Salkeld2012-11-093-0/+25
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>