summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-021-28/+0
| | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I84cee5a9a728b9d6dc7909ac28a60b9c20c2348c
* Use upper-constraints for all jobsrabi2017-04-031-0/+28
| | | | Change-Id: I17aae5f4b5c72425d72a3d9ba0a44110e2e6a65c
* Remove unused scripts in toolsrabi2016-11-123-257/+0
| | | | Change-Id: Id89abfcb43286ca7706e8114337a94a8fdaca82f
* Remove white space between print and ()yuyafei2016-07-051-1/+1
| | | | | | TrivialFix Change-Id: Iea9913ec7934ec0879a724ad3f90d52fab8bca48
* Replace ConfigParser with six.moves.configparserBo Wang2016-03-101-2/+3
| | | | | | | ConfigParser is available in python2 but not in python3. ref:http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html Change-Id: I537a13a26aa3ab936ff23af1cf37a1a18baccd8e
* Remove incorrectly used "# flake8: noqa"Bo Wang2016-02-011-2/+2
| | | | | | | | | "# flake8: noqa" option disables all checks for the whole file. To disable one line we should use "# noqa". Remove unused "# flake8: noqa" and fix hidden hacking errors. Change-Id: I624e96784ae7a22b5a5766f38bdf1fb8ade2d0a2 Closes-Bug: #1540254
* warn against sorting requirementsAndreas Jaeger2014-09-111-32/+0
| | | | | | | And do not check for sorted requirements. Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
* 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: Idb77f164abee5625ac24800ddb94b9b8c0b85162 Closes-Bug: #1275025
* Append extra space after command in bash_completiontanlin2014-06-111-1/+1
| | | | | | | | | | | | Unlike NovaClient or other Clients in OpenStack, there is no space append after command in Heat Client. That means if I try to run 'heat stack-delete', I have to manually append the space and then append the thing I want to delete. This correction will help Heat Client to be more convenient for operators. Change-Id: I229653f0a1ecc2794cdb8006c22a70882084d7e1
* Sort requirement files in alphabetical orderChenZheng2014-02-271-0/+32
| | | | | | | | This makes code more readable, and can check whether specific library in the requirement files easily. We also enforce the check in pep8. Change-Id: I08434dd56d41a82045e4119e547b7b3f60d66698 Closes-Bug: #1285478
* Merge "Enable default in bash completion"Jenkins2014-02-061-1/+1
|\
| * Enable default in bash completionThomas Herve2014-02-061-1/+1
| | | | | | | | | | | | | | This adds default options to bash completion, allowing to put filenames after options like --template-file. Change-Id: I8881028186f26d8fccb611daabf92ba028ca41a8
* | Added missed files to create venv with run_tests.shIvan Kolodyazhny2014-01-292-0/+247
|/ | | | | Change-Id: If5ea42ea75ee25bc321fba85a86161ef22a7f197 Closes: bug #1273795
* Supports bash_completion for heatclientZhiQiang Fan2013-12-161-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). Closes-Bug: #1260939 Change-Id: I327e884e1c5907c9ff6f31131c70aee659cca58e
* Move requirements files to standard names.Monty Taylor2013-05-252-23/+0
| | | | Change-Id: Ia27def1cf04aae8fe6e9f19e965b0083638d2201
* Migrate to pbr.Monty Taylor2013-05-252-1/+3
| | | | | | Fixes bug 1179007. Change-Id: Ic3b99d88cb9c82112f1e2b51867a0da7fb6ec691
* Migrate to flake8.Monty Taylor2013-05-181-1/+6
| | | | | | Fixes bug 1172444. Change-Id: Icd6c41f9f5b799ed0b121dc3a3af9d4304fa0eff
* Allow for prettytable 0.7.x as wellDirk Mueller2013-03-151-1/+1
| | | | | | | Relax requirements to >= 0.6, < 0.8, as 0.7.x seems to work as well. Lower has been raised to 0.6 to match openstack-common/requirements Change-Id: Ic8ce818016ae7d9fbfeb1548b612f8d9e8ae7c42
* Remove warlock from pip-requires as it is not usedAngus Salkeld2013-03-071-1/+0
| | | | | | | This is a hangover from copying from glanceclient Change-Id: Id81035b5432b65e776217f6b3e7e62c4447d4541 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Relax the required version of prettytable.Steve Baker2013-01-091-1/+3
| | | | | | | | Also add httplib2, iso8601. Fixes bug 1090403 Change-Id: Ibc2bb3391754907dae9a4c705a53634926739b5b
* Use python-keystoneclient 0.2 seriesSteve Baker2012-11-281-1/+1
| | | | | | This is required to not clash with keystone git master Change-Id: I775e9f1b02d4ae15323db8930b1adeb4b8296970
* setup tweaksSteve Baker2012-10-121-1/+1
|
* Initial importSteve Baker2012-10-103-0/+25