summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchocata-eolstable/ocataOpenDev 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-10-043-55/+10
| | | | | | | | | | | | | | | | | | | | 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: I620bf4642c4217af8eabd30a0c3258b34551a7c7 Story: #2002586 Task: #24285
* Update UPPER_CONSTRAINTS_FILE for stable/ocataOpenStack Release Bot2017-01-261-1/+1
| | | | Change-Id: I07c99121cbb4e1ac319f805839853df4f0e6f74e
* Update .gitreview for stable/ocataOpenStack Release Bot2017-01-261-1/+1
| | | | Change-Id: I162e30ccb520aaa57bd106948dadd6a0eee17db4
* Merge "Updated from global requirements"ocata-em4.2.0Jenkins2017-01-251-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-01-251-1/+1
| | | | | | | | Change-Id: Iafa9d0611f527caaa10b800b5de50dfe68e92557
* | Skip order with 'None' payload content typeKaitlin Farr2017-01-251-0/+5
|/ | | | | | | | | Re-adding the skip decorator because the content type still cannot be null. I98a558862eed039ed6f33fbee474bdb86767313e was supposed to fix it, but something is still broken, and a few extra checks in the test show this is true. Change-Id: Icb5c0e28bf0199962d2082143099905d4fb63685
* Remove invalid smoke test that is failing in the gateDave McCowan2017-01-241-2/+0
| | | | | | | | | | | | | | The smoke test that ran the CLI command "acl delete" with a null entity_ref was failing with an exception in the cliff library. This test is invalid, since the CLI parser would not accept this command without an entity_ref. This test failed more gracefully with cliff 2.3.0, but in 2.4.0 cliff throws an exception that causes this test to start failing. Change-Id: If91d4966eff77dad7c8569e309134dc540edc258
* Updated from global requirementsOpenStack Proposal Bot2017-01-091-2/+2
| | | | Change-Id: I3ec901f46eed23facc15be830cabf72a6562209c
* Merge "Add Python 3.5 classifier and venv"Jenkins2017-01-092-1/+2
|\
| * Add Python 3.5 classifier and venvTony Xu2016-10-252-1/+2
| | | | | | | | | | | | | | | | Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: Ifbd1147a3c8c4d6fa745d210d37a90f5ae8321dd
* | Merge "Add plug-in summary for osc doc"Jenkins2017-01-041-0/+2
|\ \
| * | Add plug-in summary for osc docKATO Tomoyuki2016-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | Stevedore Sphinx extension handles this comment. http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html Change-Id: Id6339d11b900a644647c8c25bbd630ef52a60aab
* | | Remove discover from test-requirementsTony Breeds2017-01-031-1/+0
| | | | | | | | | | | | | | | | | | It's only needed for python < 2.7 which is not supported Change-Id: Ia8749f1809a0a5ac5ddfbaba69cc6b316e6d660f
* | | Accept 'pass_phrase' for AsymmetricOrder constructorJuan Antonio Osorio Robles2016-12-142-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was changed by this commit Iecd129a61eb02d0de59b4a11b83200a8a4269a6c and broke other projects that used this interface. This adds the parameter back, as well as still accepting the one that was introduced ('passphrase' without the underscore). Also, the new parameter takes presedence. Change-Id: I12796f6896bba315b9cd855a13f776b08e0be693 Closes-Bug: #1635213
* | | Merge "Fix error in doc"Jenkins2016-12-082-13/+18
|\ \ \
| * | | Fix error in docJeremy Liu2016-11-122-13/+18
| | |/ | |/| | | | | | | Change-Id: Ica60978fe06a19df69f232614fcca3a7856d7d44
* | | Merge "Add missing param to certificate order initialization"Jenkins2016-11-221-3/+7
|\ \ \
| * | | Add missing param to certificate order initializationJeremy Liu2016-11-121-3/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I5a0a2562837c775eabb5125feb838661c2c93947 Closes-Bug: #1635966
* | | | Merge "Validate key order meta fields."Jenkins2016-11-222-1/+40
|\ \ \ \
| * | | | Validate key order meta fields.Max Abidi2016-08-232-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using barbican client to list malformed orders, the response meta dictionary has invalid "request_type" key. Added check to validate key order meta fields. Added unit test case. Change-Id: I25c50d252daebe623e2f90e9395d0f77f9589b8d Closes-Bug: #1596851
* | | | | Merge "Remove redundant space in docstring"Jenkins2016-11-224-18/+18
|\ \ \ \ \
| * | | | | Remove redundant space in docstringAnh Tran2016-09-284-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TrivialFix Change-Id: I4e9265439856b5947a657f8419334d19ebb0a07f
* | | | | | Merge "Use 'code-block' for pieces of code"Jenkins2016-11-222-17/+51
|\ \ \ \ \ \
| * | | | | | Use 'code-block' for pieces of codeYushiro FURUKAWA2016-09-292-17/+51
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'code-block' improves the visibility for the pieces of code. Change-Id: If74bacba32e78d32bc9c39151b217e0d4f3594d0
* | | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9b2df00b7ad21da8661714e010150d529da4e3be
* | | | | | Merge "Removed openstack/common from tox.in"Jenkins2016-11-141-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Removed openstack/common from tox.inDeepak2016-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As openstack/common file is not there in repo. Change-Id: I0cb6b2c16c3de95fa6b8f08d92850bfa9ca882ab
* | | | | | Merge "Using assertTrue/False() instead of assertEqual(True/False)"Jenkins2016-11-112-5/+5
|\ \ \ \ \ \
| * | | | | | Using assertTrue/False() instead of assertEqual(True/False)Anh Tran2016-09-282-5/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I0737e82751d905bb344398268cd5f1b76e5595ab
* | | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-091-2/+2
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I0e7f2353bcf716595eb1eee33ad63b9a1c4b3d5d
* | | | | Updated from global requirementsOpenStack Proposal Bot2016-10-272-3/+3
| |_|/ / |/| | | | | | | | | | | Change-Id: I829de634121b69df22b851423eb3ef4a99c4770b
* | | | Updated from global requirementsOpenStack Proposal Bot2016-10-191-1/+1
| | | | | | | | | | | | | | | | Change-Id: I0246f0fbc514b3a9316e15e3374ce785e4fa77d6
* | | | Merge "Do not write except:, use except Exception instead"Jenkins2016-10-191-1/+1
|\ \ \ \
| * | | | Do not write except:, use except Exception insteadweiweigu2016-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow the hacking: http://docs.openstack.org/developer/hacking. Do not write except:, use except Exception: at the very least. When catching an exception you should be as specific so you don’t mistakenly catch unexpected exceptions.This patch is to fix it. Change-Id: Iefdc52e7ad87a51b79ac1fa1175f7b62e6d8eb4f Closes-Bug: #1600714
* | | | | Merge "Fix bug when uploading secret using unified CLI"Jenkins2016-10-191-1/+1
|\ \ \ \ \
| * | | | | Fix bug when uploading secret using unified CLIJeremy Liu2016-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | payload_content_type is already unicode format, no need to convert to unicode. Change-Id: Iff3f32b3f5102c7af6d6b986acdebee9a713f872 Closes-bug: #1627364
* | | | | | Merge "Using assertEqual instead of assertEquals"Jenkins2016-10-191-1/+1
|\ \ \ \ \ \
| * | | | | | Using assertEqual instead of assertEqualsAnh Tran2016-09-271-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This's defined in H234: http://docs.openstack.org/developer/hacking/#python-3-x-compatibility Change-Id: I965aa4670d7aa8ba8b0af1369235a225f88e164e
* | | | | | Merge "Remove imported but unused"Jenkins2016-10-191-3/+0
|\ \ \ \ \ \
| * | | | | | Remove imported but unusedTony Xu2016-09-231-3/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch remove os and sys import unused in barbicanclient/common/config.py Change-Id: I034989c72c50958e1a9564f496627440cd474949
* | | | | | Merge "Use keystoneauth"Jenkins2016-10-187-32/+33
|\ \ \ \ \ \
| * | | | | | Use keystoneauthDouglas Mendizábal2016-10-187-32/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keystoneauth was extracted from keystoneclient. This CR replaces usage of keystoneclient in favor of keystoneauth. Co-Authored-By: Clenimar Filemon <clenimar@lsd.ufcg.edu.br> Change-Id: I4262bed1e595d58f31fe80c85e3692e4ca2840fa
* | | | | | | Merge "Fix order of arguments in assertEqual"Jenkins2016-10-171-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix order of arguments in assertEqualJiong Liu2016-10-151-3/+3
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The correct order expected by testtools is assertEqual(expected, observed). Change-Id: I8457af6e15a9000dd6c54ad8199331e75bd3c7fd Partial-Bug: #1259292
* | | | | | | Merge "Update Order Create Type Help Dialog"Jenkins2016-10-161-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update Order Create Type Help DialogMichael Perng2016-01-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made order create type help dialog specify the types of orders that the user can create (key, asymmetric, certificate). Change-Id: Ib72e05213003a0c1aa28fbc20dfb526fb0b57e87
* | | | | | | Merge "Support upper-constraints in tox.ini"Jenkins2016-10-142-1/+54
|\ \ \ \ \ \ \
| * | | | | | | Support upper-constraints in tox.iniJeremy Liu2016-10-102-1/+54
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the python-barbicanclient itself is in upper-constraints.txt now, in CI job, we should remove it from the constraints file before applying it, otherwise pip will fail due to python-barbicanclient version conflict. Change-Id: I980a85a3b5cc21d2a5029b0e9d8ac2932aa15ba6 Closes-bug: #1614361
* | | | | | | Merge "Replaced bare except"Jenkins2016-10-141-1/+1
|\ \ \ \ \ \ \