summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/ec2.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing D105 PEP257Navid Pustchi2016-05-041-0/+1
| | | | | | | | Currently tox ignores D105. D105: Missing docstring in magic method. This change removes it and make keystoneclient docstring compliant with it. Change-Id: I34dfc164891880425f542f8f8aa3426ec8640c96
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
| | | | | | | | | Currently tox ignores D202 and D203. D202: No blank lines allowed after function docstring. D203: 1 blank required before class docstring. This change removes D202 and D203 ignores in tox and fix violations. Change-Id: I97ef88c9cfd56774e47f789cbbcf8ccfe85d7737
* Remove "deprecated" internal methodBrant Knudson2015-12-291-2/+2
| | | | | | | This method says it's deprecated but it's an internal method, so there's no need to deprecate it, just remove it. Change-Id: I916b4a5c9dc2320a4bff7f966fd0c7d5a4957ff9
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
| | | | | | | | | | Some files still use trademark OpenStack LLC in header, which should be changed to OpenStack Foundation. NOTE: tools/install_venv.py is not touched, should sync with oslo Change-Id: I01d4f6b64cf1a152c4e190407799ce7d53de845f Fixes-Bug: #1214176
* Fix and enable Gating on H404Dirk Mueller2013-08-151-9/+7
| | | | | | | Enable gating on the Hacking H404 check - docstring should start with a summary. Change-Id: I80612a15bd11f689e9e9f4dc2ff812138630ddbd
* pep8 1.1 changes and updatesJoe Heck2012-06-011-2/+2
| | | | Change-Id: I8bc3582bb3f35a3d841bb1e8c03b62ba61ff92d7
* support ec2 crud callsJesse Andrews2012-01-161-0/+62
This is to support blueprint generate-ec2-access-secret Change-Id: I4474acc7d2193c4b04ecb11028d8ecb13e523266