summaryrefslogtreecommitdiff
path: root/keystoneclient/v3/services.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of positional decoratorMorgan Fainberg2017-08-071-5/+0
| | | | | | | | | The positional decorator results in poorly maintainable code in a misguided effort to emulate python3's key-word-arg only notation and functionality. This patch removes keystoneclient's dependance on the positional decorator. Change-Id: I9e691cc8b0c04992f4a8dabd67e1b413d3220d23
* Follow up patch for Improve docs for v3 servicesNisha Yadav2016-08-191-3/+5
| | | | | | | | This patch fixes a nit left by the review Ic7aaadcd8f8d5ebdec0cd908e7cbe4f997a17b54 Change-Id: Ia5b6ea552c37fc7ec4d82ffc2a7101fcf9b8f0e5 Partial-Bug: #1330769
* Improve docs for v3 servicesNisha Yadav2016-07-051-0/+54
| | | | | | | | | In preparation to add functional tests for v3 services, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: Ic7aaadcd8f8d5ebdec0cd908e7cbe4f997a17b54 Partial-Bug: #1330769
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+2
| | | | | | | | | | 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
* use positional library instead of utilsSteve Martinelli2016-01-251-4/+5
| | | | | | swap instances of utils.positional with the positional library. Change-Id: Id8a9961e68d287a802f25512fc970829e9feb5c2
* Accept v2 params to v3 service createMonty Taylor2015-12-021-6/+14
| | | | | | | v2 clouds exist. So do v3 clouds. If the cloud is v3 but the user tries v2 names, just do the right thing. Change-Id: Iaceff4b2e3e6faf3923ae08064c6bddb264df514
* add clear definition of service listwanghong2015-01-041-0/+7
| | | | Change-Id: Id89622f7709923814d7dfab72ab4139fee62f2a8
* Add description param to v3 service create/updateSantiago Baldassin2014-05-231-2/+5
| | | | | | | | Adding description to V3 services.create and service update as an explicitly enumerated keyword argument Change-Id: I5e51c8e47d0d6cfc448a6a72e08f27f71d9c80ec Closes-Bug: #1188723
* Start using positional decoratorJamie Lennox2014-03-251-0/+3
| | | | | | | | | Apply the positional decorator to functions. It has been added as I think best practice would dictate, though in some places it has been added in a way that doesn't break existing tests. Closes-Bug: #1295881 Change-Id: I4f7ddbede4cba4ab79d144ad1f9dc83ea76f204a
* 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
* Enable/disable services/endpoints (bug 1048662)feature/keystone-v3Dolph Mathews2012-10-101-2/+5
| | | | Change-Id: I664b7f7dfa281a4481bfc37eab0948a901f1c0c5
* v3 Service CRUDDolph Mathews2012-10-081-0/+57
Change-Id: I5594ce92e99241f95775773233f09170a8a371b1