| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Id32a4a72ec1d13992b306c4a38e73605758e26c7
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1179007
Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug 1172537
In order to avoif 414 the list subnet requests will be split in
multiple requests. The total URI len for each of these requests
will be lower than 8K (the default maximum for eventlet.wsgi.server).
The patch tries to submit a single request, and if the URI is too
long an exception is raised before the request is sent over the
wire; the exception handler will split the subnet id list, and
submit the new requests.
This patch does not address the case in which the server is
configured with a maximum URI length different from 8K.
Change-Id: Ia2414cd5374a91d3d12215807037a5d46b836ad6
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
make it possible to edit the name and description of security groups.
Fixes: bug #918393
Change-Id: I7b9dd3f9ad2f59aee1b37e06350ce8f5e3a40f64
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes the default behavior of the client. It will now choose
publicURL by default rather than adminURL.
Now allows the consumer to pass adminURL, internalURL or some other
endpoint type when constructing a Client to override this default
behavior.
Adds --endpoint-type option to the shell client. Defaults to the
environment variable OS_ENDPOINT_TYPE or publicURL. This was
patterned after the same option in the Nova client.
Adds a new exception type to handle the case where a suitable endpoint
type is not found in the catalog. Without this, the exception
encountered is a KeyError that was not clearly reported to the caller
of the quantum command line.
Change-Id: Iaffcaff291d433a605d8379dc89c1308096d36c2
Fixes: Bug #1176197
|
| |\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make the flake8 dependencies consistent with openstack/requirements and
the other OpenStack projects.
Fixes bug 1172444.
Change-Id: I04bd814ad51cf53a3fa0026028a36de461da45d4
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Partially fixes bug 1137783. Add tests for:
quantumclient.common.utils
Partially Fixes: bug #1137783
Change-Id: I6491eb881d3f465d11a649d55cde7caba77ed19b
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It is confusing that admin_state_down=False means admin-state is DOWN.
It is easy to understand if the variable name matches its value.
Also removes 'default=xxx' from options with store_true/false action
since store_true/false sets the default value implicitly.
Fixes bug 1161853
Change-Id: I3146dd8974990c94e5f9b3b5bf6a8b28a245d64e
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
New version of pyflakes does checking of doctests. We have a
comment that looks like a doctest, but in fact it's not. This
makes pep8 test fail.
Fixes bug 1170639.
Change-Id: Iee4f1bb8fd8284c6d1bb0111e23a61f434f3f457
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add hacking to the tox build - a set of flake8 plugins that
perform automatic validation of many HACKING.rst rules.
* This patch configures hacking in the tox build and performs
the mechanical cleanup required to allow the checks to pass.
* See https://pypi.python.org/pypi/hacking
Change-Id: Ib41313b5aae991e6ffef2a89dd69e83985bdc36d
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix bug 1160704
* httplib2 doesn't work with unicode url and params. So encode all unicode
to utf-8 before request.
* Fix xml serializer doesn't work with unicode
* Decode command argument to unicode in main function
* Exception's message maybe include unicode, decode message to unicode
before logging or print.
* Sync the changing of serializer/deserilizer's code with quantum server code
https://review.openstack.org/#/c/25482/
https://review.openstack.org/#/c/25046/
https://review.openstack.org/#/c/21410/
* Enable xml test
Change-Id: Ib140e34d54cc916e2ea172e4bad9e4a77388723a
|
| |/
|
|
|
|
|
|
| |
Fix bug 1165962
And upgrade cliff to 1.3.2, because cliff 1.3.1 depends on prettytable<0.7
Change-Id: I6b38a2d77f6b9bf88d6d64f6c02b98b6c21fda3a
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
In 8fbe6d we moved 'tests' to be top level. As such it makes
since to now exclude it from quantumclient packages.
Change-Id: I98b0bd4f5433b13c276ff89b8e359cba17ce78a5
|
| |/
|
|
|
|
|
|
|
| |
* flake8 supports more checks than pep8 (e.g. detection of
unused imports and variables), and has an extension mechanism.
A plugin to support automatic HACKING validation is planned.
* See: http://flake8.readthedocs.org/
Change-Id: I1cba551fadf87f3dbc40a002736c1009e7b9d5b5
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
In help info required args are changed to go after optional. The change
affects 'lb-healthmonitor-create' and 'lb-member-create' commands.
Fixes bug 1157502
Change-Id: I5bb2337796c8b725333ed23a662061a4f276985c
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Also sort the entries in .gitignore in alphabetical order.
Change-Id: I25e6355b16ef490d056f0fc02ed085db5c321e8e
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implements: blueprint tests-in-root
Change-Id: I6a1dbc59720abcaafb6fd9b8585f3f6065dcde92
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
auth info (in particular token and endpoint_url) can be reused
in different quantum client instances to reduce roundtrips with keystone
fixes bug 1150051
Change-Id: I3b2f23f364099bdb08992130d5edb87222e8d387
|
| |\ \ \
| | | |
| | | |
| | | | |
constructor"
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes bug 1152427
Change-Id: Ic7811d928fd00cde0a72f451b5ede8351092a54c
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
changes pip-requires from:
prettytable>=0.6,<0.7
to:
prettytable>=0.6,<0.8
Change-Id: Ia4e7460525e73474c90cd0c50d3d1243f64f68eb
Authored-by: Chris Krelle <nobodycam@gmail.com>
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
These 2 modules are useful for cleaning up of the exceptions hierarchy.
Change-Id: I0bb84e1969523be2eea077711acc5702bc63b023
|
| |\ \ \ |
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Bug #1160332
Change-Id: I4da1df900ff29f75e11b91186200d7841602bff4
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
The metavar value for --remote-group-id was left out in the patch
that renamed source_(group_id|ip_prefix) to remote. This patch
renames this instance of SOURCE to REMOTE.
Change-Id: I99d538e1cdc0b29e62b499c9c8ba8b3a31d77f7a
|
| | |
| |
| |
| |
| |
| | |
Bug #1160203
Change-Id: I01c6aed18ccd7fe61a5ea4562c79d47222175147
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add tests for:
quantumclient.shell
Partially Fixes: bug #1137783
Change-Id: Ia6a856cf3c1da67419818ae1693d56f447c2f070
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add tests for quantumclient.quantum.v2.quota
Partially Fixes: bug #1137783
Change-Id: I62fef9334ac864eda2f980d8ad173c536b2f3b1b
|
| |\ \ \ |
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Bug #1156480
Change-Id: Ib28266a362e76960455509b7a2af57d5315f70df
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
This option allows to disable SSL certificates validation in HTTPClient.
Fixes bug 1153715
Change-Id: I2c5123c3b8482a932fa401c56827f1fffe9fa381
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Fixes bug 1151328
Also makes positional parameters of Show/Update/Delete commands upper.
Change-Id: Ifc6b76954ad987379f765f346167bb73556034f1
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1149286
Change-Id: I7db9416c00296dfefdbf8fef880154c05fa2445a
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1144426
Change-Id: I3c5ac92f583ffce19f5ed38219d796bc6585e123
|