summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update UPPER_CONSTRAINTS_FILE for stable/queensqueens-eolstable/queensDouglas Mendizábal2019-10-021-1/+1
| | | | Change-Id: Iaae5b5205bf0e2c0b20b6bc8d7a1a5ae8d4320f4
* OpenDev Migration PatchOpenDev Sysadmins2019-04-193-6/+6
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-2/+2
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I7423e62a9c0358e11512d76ab581a3ae544c564e
* Supress client debug messagesJeremy Liu2019-01-231-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 (cherry picked from commit a6ac975f7786052c73fb970c0420d956b2852e6e)
* Secret payload should also be fetched by UUIDqueens-em4.6.1Adam Harwell2019-01-022-7/+11
| | | | | | | | | | | | | We changed the client to fetch containers and secrets via their UUID from the API, rather than by HREF, so that the endpoint URLs set in the keystone client would be respected. Unfortunately, we (I) missed updating the payload fetch function to do the same. This brings it into line with the other fetches. Change-Id: Ic71cf6771563d669a2fa37a56d4b40c637db1511 Story: 2004653 Task: 28608 (cherry picked from commit 4eec7121b39de3849b469c56d85b95520aab7bad)
* Merge "Allow fetching by UUID, and respect interface" into stable/queensZuul2018-11-2614-96/+366
|\
| * Allow fetching by UUID, and respect interfaceAdam Harwell2018-09-1514-96/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing a UUID to the client, use the Barbican endpoint from the service catalog to fetch the entity. When passing an href, strip everything before the UUID and use it the same as a passed UUID. This allows for service usage when secrets are created with a public endpoint but must be retrieved from an internal or admin endpoint, and is probably how all usage should have worked to begin with. Change-Id: I90778a2eeefc4cfe42b0e2a48ba09036e3e6d83d Story: 2003197 Task: 23353 (cherry picked from commit 6651c8ffce48ce7ff08f5563a8e6212677ea0468)
* | Merge "Import python-barbicanclient-dsvm" into stable/queensZuul2018-09-283-2/+93
|\ \
| * | Import python-barbicanclient-dsvmAndreas Jaeger2018-09-043-2/+93
| | | | | | | | | | | | | | | | | | | | | Move definition of job python-barbicanclient-dsvm in-repo from openstack-zuul-jobs. Change-Id: Id1cc0523bfaf26574730fc103d353aea21ac33b0
* | | Merge "import zuul job settings from project-config" into stable/queensZuul2018-09-281-0/+13
|\ \ \ | |/ /
| * | import zuul job settings from project-configDoug Hellmann2018-09-041-0/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I2d2fd8845d11d36765ed48664e3ca752e1fcd3a7 Story: #2002586 Task: #24285
* | Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queensZuul2018-09-201-1/+1
|\ \
| * | Update UPPER_CONSTRAINTS_FILE for stable/queensOpenStack Release Bot2018-01-261-1/+1
| | | | | | | | | | | | Change-Id: Iba7bace5f48a469cbf433ea915240af13de65d9d
* | | Merge "Update .gitreview for stable/queens" into stable/queensZuul2018-09-191-1/+1
|\ \ \ | |/ /
| * | Update .gitreview for stable/queensOpenStack Release Bot2018-01-261-1/+1
| |/ | | | | | | Change-Id: I0936756e1c9032b35bee90fed97b3067daaa857c
* | Updating time for functional testsDirk Mueller2018-06-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 (cherry picked from commit f27c0f727a8ee48591996178efccbd235d651574)
* 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
|\ \ \