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-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 Fix tools/tox_install.sh to work with current build-sphinx CI job. Change-Id: I4a7d8047bf81ef119e085a179a7fc31b0ee78de8 Story: #2002586 Task: #24304
* Update UPPER_CONSTRAINTS_FILE for stable/ocataOpenStack Release Bot2017-01-181-1/+1
| | | | Change-Id: I18e45a97c3b326ae7dbc9eedc572ba3fc192049e
* Update .gitreview for stable/ocataOpenStack Release Bot2017-01-181-0/+1
| | | | Change-Id: I6977057b7a57ce37ae515c886bbb2fe5f8ea8862
* 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
* Put py34 first in the env order of toxJanonymous2015-12-221-1/+1
| | | | | | | | | | To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. Change-Id: I461e4f0d931a9bbc37670dc2cd70d94f86acfb24 Closes-bug: #1489059
* relax id validation2.0.1gordon chung2015-12-022-5/+18
| | | | | | | | | we want uuid, unfortunately most of openstack is a mess so we can't have nice things. this patch makes it so we continue to allow basically anything that is a string but we warn that they should stop this. Change-Id: I2a89aed143c22b9a3e2261d5473af93c1cad67cd Closes-Bug: #1521844
* Merge "make generate_uuid return valid uuid"2.0.0Jenkins2015-12-014-28/+35
|\
| * make generate_uuid return valid uuidgordon chung2015-11-124-28/+35
| | | | | | | | | | | | | | | | | | | | | | | | original design prepended a namespace to the beginning of uuid. this scoped the uuid to a namespace but it is technically invalid. this patch drops the behaviour of prepending string. rather, it takes the namespace, hashes it, and uses uuid v5 to generate valid uuid based on that namespace Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9 Closes-Bug: #1504889
* | Updated from global requirementsOpenStack Proposal Bot2015-11-212-2/+2
| | | | | | | | Change-Id: I9767d31a1bfb428730f90ea8ba1c11a5a2d207aa
* | Remove Python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | | | | | | | | | | | | | We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: Idfd55ff59fe3ec599b92674aac9695ffdf7e8771
* | Remove python 2.6 and cleanup tox.iniDavanum Srinivas2015-11-161-8/+2
|/ | | | | | | | | | | | | | | | * Remove support for python 2.6 * Remove skipsdist : Needs to be set only if sdist is expensive * Remove usedevelop : only needed when skipsdist is set to True * Remove install_command : We can just use the default, we don't need to override * Remove setenv : We can just use the default as we don't need any extra environment variables * Remove requirements.txt from deps, as this is already added automatically Change-Id: I49d14fc878521e2b6fd4bd13dfd12f99a245b1fd
* Merge "Add event name"Jenkins2015-11-092-2/+14
|\
| * Add event nameStanisław Pitucha2015-09-242-2/+14
| | | | | | | | | | | | Add support for event name (defined in CADF 1.0.0). Change-Id: I924cafa42cfcd052114fbff7cf9b847452166415