summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements0.4.0OpenStack Proposal Bot2016-02-261-1/+1
| | | | Change-Id: If60882813ed81026622645636c777f8333ec9a2f
* Updated from global requirementsOpenStack Proposal Bot2016-02-201-1/+1
| | | | Change-Id: I49dbae45033743346cdb82dd17146ec0526356eb
* Updated from global requirementsOpenStack Proposal Bot2016-01-261-1/+1
| | | | Change-Id: Iaf628e8f9e965fc6a768b4620b1a7fa7cc0fcf35
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-1/+1
| | | | Change-Id: I5cdbb8a4ab8e7c2e6b378caf8e46981393706b6a
* Updated from global requirementsOpenStack Proposal Bot2016-01-182-12/+12
| | | | Change-Id: If8a70c2baf548860de15e33acce6452ae597fedb
* Updated from global requirementsOpenStack Proposal Bot2016-01-071-1/+1
| | | | Change-Id: I3cdce9c449bf3cc2251935963c9b87388e2400c5
* Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)2016-01-071-1/+1
| | | | | | | | The usage of assertEqual(True/False, ***) should be changed to a meaningful format of assertTrue/False(***). Change-Id: I269fb387648916cc8c7b0e1e474457bd0f37395a Closes-Bug:#1512207
* Updated from global requirementsOpenStack Proposal Bot2016-01-011-2/+2
| | | | Change-Id: Ic4255570b71d162729a2f2459d84db1611075871
* Merge "Removes MANIFEST.in as it is not needed explicitely by PBR"Jenkins2015-12-241-6/+0
|\
| * Removes MANIFEST.in as it is not needed explicitely by PBRsonu.kumar2015-12-161-6/+0
| | | | | | | | | | | | | | | | This patch removes `MANIFEST.in` file as pbr generates a sensible manifest from git files and some standard files and it removes the need for an explicit `MANIFEST.in` file. Change-Id: Ib0ac951f02842a476f6e890e67617b788408f7e3
* | Remove py26 support from ceilometermiddlewaresonu.kumar2015-12-162-2/+1
|/ | | | | | | | | | As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I47a897ec15ef0f74bce025a6af28e6c786bf9622 Related-Bug: #1519510
* Updated from global requirementsOpenStack Proposal Bot2015-12-071-1/+1
| | | | Change-Id: I94a1e2f164d13a21f198e91759c38058c26fbbfc
* Updated from global requirementsOpenStack Proposal Bot2015-11-192-2/+2
| | | | Change-Id: Icda8f9c1cb80f656cbd794c0f36675edd3786e77
* Updated from global requirementsOpenStack Proposal Bot2015-11-181-1/+1
| | | | Change-Id: I0cbc4810673fc29a8327512cc5a53074978ffda0
* Updated from global requirementsOpenStack Proposal Bot2015-11-131-1/+1
| | | | Change-Id: I79fb1ef5fe04ff67ab6a987d55f530c508037937
* Merge "swift: upgrade messaging to v2"Jenkins2015-11-121-2/+2
|\
| * swift: upgrade messaging to v2Julien Danjou2015-11-061-2/+2
| | | | | | | | Change-Id: Ic769ca23937760d4b0120c8abf81b3d413a795f5
* | Updated from global requirementsOpenStack Proposal Bot2015-10-231-1/+1
|/ | | | Change-Id: I4111cd5385abafb6ca804d074d3295c8ec9835a1
* Updated from global requirementsOpenStack Proposal Bot2015-10-192-4/+4
| | | | Change-Id: If72e0f82560182225a7c1a5c4a352f8772434a9c
* Fix the mistakes in .gitignore filevenkatamahesh2015-09-221-1/+1
| | | | Change-Id: I4b5641804d346c1adc3dc25c519441c017b65051
* Change ignore-errors to ignore_errorsMonty Taylor2015-09-211-1/+1
| | | | | | Needed for coverage 4.0 Change-Id: Ieeb546dc5bd1736e9dc977e7ff469b5b6a30af39
* Ignore request with swift.source in env0.3.0Rohit Jaiswal2015-09-152-2/+16
| | | | | | | | | | | | | swift.source in env indicates request that originate in swift middleware as a side effect of another client request. These requests should not be metered, this fix adds a check for swift.source in env and avoids generating a metering event. Change-Id: I2ecbde8667cc366b192a2248abc93d0936956978 Closes-bug: 1485711
* Merge "Fixes parsing req path for account HEAD/GET"Jenkins2015-09-152-2/+25
|\
| * Fixes parsing req path for account HEAD/GETRohit Jaiswal2015-08-282-2/+25
| | | | | | | | | | | | | | | | | | | | When path is of the form /v1/AUTH_xyz, the path parsing expects 3 tokens, this fix retries parsing to expect 2 tokens, so that operations at an account level can be metered. Change-Id: I5eb83e39e7902b9410487c98295f12640aeef140 Closes-Bug: 1488682
* | Updated from global requirementsOpenStack Proposal Bot2015-09-071-4/+4
|/ | | | Change-Id: If1cdf5139b80027fbb11e3cccae3e4f20160a94a
* Merge "Activate pep8 check that _ is imported"Jenkins2015-08-201-1/+0
|\
| * Activate pep8 check that _ is importedTom Cocozzello2015-08-041-1/+0
| | | | | | | | | | | | | | | | | | | | Remove the specification in tox.ini that _ is a builtin so that it will no longer assume that _ does not need to be imported. This helps ensure that the _ from i18n is used. Activating this check did not flag any violations. Change-Id: I7b3528e07aee6138563ad83c2caa08ecbe49f933
* | HTTP_X_TENANT_ID is deprecated and replaced by HTTP_X_PROJECT_IDClément Contini2015-08-141-1/+2
| | | | | | | | Change-Id: I619d9db86ddcb6f3599c2d1c3c37a3628b9c7239
* | Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
|/ | | | Change-Id: Iff7f1b8fe5fa82fcaee3e594b401fd188f88fd4d
* Updated from global requirementsOpenStack Proposal Bot2015-08-042-2/+2
| | | | Change-Id: I590a72f4f1fdce0c97a8b90f5c449728047ecb02
* Merge "Drop use of 'oslo' namespace package"Jenkins2015-07-171-20/+20
|\
| * Drop use of 'oslo' namespace packageDoug Hellmann2015-07-161-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: I029c3260051aa48cfaae428c096c1ac7b43b2bd2
* | Updated from global requirementsOpenStack Proposal Bot2015-07-153-5/+5
|/ | | | Change-Id: I919af9db4ca568ce941bb3a29c53ee1f297dabbd
* Add test which asserts non-empty target_idNadya Privalova2015-06-241-0/+10
| | | | | | | target_id should not be empty because it is used as resource_id. Related-Bug: #1464265 Change-Id: Ibf3552c0f72f267ddd5a0a32a47427548d0b55c1
* Merge "Updated from global requirements"Jenkins2015-06-243-11/+10
|\
| * Updated from global requirementsOpenStack Proposal Bot2015-06-233-11/+10
| | | | | | | | Change-Id: I691b788b399ff1ed0255c5881d95c382d5f6951e
* | Merge "add support to skip event/meter generation for certain projects"Jenkins2015-06-242-0/+37
|\ \ | |/ |/|
| * add support to skip event/meter generation for certain projectsgordon chung2015-06-232-0/+37
| | | | | | | | | | | | | | | | | | | | | | gnocchi is unuseable with swift backend because for every meter we capture we are generating an event notification which creates 1+ meters, which creates 1+ event notifications, and so on. this will flood the message queue and it will never catch up. by default, we will configure system to ignore requests from gnocchi project. DocImpact Change-Id: I175c5d59529ebe51c8e5ccb379b54b05e9affe95
* | Set correct config choice for transport urlChris Dent2015-06-221-1/+1
|/ | | | | | The code wants 'url' not 'transport_url' Change-Id: I2f84a21cb2b1f0cc7b7c07db82559180779ed71d
* Updated from global requirements0.2.0OpenStack Proposal Bot2015-05-072-7/+7
| | | | Change-Id: Icba6561ebf56d417ac8f00457b63c1ef7c124119
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-4/+4
| | | | | | | | | | | | | | | | | | | | | The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: I26390dd908769be5f1a5b70be22d3b98e3a45563
* Merge "Updated from global requirements"Jenkins2015-04-222-6/+6
|\
| * Updated from global requirementsOpenStack Proposal Bot2015-03-312-6/+6
| | | | | | | | Change-Id: I5f0ccc0f3ceba5e2db8f24d6caa069538d262fc1
* | Update README to work with release toolsDoug Hellmann2015-04-211-8/+5
|/ | | | | | | | | The README file needs to have links to the project documentation and bug tracker in a parsable format in order for some of the release tools scripts to work (particularly the one that prints the release note email). Change-Id: I11b17f90ad351f369f012eb954da9f63804b4eb5
* Merge "use pycadf helper module to assign action"Jenkins2015-03-271-0/+2
|\
| * use pycadf helper module to assign actiongordon chung2015-03-091-0/+2
| | | | | | | | | | | | | | | | action is a required attribute for auditing. there is an action helper in pycadf which can compute the action value corresponding to the HTTP method. Change-Id: I277fd78641963644ee83df7451a3cc7699d3db15
* | Merge "remove gitignore files"Jenkins2015-03-272-8/+0
|\ \
| * | remove gitignore filesgordon chung2015-02-162-8/+0
| | | | | | | | | | | | | | | | | | | | | AUTHORS and changelog files were incorrectly checked in. removing in this patch Change-Id: If78e234cae342a73abd6770969185a3685593b37
* | | Add *paste.filter_factory* entry pointRomain Soufflet2015-03-181-0/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Ceilometermiddleware users don’t need to be exposed to the implementation details of the middleware. With the entry point they can use the common syntax to load the middleware : [filter:ceilometermiddleware] use = egg:ceilometermiddleware#swift You can learn more about it there : http://pythonpaste.org/deploy/#introduction Change-Id: I2574f8b3fe9f6eeb447f22a6e6a001c8d8e7cbb6
* | Updated from global requirementsOpenStack Proposal Bot2015-02-203-4/+12
|/ | | | Change-Id: Ibc6c73369fa7ba9b9f0219544866b92b51458d97