summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchqueens-eolstable/queensOpenDev 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/+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: I22776edd9df3a2279b3dee79ccde555106d4fee1 Story: #2002586 Task: #24304
* Update UPPER_CONSTRAINTS_FILE for stable/queensOpenStack Release Bot2018-01-311-1/+1
| | | | Change-Id: Ifcfb7b9e0fa21edff0cdd2ace01dbd3243387ac6
* Update .gitreview for stable/queensOpenStack Release Bot2018-01-311-0/+1
| | | | Change-Id: I51262f805c57d6a8584566ae021ca99fe05d43d5
* 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
* 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