summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Updating time for functional tests" into stable/pikepike-eolstable/pikeZuul2019-10-025-5/+5
|\
| * Updating time for functional testsDirk Mueller2018-11-085-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 "Import python-barbicanclient-dsvm" into stable/pikeZuul2019-05-153-4/+93
|\ \
| * | Import python-barbicanclient-dsvmAndreas Jaeger2019-05-143-4/+93
| |/ | | | | | | | | | | | | | | | | | | Move definition of job python-barbicanclient-dsvm in-repo from openstack-zuul-jobs. Make the job non-voting, it does not run currently pass and needs further work. Change-Id: Id1cc0523bfaf26574730fc103d353aea21ac33b0
* | OpenDev Migration PatchOpenDev Sysadmins2019-04-191-1/+1
|/ | | | | | | | | | | | | | | 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.
* import zuul job settings from project-configDoug Hellmann2018-09-143-55/+16
| | | | | | | | | | | | | | | | | | | | 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: Iba8cbf04b7d22fe218de3fdcd581c0b307787583 Story: #2002586 Task: #24285
* Pass OSC interface through to barbican pluginpike-em4.5.3Colleen Murphy2018-01-261-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 (cherry picked from commit 4afb43ab0115f42b4fadcbf19ecac81815d481e3)
* Updated from global requirementsOpenStack Proposal Bot2017-11-151-1/+1
| | | | Change-Id: Ibcbd0e6337025119d41241787ab965c5b3d0046d
* Updated from global requirementsOpenStack Proposal Bot2017-08-182-2/+2
| | | | Change-Id: I0c8160c1874284859f02d1e1f2f2dea4c69f0c90
* Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-08-031-1/+1
| | | | Change-Id: I60c164e055de3ea9c045a1e0286703a57d14c516
* Update .gitreview for stable/pikeOpenStack Release Bot2017-08-031-1/+1
| | | | Change-Id: I6fd06ba1a5f112d46f48a68ca957b862b737db2d
* 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
|\
| * Add client list filter functionalityKaitlin Farr2017-05-172-2/+211
| | | | | | | | | | | | | | | | Exposes the secret_type, created, updated, expiration, and sort as filters for listing secrets. Change-Id: I583f27f91cb3c6bdb23438dff6b539407b4005ed Depends-On: I95b5390ef24a754f66ccdb9ccde34cd0820b02fd
* | Updated from global requirementsOpenStack Proposal Bot2017-06-101-2/+2
| | | | | | | | Change-Id: I81f3405c44ebbe8aeeea3a5b7fe428b5eac6ea87
* | Updated from global requirements4.3.0OpenStack Proposal Bot2017-06-021-1/+1
| | | | | | | | Change-Id: I90fb5d01d2c81ed4354289c49a80270f23758b2e
* | Updated from global requirementsOpenStack Proposal Bot2017-05-231-1/+1
| | | | | | | | Change-Id: Ic43ee393436aa7e3d802bf9e39771d3e354f3011
* | Merge "Updated from global requirements"Jenkins2017-05-181-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-05-171-1/+1
| |/ | | | | | | Change-Id: Ia0f037e1e5e01198f20ea702c354cb93cb2cad70
* | Use generic auth plugin instead of specific versionJeremy Liu2017-05-186-26/+20
|/ | | | | | | | | Switch both client and functional test to use generic auth plugin. Also keep keystone auth_uri as one option so we needn't add extra version to the endpoint and let keystoneauth handle this. Change-Id: I5535d4d459496eec9052131b43615e6056e249e8 Closes-bug: #1691480
* Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: Ic3288ffe75f588379cea95048d74cae5ebf082e3
* Merge "Extend pep8 test coverage"Jenkins2017-05-0517-55/+41
|\
| * Extend pep8 test coverageJeremy Liu2017-05-0217-55/+41
| | | | | | | | | | | | | | | | We just run pep8 test on barbicanclient directory and functionaltests directory is not included. This patch extends pep8 test coverage and removes the script for running pep8 test. Change-Id: I2b4fe6fadd69884c749a91b390297600bfa40182
* | Updated from global requirementsOpenStack Proposal Bot2017-05-042-2/+2
|/ | | | Change-Id: I34a654877acfc2bee6863904c0b59f745e5c4662
* Updated from global requirementsOpenStack Proposal Bot2017-05-011-1/+1
| | | | Change-Id: I46747157abff414fd023d4f644513d11bd4d5bca
* Update keystone endpoint for functional testsKaitlin Farr2017-04-292-4/+4
| | | | | | | | | DevStack was updated so that the port can't be used with the keystone URI anymore. See I46294fb24e3c23fa19fcfd7d6c9ee8a932354702 Change-Id: I808240d534be5e4d50f3f51e6b8318cbffec9c96
* Updated from global requirementsOpenStack Proposal Bot2017-04-121-1/+1
| | | | Change-Id: I793d87fec41b42a46913283e2585202be05a7edf