summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchstable/rockyOpenDev 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-08-291-0/+9
| | | | | | | | | | | | | | | | | | | | 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: I80c92e1b3191d87d1deff554e6c98b688e5502b1 Story: #2002586 Task: #24304
* Update UPPER_CONSTRAINTS_FILE for stable/rockyOpenStack Release Bot2018-07-261-1/+1
| | | | | | | | | | | | | | | | | | The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: Icc75564b080f8521b61b0134fab574f3a83111d4
* Update .gitreview for stable/rockyOpenStack Release Bot2018-07-261-0/+1
| | | | Change-Id: I4ca3d3569dd8df297ade146ef8b80a9c3f369870
* Merge "Remove moxstubout usage"rocky-em2.8.0Zuul2018-06-072-5/+1
|\
| * Remove moxstubout usageCharles Short2018-05-212-5/+1
| | | | | | | | | | | | | | | | As of version 3.5.0 moxstub will be deprecated, so remove it where it has been used. Change-Id: I033646a1e32a44dea54d902c43bb4def9da89b33 Signed-off-by: Charles Short <zulcss@gmail.com>
* | fix tox python3 overridesDoug Hellmann2018-06-061-0/+5
|/ | | | | | | | | | | | | | | We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I370e66f1a4f4a0af629afa109d51d095a4700327 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "add lower-constraints job"Zuul2018-05-103-0/+69
|\
| * add lower-constraints jobDoug Hellmann2018-05-103-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I44a46d05b5818c30657f123ae714b4189c506aae Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | Merge "Trivial: Update pypi url to new url"Zuul2018-05-032-8/+8
|\ \
| * | Trivial: Update pypi url to new urlmelissaml2018-04-212-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Idf7bf448a1066d343c8db95e94c01310d943c6ad
* | | Updated from global requirementsOpenStack Proposal Bot2018-03-152-2/+2
| |/ |/| | | | | Change-Id: Ie1d30c876d404b0396134b82a3e401c1376d9d70
* | Updated from global requirementsOpenStack Proposal Bot2018-01-272-4/+4
|/ | | | Change-Id: I1e86c8b40e0cf81568e70834d9afc9b2fe62247b
* Avoid tox_install.sh for constraints supportqueens-em2.7.0Andreas Jaeger2017-12-022-36/+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: I4e847f5ec2eb8ab9ff552618985b88bc1b4f8aca
* Updated from global requirementsOpenStack Proposal Bot2017-11-162-3/+3
| | | | Change-Id: Ic35c420e0438bd625ab2fdf5655eda44687ca2e6
* Updated from global requirementsOpenStack Proposal Bot2017-11-142-3/+3
| | | | Change-Id: I9d31d220c6fbc4a7aa8d5cc5261095e4ed86d0b8
* Stopping using norm_nschenghuiyu2017-09-131-8/+0
| | | | | | | | | | The usage of 'norm_ns' via identifier is deprecated for removal. And there is no usage of norm_ns in other projects [1]. It's safe to remove it now. [1] http://codesearch.openstack.org/?q=norm_ns&i=nope&files=&repos= Change-Id: I9dc7683cb2cfa9096c16b888518581ed57c6dd9d
* Merge "changed 'target_endpoint_type' value"Jenkins2017-08-221-1/+1
|\
| * changed 'target_endpoint_type' valueAbhishek Sharma2017-08-141-1/+1
| | | | | | | | | | | | | | changed 'target_endpoint_type' from 'None' to 'event' Change-Id: I6624d672c95ed937a4149a24209e0247e3e376ab Closes-Bug: 1710545
* | Adding gnocchi_api_audit_map.conf to pycadfAbhishek Sharma2017-08-141-0/+21
|/ | | | | | | | | Like we have the provision to audit API calls for services like nova, cinder etc., this change includes audit conf file for gnocchi. Change-Id: Ia435a05d6591c9c98dc5110a36ade6ac3abf9c49 Closes-Bug: 1710543
* Merge "Adding panko_api_audit_map.conf to pycadf"Jenkins2017-08-021-0/+15
|\
| * Adding panko_api_audit_map.conf to pycadfAbhishek Sharma2017-08-021-0/+15
| | | | | | | | | | | | | | | | | | Like we have the provision to audit API calls for services like nova, cinder etc., this change includes audit conf file for panko. Change-Id: I8c4ef97b7fac95770a24785cdaceb231e5977d1f Closes-Bug: 1707974
* | Removed references to events apiAbhishek Sharma2017-08-021-7/+0
|/ | | | | Change-Id: Id3022229090df405ecb1d0d0d524240413c32c2b Closes-Bug: 1708093
* Merge "Turn on warning-is-error for sphinx build"Jenkins2017-07-172-8/+9
|\
| * Turn on warning-is-error for sphinx buildSamriddhi Jain2017-07-172-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | The doc-migration spec requires all projects to treat warnings as errors during sphinx build. This patches turns that function on and resolves the error (detailed below) coming as a result of it. The code block in event_concept.rst file is currently made to render in javascript which is an incorrect syntax for it. Change-Id: Id7fee247b76ed7cfebb849305e0611bc966709be
* | Merge "Switch from oslosphinx to openstackdocstheme"Jenkins2017-07-172-3/+10
|\ \
| * | Switch from oslosphinx to openstackdocsthemeSamriddhi Jain2017-07-172-3/+10
| |/ | | | | | | | | | | | | Following the new doc migration spec, the documentation theme needs to be switched to openstackdocstheme. Change-Id: Ia840524a4c3b4ceb9605c997a2971d84880c70ac
* | Update URL in docs as per the doc-migration specSamriddhi Jain2017-07-143-4/+4
|/ | | | | | | The migration spec has listed some changes in the URLs of project directories. This commit fixes those changed URLs. Change-Id: Id040fdf9cc16cd6b05c82cc93e88301f743a1801
* Updated from global requirements2.6.0OpenStack Proposal Bot2017-05-171-1/+1
| | | | Change-Id: I3d03c317d8a728ca70267fdc51e74361189318c2
* Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: I401e06594105b593c422510eb2dfa7942c313be7
* Updated from global requirementsOpenStack Proposal Bot2017-03-131-1/+1
| | | | Change-Id: Id991f139a8613e8c1890f907ca8897407d8c4fb6
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: Iee12745730799d778293d3154b336ac99937f230
* Merge "Make `is_valid` more flexible with uuid validation"Jenkins2017-02-172-8/+83
|\
| * Make `is_valid` more flexible with uuid validationGage Hugo2017-02-062-8/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In keystone, multiple domain ids are handled by concatenating two valid uuids together. This causes issues with pycadf validation and causes the following warning to be thrown: warnings.warn('Invalid uuid. To ensure interoperability, identifiers ' 'should be a valid uuid.') This appears throughout the testing logs while running keystone tests and there is a current attempt to remove most/all invalid uuids to eliminate this warning [0]. However due to the multiple domain id issue, this cannot be solved in keystone alone. The idea to allow multiple uuids that were joined together was mentioned before in a previous attempt to solve this issue [1]. This change: - Allows 2 or more concatenated uuids to be considered valid without emitting a warning - Cleaned up the list of words that are exceptions for validation - Added 'default' to list of valid words in exception list - Added offending value to printed warning - Broke up test_identifiers for better clarity about which tests were valid. This also solves the issue of `warning_mock.called` always being `True` once an invalid uuid of type string was checked within test_identifier - Added test for valid exception words and extra characters that can be present in a valid uuid according to [2] [0] https://bugs.launchpad.net/keystone/+bug/1659053 [1] https://bugs.launchpad.net/keystone/+bug/1521844 [2] https://docs.python.org/2/library/uuid.html Co-Authored-By: Tin Lam <tinlam@gmail.com> Partial-Bug: #1659053 Change-Id: I58bba04c21c2d24fd37850c9ecc6fac99deb3fc4
* | Updated from global requirementsOpenStack Proposal Bot2017-02-101-1/+1
| | | | | | | | Change-Id: Ice610e1e132ce65e8048645807ebb10b972c24f9
* | Use https for *.openstack.org referencesEric Brown2017-02-056-12/+11
|/ | | | | | | The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: Ib2dce89ac43e844a5f1b3adcfe9bcaf4141043ce
* Remove references to Python 3.4ocata-em2.5.0Eric Brown2017-01-052-2/+4
| | | | | | | Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I381f8582b79d691aba2a4e98b1611f0ddcd78e73
* cleanup stringgord chung2017-01-041-1/+1
| | | | Change-Id: I5df26a59aa1437777f175f46fd24e59b903e53a2
* Add Constraints supportTony Breeds2016-12-202-1/+36
| | | | | | | | | | | | Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove pycadf. Change-Id: I385d89d2ce2ecc85532f4acc31ff1c975a150178
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: https://gist.github.com/f7a020d80d955f21b95d43909b57ae0d Change-Id: I5207741cee7f50e817feedbb8dad252e742400f3
* Updated from global requirementsOpenStack Proposal Bot2016-10-271-1/+1
| | | | Change-Id: Ic8754354173b1410beeba338302de76f7b5a4167
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: I75947bd1dbe77f381086f6904b9fa3f515456797
* Changed the home-page linknizam2016-10-171-1/+1
| | | | | | Set the correct link for home-page. Change-Id: If3143795d2bdd9ec130f7df8796d728a3cf0cbe3
* Updated from global requirementsOpenStack Proposal Bot2016-09-281-1/+1
| | | | Change-Id: I6121d12803c02a50c26da87367fea7690c5df670
* Updated from global requirementsOpenStack Proposal Bot2016-09-271-1/+1
| | | | Change-Id: I321f2de14db6588da9c8c06f1bcdf98e8f1bd339
* Clean oslo.i18nTony Xu2016-09-272-37/+0
| | | | | | Remove pycadf/_i18n.py file Change-Id: Iffccecba9d4579a4f75acfbde8f5ed58d18a42f2
* Updated from global requirements2.4.0OpenStack Proposal Bot2016-08-041-1/+1
| | | | Change-Id: I3008d82b5a16d33b36e62feaeac6d100d73c7be2
* Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
| | | | | | It's only needed for python < 2.7 which is not supported Change-Id: Ia3f9b53303c6cb608f9676651c88c9de01e4e3d9
* Don't include openstack/common in flake8 exclude listlilintan2016-07-111-1/+1
| | | | | | | | The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I52f0a8a12c37615669853535bff403c2728aee43
* Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: I073e90031bc4f834929e6f8a38b0d66671385e26