summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchpike-eolstable/pikeOpenDev 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-configpike-em2.6.1Doug Hellmann2018-09-122-0/+15
| | | | | | | | | | | | | | | | | | | | | | 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 Update tools/tox_install.sh to work with current CI build-sphinx job. Change-Id: I69290fae418a98038f01893a36ba549654a56556 Story: #2002586 Task: #24304
* Updated from global requirementsOpenStack Proposal Bot2017-11-152-3/+3
| | | | Change-Id: I0b762403029927663ad35ded540f951f0801ae6e
* Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-07-281-1/+1
| | | | Change-Id: I156fd52560c54839e85cfb511937b111096a9ff7
* Update .gitreview for stable/pikeOpenStack Release Bot2017-07-281-0/+1
| | | | Change-Id: I23a9be9afa719f3d7ac9fbcec63a6fabe7d731b6
* 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
* Fix order of arguments in assertEqualliangjingtao2016-07-071-22/+22
| | | | | | | | | | | | | | | | | Some tests used incorrect order assertEqual(observed, expected). The correct order expected by testtools is... def assertEqual(self, expected, observed, message=''): """Assert that 'expected' is equal to 'observed'. :param expected: The expected value. :param observed: The observed value. :param message: An optional message to include in the error. """ This patch will fix it. Change-Id: I2d311fc9f774e7f61e52c40aefb1beb54244e9ba
* Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | Change-Id: I0e7863e77df6dced53ff3cdb36ce008a9a2eae43
* Updated from global requirementsOpenStack Proposal Bot2016-06-032-2/+2
| | | | Change-Id: Ib79a9dbce6349cb70ef7039161a17f5e13941ae6
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | Change-Id: I3471c3cda9cfc1a8e82c6ca20d9ee0b1a21f1966
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | Change-Id: Ibbe10cbf05db83ff28496a6bec4f926523fadfdc
* Add missing os-volumes_boot to nova_api_audit_map.conf2.3.0liyingjun2016-04-151-1/+2
| | | | | | | When booting instance from volume, the path keyword is os-volumes_boot. Adding this to default config. Change-Id: Ia4cb99e50de93ef0fc57a846e2af96f716eeadb8
* Merge "Remove invalid character from neutron_api_audit_map.conf"Jenkins2016-04-111-3/+3
|\
| * Remove invalid character from neutron_api_audit_map.confliyingjun2015-12-271-3/+3
| | | | | | | | Change-Id: I668afc75d481864f670d0d1b4e33233d91d9e26f
* | Updated from global requirementsOpenStack Proposal Bot2016-04-081-1/+1
| | | | | | | | Change-Id: I085a06383392c15132bfbc5b95ac06a2761cafe4
* | Updated from global requirementsOpenStack Proposal Bot2016-04-071-1/+1
|/ | | | Change-Id: Ic7ad6600893fb8d463d5e27f4fa783a0e6d44d63
* Remove unused pngmath Sphinx extensionAndreas Jaeger2016-02-291-1/+0
| | | | | | | | There's no RST file that uses ".. math" and thus the pngmath Sphinx extension is not used and can get removed. Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
* Updated from global requirementsOpenStack Proposal Bot2016-02-261-1/+1
| | | | Change-Id: I86e30187938daaab637c510d67fa9c4ac1ac4bb6
* Updated from global requirements2.1.0OpenStack Proposal Bot2016-02-161-1/+1
| | | | Change-Id: Ic697c03c06ca45f799ebd47031d8ebcbe6fbacfb
* Add docstring validationDolph Mathews2016-02-123-6/+19
| | | | | | | | | | | | This introduces a linter for PEP257 to avoid trivial nitpicking of docstrings in code reviews. Because flake8_docstrings simply provides a plugin to add pep257 to flake8, you can run it via `tox -e pep8`. PEP257 checks which we are currently violating are ignored in tox.ini. We can remove them from the ignored list as they are fixed. Related-Bug: 1501544 Change-Id: I01ebad7b70cf61dd80d3c06c6808d8178fbdd634
* Adding ironic api specific audit map configurationLokesh S2016-02-062-1/+28
| | | | | | Closes-Bug: 1541232 Change-Id: Ic267cd171564240363b39b288dd6c22f7851f4fb
* Merge "Enable cadf support for Heat"Jenkins2016-02-032-0/+34
|\
| * Enable cadf support for HeatRakesh H S2016-01-212-0/+34
| | | | | | | | | | | | | | Adds heat_api_audit_map.conf to enable cadf support for Heat. Closes-Bug: #1536483 Change-Id: Ic3e68748ab5440d2d21554b6cdf0d793fdbf38a9
* | Updated from global requirementsOpenStack Proposal Bot2016-01-261-1/+1
| | | | | | | | Change-Id: Iab16ba0308d6d318adc492de6f26418426695615
* | Updated from global requirementsOpenStack Proposal Bot2016-01-232-10/+10
|/ | | | Change-Id: Ib37f0c1a68dfcfd6123187601a662bcc11c7928f
* Merge "Fix wrong use of comma"Jenkins2016-01-071-1/+1
|\
| * Fix wrong use of commaEinst Crazy2016-01-071-1/+1
| | | | | | | | | | | | As the sentence ended, it should be a '.' but not comma. Change-Id: I6b0233146692492ef9017b97f77b652672b39d9e
* | Updated from global requirementsOpenStack Proposal Bot2016-01-061-1/+1
|/ | | | Change-Id: I700acdb85d5345edc1365205bb1d4852c6aa7b45
* remove suport for py33reedip2016-01-062-2/+1
| | | | | | | | Python 3.3 is not supported from Mitaka, as per Infra, therefore removing the support for the same. Change-Id: I27436e05e373c6a5d1d71ff60cd15e0db05e87df Closes-Bug: #1526170