summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Upgrade hacking"0.5.0Jenkins2016-07-161-6/+2
|\
| * Upgrade hackingMehdi Abaakouk2016-07-111-6/+2
| | | | | | | | Change-Id: I09ea520e2f18550c0f9b64bb94bc810cf5578f07
* | Merge "Add background thread notifier sending ability"Jenkins2016-07-132-1/+91
|\ \ | |/ |/|
| * Add background thread notifier sending abilityDarren Hague2016-07-112-1/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to hand off notifier event sending to a queue processed by a background thread so as not to block swift proxy. This fixes an issue whereby if ceilometer's RabbitMQ went down then the swift proxy would wait for it to come back up, effectively coupling Swift's availabiilty to that of Ceilometer's RabbitMQ. Background sending is activated by setting config item 'nonblocking_notify' to True. Queue size defaults to 1000, which can be overridden by setting config item 'send_queue_size'. If the queue is full, new events are discarded. Change-Id: I3da2b88b2bc9b7fd8c572a0085fa1d78c4f54701
* | Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
|/ | | | Change-Id: I73d0ed26a7f093bb96f10013daa4046d7602f679
* Only install hacking in pep8Julien Danjou2016-05-102-2/+1
| | | | Change-Id: I15dc052f3419b548b5dc373c5edb3658e48d69a1
* Remove oslo.context dependencyJulien Danjou2016-05-102-4/+1
| | | | | | There's no point in passing any fake context to the notifier. Change-Id: Ib95776ecf1e3c9041b4268332cd3fb0b720b42f2
* Remove unused requirementsJulien Danjou2016-05-102-4/+0
| | | | Change-Id: Iab0dc79f7a039c9484381dda00399185862f231a
* Add missing requirements for mockJulien Danjou2016-05-101-0/+1
| | | | | | We import and use it directly. Change-Id: I2e39db2159b0d5242abad2e6bf250dfe8ee603e1
* Updated from global requirementsOpenStack Proposal Bot2016-05-061-1/+1
| | | | Change-Id: I655ff257caef9cc9bf13690688ea5666f39741d4
* [Trivial] Remove executable privilege of doc/source/conf.pyZhiQiang Fan2016-04-291-0/+0
| | | | | | It is a configuration file rather than a script. Change-Id: I4a19b92912a96bca5c11616ff87d9c8d85ce617a
* Updated from global requirementsOpenStack Proposal Bot2016-04-191-1/+1
| | | | Change-Id: I866cc43bda9388f4e093ae92b362e5c2137169b2
* Merge "use path as resource id when missing RESELLER prefix"Jenkins2016-04-192-2/+13
|\
| * use path as resource id when missing RESELLER prefixgordon chung2016-04-072-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | we don't have an id if RESELLER prefix is not in path. this causes an id to be autogenerated making each request a completely different resource id. this patch changes it so we just default to path as our id if one cannot be computed. Change-Id: I5775406a84b5f2ad0f95f366b7deca210d2f8e87 Closes-Bug: #1566940
* | Updated from global requirementsOpenStack Proposal Bot2016-04-071-3/+3
|/ | | | Change-Id: Icaeeb288152c0bf4361ac1a335d68a65c663ea70
* 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
|\