summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove vim headerHe Yongli2014-02-161-2/+0
| | | | | | | | | | | No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I45766d91f0c0b3622bbdc7dc5517497c87ebee8c Closes-Bug: #1229324
* Massive refactoring to the troveclientMichael Basnight2013-10-091-0/+213
| | | | | | | | | | | | | | | | The new client adheres to the standards of the other clients now. It prints out tables, uses ENVVAR's for auth, no longer stores pickled json in a login token, uses openstack common, and moves the cli operations into a v1 module for the future of trove when it has a v2 api. Please note for compatibility, the troveclient.compat module has the old cli. In order to deploy it, amend the setup.cfg to include the compat module. implements blueprint cli-compliance-upgrade Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
* Update to pbr/d2to1.Monty Taylor2013-06-172-12/+0
| | | | Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
* Adding unit tests for auth.pyDeniz Demir2013-01-081-1/+2
| | | | | | | | implements blueprint https://blueprints.launchpad.net/python-reddwarfclient/+spec/reddwarfclient-unit-tests Also changin the unit test library from unuttest2 to testtools per request of CI Change-Id: I1b50cd4bf762c90b846ecb51db47f2afbfb6f175
* Adding pep8 coverage for tests directory, and fixing existing code to comply ↵Deniz Demir2012-12-181-1/+2
| | | | | | | | | | with pep8 bug 1091757 https://bugs.launchpad.net/python-reddwarfclient/+bug/1091757 Change-Id: I821d8235095fef740a54e06334a0caa2b6ced7c2
* Complying withJosh Dorothy2012-11-272-0/+10
http://wiki.openstack.org/ProjectTestingInterface Fixes: bug 1083835 Change-Id: I31f525c62cdb3b4c7eb695b6a431e4df6443f673