summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchstable/steinOpenDev 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.
* Update UPPER_CONSTRAINTS_FILE for stable/steinOpenStack Release Bot2019-03-181-1/+1
| | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: I53221554d24d0367310ad1e542310d52db7c3f3b
* Update .gitreview for stable/steinOpenStack Release Bot2019-03-181-0/+1
| | | | Change-Id: I0fc349bb656df0e8e8b7dfaa2482a5c6bdf6be73
* Add release note for MD5 hash removalstein-em2.9.0Ben Nemec2019-01-241-0/+6
| | | | | | | The use of MD5 was removed in Icaeb3305c788db2913fe99792ea6311d218b3410. This just adds a release note to communicate that to consumers. Change-Id: I6a6487335852a71c3f5591c9bfc7acd6bd14cd0d
* Change openstack-dev to openstack-discussmelissaml2018-12-041-1/+1
| | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Ice8af70eaeca739698a07eed123594dac1503096
* Enabling FIPS mode by using sha256 instead of md5Raildo Mascena2018-11-011-2/+2
| | | | | | | | | | FIPS does not allow md5, some systems like RHEL needs to have FIPS compliance, in order to execute some routines like when try to use keystone-manage. As a general rule, we should avoid using md5 if we can and move over to SHA wherever possible. Change-Id: Icaeb3305c788db2913fe99792ea6311d218b3410 Closes-Bug: #1767024
* Merge "Use templates for cover and lower-constraints"Zuul2018-10-122-13/+6
|\
| * Use templates for cover and lower-constraintsAndreas Jaeger2018-09-302-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small cleanups: * Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove individual cover jobs. * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Fix cover job, $project is not expanded in tox.ini and thus the job fails. Use "pycadf" instead. Change-Id: I72da23a0d6c6b3cc87e66d94c419668fce66e704
* | Don't quote {posargs} in tox.iniVieri2018-10-091-1/+1
|/ | | | | | | | Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: Ib74244eea0ff4fa37dc3308360691059c6fa448b
* add lib-forward-testing-python3 test jobDoug Hellmann2018-08-291-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I3cf9c67c603496ea777b07fe266df1bb65727206 Story: #2002586 Task: #24304
* add python 3.6 unit test jobDoug Hellmann2018-08-291-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ie8632282d70dcd0ce75d0352eb83bac9846134c9 Story: #2002586 Task: #24304
* switch documentation job to new PTIDoug Hellmann2018-08-291-1/+1
| | | | | | | | | | | | | This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ie60add7e0451511d661bc98f7c41170e7289e93f Story: #2002586 Task: #24304
* 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: If97c62d66c86cd0cd62f647155178ed63dbc4db0 Story: #2002586 Task: #24304
* Switch to stestrVu Cong Tuan2018-07-246-9/+14
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ib4c7bb59c92946c3e8b257cbf1ce2f44cb1c40ed
* 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