summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitreview for stable/newtonnewton-eolstable/newtonDoug Hellmann2016-08-291-0/+1
| | | | Change-Id: I261214b901e7298b63a76d2e1655822991eb1cb0
* 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
* | Merge "Add authenticate and evaluate actions"Jenkins2015-11-021-2/+5
|\ \
| * | Add authenticate and evaluate actionsStanisław Pitucha2015-10-161-2/+5
| | | | | | | | | | | | | | | | | | | | | Make constants for authenticate / evaluate actions, as proposed in Anchor audit patch. Change-Id: Ib9fb6f5d4ab92904097c8c2d77a8b70db0a77c36
* | | Updated from global requirementsOpenStack Proposal Bot2015-10-231-2/+2
|/ / | | | | | | Change-Id: Ib32b92c5f53e654ac0719cdf7bf19790940b0fdf
* | Merge "Document and update existing hacking violations"Jenkins2015-10-061-1/+3
|\ \
| * | Document and update existing hacking violationsDolph Mathews2015-10-021-1/+3
| | | | | | | | | | | | | | | | | | | | | There were no violations of H409, so I removed it from the list of ignored violations. Change-Id: If01de70cf83a4ca4830e2236582cbe72f15b85b4
* | | Merge "No need for Oslo Incubator Sync"Jenkins2015-10-061-2/+0
|\ \ \
| * | | No need for Oslo Incubator SyncDavanum Srinivas2015-10-041-2/+0
| |/ / | | | | | | | | | | | | | | | | | | We can remove openstack-common.conf as we don't sync any code from oslo-incubator any more. Change-Id: Ic485c33a206a71e4e4bf785120b7e0ea277b8d36
* | | Change ceilometer endpoint name from telemetry to meteringDivya2015-10-061-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | The pycadf ceilometer api_audit_map.conf file currently refers to ceilometer service_endpoint as telemetry and not as metering. This is not aligned with the rest of the ceilometer community code. The service_endpoint was named as telemetry initially assuming the entire ceilometer code will switch to using it but that has not happened yet. Thus, it's better to stick to metering for now. Change-Id: I053177ef504989c4b9b367d671d47b00104600ab Closes-Bug: 1501287
* | Merge "Include changelog/history in docs"Jenkins2015-09-283-221/+9
|\ \
| * | Include changelog/history in docsJoshua Harlow2015-09-243-221/+9
| | | | | | | | | | | | | | | | | | Removes old manually generated file. Change-Id: I4e50fb2ccbc665f8cc16b7fc575422ce959a0058
* | | Add shields.io version/downloads links/badges into README.rstDavanum Srinivas2015-09-241-0/+8
|/ / | | | | | | Change-Id: I9bdcca3a849c049cfc17add91086c2d7f184e4d8
* | Merge "Fix event example"Jenkins2015-09-241-1/+2
|\ \
| * | Fix event exampleStanisław Pitucha2015-09-241-1/+2
| |/ | | | | | | | | | | Even example had two lines merged together. Change-Id: If3a40b5512630ca79e3880f8bee5b34950bdcbec