| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
This patch fixes a nit left by the review
Ic7aaadcd8f8d5ebdec0cd908e7cbe4f997a17b54
Change-Id: Ia5b6ea552c37fc7ec4d82ffc2a7101fcf9b8f0e5
Partial-Bug: #1330769
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
swap instances of utils.positional with the positional library.
Change-Id: Id8a9961e68d287a802f25512fc970829e9feb5c2
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: Id89622f7709923814d7dfab72ab4139fee62f2a8
|
| |
|
|
|
|
|
|
| |
Adding description to V3 services.create and service
update as an explicitly enumerated keyword argument
Change-Id: I5e51c8e47d0d6cfc448a6a72e08f27f71d9c80ec
Closes-Bug: #1188723
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I664b7f7dfa281a4481bfc37eab0948a901f1c0c5
|
|
|
Change-Id: I5594ce92e99241f95775773233f09170a8a371b1
|