summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/extensions.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 D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+1
| | | | | | | | | | Currently tox ignores D204, D205, and D207. D204: 1 blank required after class docstring. D205: Blank line required between one-line summary and description. D207: Docstring is under-indented. This change removes D204, D205, and D207 ignores in tox and fix violations. Change-Id: Id20d216fbd7647d468859b960088aac61c582d9b
* Fix a misspelling in a commentMatt Fischer2014-05-281-1/+1
| | | | Change-Id: If049cef6def1249fd0f70e16385aa7a4167edbde
* Add support for extensions-listMatt Fischer2014-05-271-0/+29
Add support to list extensions in the v2.0 API. Change-Id: I4ddf888966e2ed51cf8cb1171aded8025440cfd4 Closes-Bug: #1313266