summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Supress client debug messagesJeremy Liu2018-03-191-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cliff sets log level to DEBUG in `run` function [1], need to overwrite this configuration to depress DEBUG messages. This patch adds such configuration in `prepare_to_run_command` function which will be called by cliff after it sets log level to DEBUG [2][3]. [1] https://github.com/openstack/cliff/blob/master/cliff/app.py#L248 [2] https://github.com/openstack/cliff/blob/master/cliff/app.py#L279 [3] https://github.com/openstack/cliff/blob/master/cliff/app.py#L393 Change-Id: I5c270d74cb09e90b8a98fd8febf587b98db2306f Closes-bug: #1681966
* | | | | add lower-constraints jobDoug Hellmann2018-04-073-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I39ad6aa578434d803d481d67c4ae67f06e376834 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | | | | Updated from global requirementsOpenStack Proposal Bot2018-03-233-3/+6
| |_|/ / |/| | | | | | | | | | | Change-Id: Ib20ac652a99af0163730e5d8a7af35bd8d23bba2
* | | | Follow the new PTI for document buildNguyen Hai2018-03-203-5/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I8bdd2912638e497f3ade79967136d1d6924574f5
* | | Merge "Updating time for functional tests"Zuul2018-03-085-5/+5
|\ \ \ | |_|/ |/| |
| * | Updating time for functional testsDirk Mueller2018-03-075-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currenlty, some gates is being failed with logs like this """ b'Response: {"description": "Provided object does not match schema \'Secret\': \'expiration\' is before current time. Invalid property: \'expiration\'", "title": "Bad Request", "code": 400}' """ So it is necessary to update the time to create secrets successfully. Change-Id: I4f2d3817d9a2380919d16e76ef5dcba3ec62e5a1
* | | Update doc to use the correct order methodJeremy Liu2018-02-071-1/+1
|/ / | | | | | | | | Change-Id: I3ec908f4bdba76b233e31eaeae7bdcfe027495d3 Closes-bug: #1747758
* | Merge "Fix some reST field lists in docstrings"4.6.0Zuul2018-01-254-17/+17
|\ \
| * | Fix some reST field lists in docstringslingyongxu2017-12-194-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably the most common format for documenting arguments is reST field lists [1]. This change updates some docstrings to comply with the field lists syntax. [1] http://sphinx-doc.org/domains.html#info-field-lists Change-Id: I1e4221e886a75177c4607817a78dbcda37dfa57a
* | | Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
| | | | | | | | | | | | Change-Id: Ib114a280f4b3a928728749489f6d6ab5b745d86e
* | | Merge "Updated from global requirements"Zuul2018-01-192-3/+3
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2018-01-182-3/+3
| | | | | | | | | | | | | | | | Change-Id: I751533fb3b102d3de6f6d3fbd0aec465e1bad9e7
* | | | Merge "Avoid tox_install.sh for constraints support"Zuul2018-01-192-57/+5
|\ \ \ \
| * | | | Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-022-57/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I600fa540b45e8dfddb18c36cae778fcddccff705
* | | | | Pass OSC interface through to barbican pluginColleen Murphy2018-01-161-1/+2
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-openstackclient uses OS_INTERFACE or --os-interface to select a catalog endpoint to work with. The barbican CLI uses BARBICAN_INTERFACE or --interface, which OSC won't pass through. This is a problem because the it prevents the user from selecting a non-public endpoint when using barbican via openstackclient rather than as a standalone CLI. This patch updates the osc plugin to pass through the interface set by OSC to the barbican client class. Change-Id: I1e9890c9e87fb77b272f939bf33914df739aa5be
* | | | Updated from global requirementsOpenStack Proposal Bot2017-12-052-5/+5
|/ / / | | | | | | | | | Change-Id: I4308a711e07d73ca0570a3fda9cb4190433bbc4e
* | | Switch to use new barbican endpointJeremy Liu2017-11-132-2/+2
| | | | | | | | | | | | Change-Id: Ie5f8d146430d6a94c22ad0f5175f492ea1985d19
* | | Updated from global requirementsOpenStack Proposal Bot2017-10-051-1/+1
| | | | | | | | | | | | Change-Id: I03080db776eb4c9c2991eca8f5df43f74eb6bf24
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-161-1/+1
| | | | | | | | | | | | Change-Id: I172783fadef3a615800d21c41313d29b73de0489
* | | Merge "Updated from global requirements"Jenkins2017-09-141-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2017-09-131-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ief99ece48a60995aed63d96779cb7376ae11b676
* | | | Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-123-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects entries in the documentation to use the correct library's session. Change-Id: I92226c9407ff77839a96cc9476f01eb7acf5c379
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-112-5/+5
| | | | | | | | | | | | Change-Id: I3a5e61e0875891b47827707186d4419a04ec906e
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-012-3/+3
|/ / | | | | | | Change-Id: Iedaf908aa24eaf619563b9e46d147f6310f23802
* | Updated from global requirementsOpenStack Proposal Bot2017-08-022-2/+2
| | | | | | | | Change-Id: Ia67326501a34d9e72eb128895372e83b642f7c0a
* | Support import modules from barbicanclient.client module4.5.2Jeremy Liu2017-08-011-0/+32
| | | | | | | | | | | | | | | | | | Before refactor patch, modules could be imported either from barbicanclient.<module> or barbicanclient.client.<module>, octavia is using both methods. We need to support that. Change-Id: Ib5b7c2ae50d30e85685c20cfabc188f46c0c947b Closes-bug: #1706841
* | Workaround for importing objects from old path4.5.1Jeremy Liu2017-07-291-0/+46
|/ | | | | | | | | | Many projects are importing secrets and containers from barbicanclient, the refactor change needs to keep compatiable for this. This is workaround for that and marked as deprecation. Change-Id: Ibc9b525f1abe0a7627759e438977a6bf6b86bed6 Closes-bug: #1706841
* Merge "Update api references according to refactor result"4.5.0Jenkins2017-07-265-13/+13
|\
| * Update api references according to refactor resultyushangbin2017-07-255-13/+13
| | | | | | | | Change-Id: I40c51315fe2d1751240e5b28fd8e0bf72cc215f1
* | Merge "Add secret_type filter to CLI"Jenkins2017-07-261-1/+5
|\ \
| * | Add secret_type filter to CLIJeremy Liu2017-07-251-1/+5
| |/ | | | | | | Change-Id: I6d74bd3146e328b74c2ddc6484e76b66adce3349
* | Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
|/ | | | Change-Id: I1ea3b2db4d668fa32a2be3f1880ea96701f0ddfd
* Merge "Update the documentation link for doc migration"Jenkins2017-07-234-8/+8
|\
| * Update the documentation link for doc migrationchenxing2017-07-214-8/+8
| | | | | | | | Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
* | Updated from global requirementsOpenStack Proposal Bot2017-07-211-1/+1
|/ | | | Change-Id: I02e066ca4a2518e7e9fcb04191ffd766a0fc22bc
* Merge "Switch from oslosphinx to openstackdocstheme"Jenkins2017-07-202-2/+13
|\
| * Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-06-302-2/+13
| | | | | | | | | | | | | | | | | | As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: I81e959fbd1544d543dd39898dbc2d63ef991a925
* | Merge "Update doc references"Jenkins2017-07-202-18/+18
|\ \
| * | Update doc referencesJeremy Liu2017-07-172-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have two documents referenced from barbican repo, update the references to enable the link. Also update api references according to recent refactor patch [1]. [1] https://review.openstack.org/#/c/403604/ Change-Id: I9cb593e60cfb5220a56356f3f807bbb9ace0cb1c
* | | fix default versionThiago da Silva2017-07-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recent refactor seems to have caused a regression with the client default version, using openstack client causes this error: Invalid client version 1; must be one of: v1 Closes-Bug: 1705322 Change-Id: Ib3d8efce41c00ab8573461ea30357d1a611529e5 Signed-off-by: Thiago da Silva <thiago@redhat.com>
* | | Merge "Updated from global requirements"Jenkins2017-07-181-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2017-07-181-1/+1
| |/ / | | | | | | | | | Change-Id: I1cc0464eec5e0b206c9e3888ee5aaed9ad661bf3
* | | Merge "import content from cli-reference in openstack-manuals"Jenkins2017-07-182-0/+823
|\ \ \ | |/ / |/| |
| * | import content from cli-reference in openstack-manualsAndreas Jaeger2017-06-302-0/+823
| | | | | | | | | | | | Change-Id: I620cf9f973a700763ff3bf94488484d309aafd09
* | | Merge "Refactor barbicanclient"Jenkins2017-07-1425-84/+179
|\ \ \ | |/ / |/| |
| * | Refactor barbicanclientJeremy Liu2017-06-2025-84/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add v1 directory for APIs, CLIs and API testcases. Currently, v1 is supported and the default api version. If version is not specified when constructing barbicanclient, default api version will be used. Implements: blueprint refactor-barbicanclient Change-Id: Ib91e7049de007f4d4254abcd4c125b4dc7e03c55
* | | rearrange the existing docs into the new standard layoutAndreas Jaeger2017-06-3011-18/+31
| |/ |/| | | | | Change-Id: Ic8e3479b46e893bb5351cad59ade1115a007afd8
* | Updated from global requirements4.4.0OpenStack Proposal Bot2017-06-271-1/+1
| | | | | | | | Change-Id: I5b5a64a957520ca087a0fb4e8aa6e34de568f670
* | Updated from global requirementsOpenStack Proposal Bot2017-06-151-1/+1
|/ | | | Change-Id: If2ea46f223f9a30c8f1ec7d72697f38848f191ac
* Merge "Add client list filter functionality"Jenkins2017-06-152-2/+211
|\