summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Remove link to modindex"Jenkins2017-02-141-1/+0
|\
| * Remove link to modindexaditi2017-01-271-1/+0
| | | | | | | | | | | | | | | | | | The documentation build does not generate any module index, thus remove the link to the page. The page http://docs.openstack.org/developer/ceilometermiddleware /py-modindex.html does not exists Change-Id: I690c59ef1d999d437162f59939c64b00b19ebed9
* | Use https instead of http for git.openstack.orggengchc22017-02-081-1/+2
|/ | | | | | Trivialfix Change-Id: I83607ed245248e77e7927e0ea0c6ac630b48139b
* [doc] Note lack of constraints is a choiceTony Breeds2017-01-171-0/+1
| | | | Change-Id: I35a061d45eff4dcc1d573073c0261037a66a0a51
* Revert "Show team and repo badges on README"gordon chung2017-01-161-9/+0
| | | | | | | | this is breaking docs gate This reverts commit d50d9d2d3a5e0ee79d93fef4db6a3a12f549bd62. Change-Id: Idd26034a5ccd3132c8da7f88bfe689d52f0ff719
* 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: b'https://gist.github.com/1a71beefeaf13668ddd49d425aeb77be\n' Change-Id: Ib8060d7fd0204481c069a668301877054a255c7a
* Bump hacking to 0.12Julien Danjou2016-11-071-1/+1
| | | | | Change-Id: I344c02445bae5960ec450357b5a088ca9a6cb385 Signed-off-by: Julien Danjou <julien@danjou.info>
* Convert nonblocking_notify value from string to boolean1.0.0Julien Danjou2016-11-072-1/+4
| | | | | | | Otherwise just setting it to "False" which is a string and therefore, is True, enables it! Change-Id: Iaa5a25e9c7c1d33d13a244d5afe440cd5f1d9883
* Merge "Enable release notes translation"Jenkins2016-10-171-0/+3
|\
| * Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I53d883cdcd947b2c0c9fb55330b7ee70430f25cc
* | No reason to start with '_' define a general variablexiaozhuangqing2016-10-111-9/+9
|/ | | | | | | Just make code consistency,we usually use LOG to logging message rather than _LOG. Also starting with '_' define a general variable make confused. Change-Id: I47656e33cbc19774a0780e5b0034df0897f6afad
* Clean imports in codeCao Xuan Hoang2016-09-231-2/+2
| | | | | | | | | | This patch set modifies lines which are importing objects instead of modules. As per openstack import guide lines, user should import modules in a file not objects. http://docs.openstack.org/developer/hacking/#imports Change-Id: Ib7f8e7e62af62ff768c1b1f065aca0a4c7db75c4
* Merge "Bump the oslo.messaging version"Jenkins2016-09-141-1/+1
|\
| * Bump the oslo.messaging versionxiaozhuangqing2016-09-051-1/+1
| | | | | | | | | | | | | | | | Bump the oslo.messaging version to 5.2.0 to avoid the issue occurred with Ceilometer py34 jenkins job, see: Icb34a7f0e03662868aa0ce6e060c5e951711b79e Change-Id: I78cfd58582070028d85e663c7502b1fd765cf174
* | Merge "clean up oslo-incubator related stuff"Jenkins2016-09-071-6/+0
|\ \ | |/ |/|
| * clean up oslo-incubator related stuffxiaozhuangqing2016-09-011-6/+0
| | | | | | | | | | | | | | Oslo-incubator has retired, so don't keep oslo-incubator related stuff here,delete openstack.common.conf file. Change-Id: I2c38b74013fad004c086bd1e5a1dc16f301f6ab1
* | Add release note for background thread notifierSteve Lewis2016-08-301-0/+12
|/ | | | | | Change-Id: Iad4e6c5e517ca6b01b0e2205be9fcd1cb302ec63 Related: I3da2b88b2bc9b7fd8c572a0085fa1d78c4f54701 Related: I9a8fad8036a0887653d2ad5f99f6b5b1b953c2db
* Merge "Add reno for release notes management"Jenkins2016-08-1110-1/+305
|\
| * Add reno for release notes managementSteve Lewis2016-07-2810-1/+305
| | | | | | | | | | | | | | | | | | | | As per the release process changes for liberty and mitaka [1], the reno tooling is being added to the repository for the purpose of implementing on-going release note additions. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html Change-Id: Ia824156badaceb3000ca37052af1c1c8ded1e584
* | Delete openstack/common from the exclude list of flake8 in toxHanxi Liu2016-08-031-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: I3fcbec9fcec6d36c3e8254a809de0ae0b02a4841
* Merge "Avoid useless dependency on oslo_utils"Jenkins2016-07-283-8/+5
|\
| * Avoid useless dependency on oslo_utilsJulien Danjou2016-07-273-8/+5
| | | | | | | | Change-Id: Icba21e8b487c2b9a2064212ee2c550ced4be1d2e
* | Merge "Fix bug in background sending"Jenkins2016-07-271-6/+12
|\ \
| * | Fix bug in background sendingDarren Hague2016-07-261-6/+12
| |/ | | | | | | | | | | | | Thread's daemon property needs to be set from calling thread. Ensure thread is alive whenever we add an event to the queue (for some reason, this is not the case for the first event when this is deployed in a swift proxy setup). Change-Id: I9a8fad8036a0887653d2ad5f99f6b5b1b953c2db
* | Merge "Update the home-page with developer documentation"Jenkins2016-07-271-1/+1
|\ \
| * | Update the home-page with developer documentationxiaozhuangqing2016-07-271-1/+1
| | | | | | | | | | | | Change-Id: I85dc22cca9b1987a9fc65adc3a26e461b074fb47
* | | Add support for Python 3.5Julien Danjou2016-07-212-1/+2
|/ / | | | | | | Change-Id: I8cf4917913a6f1224b7599444937ff99ea1dc048
* | Remove py33 from tox envlistJulien Danjou2016-07-212-2/+1
|/ | | | Change-Id: Ie94e19c3f09687601d5c8f3736ff0a110646ea14
* 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