summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the retired repoHEADmasterGhanshyam Mann2020-08-052-0/+4
| | | | | | | | | | | | This repo is not properly retired. Retired repos can only have two files: - README.rst - gitreview To cleanup the retirement of this repo, keeping these two files only and removing the other remaining files if there is any. Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup Change-Id: I38bd85921aef1d36a32820404d540a74b3a115b3
* Retire ceilometerclientJulien Danjou2017-11-2290-14032/+10
| | | | | Depends-On: Ic2947fd066a2df685d52539d0756cd981cc16113 Change-Id: I65738a55db82053643f7580eee20b63df52b957f
* Merge "import content from cli-reference in openstack-manuals"Zuul2017-10-182-0/+2213
|\
| * import content from cli-reference in openstack-manualschenxing2017-07-112-0/+2213
| | | | | | | | Change-Id: I27226913d8120136f312c0cd6391d01fea6a3a73
* | Use generic user for both zuul v2 and v3Nam Nguyen Hoai2017-10-171-3/+3
| | | | | | | | | | | | | | Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'. Using $USER solves it for both cases. Change-Id: Ida42122c0ad2fa123c2e245acfa4be5f964180a2
* | Merge "Correct docs usage of keystoneauth1 session"Jenkins2017-09-131-1/+1
|\ \
| * | Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects entries in the documentation to use the correct library's session. Change-Id: I6ae71befe62aee567e44308ec9afec2dd34efda1
* | | Merge "Update reno for stable/pike"Jenkins2017-09-132-0/+7
|\ \ \ | |/ / |/| |
| * | Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | | | | | | | | | Change-Id: I78a0056f8ffe0a49f76c462b7ae7f0fc21cef0ad
* | | Merge "Docs: switch to openstackdocstheme"Jenkins2017-08-043-5/+20
|\ \ \ | |/ / |/| |
| * | Docs: switch to openstackdocsthemeHanxi Liu2017-07-123-5/+20
| |/ | | | | | | | | | | | | | | | | Project documents are being reprocessed due to document migration[1]. Update the docs theme to openstackdocstheme instead of oslosphinx. [1] https://review.openstack.org/#/c/472275/ Change-Id: Ic24ad9d7759ab9169bcc68db8c6d79e4bc69a76b
* | Update and optimize documentation linksHangdong Zhang2017-07-188-11/+11
| | | | | | | | | | | | | | | | 1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: Ic847deff2b8344a35a31b76edc63296b01bde64c
* | Fix invalid url for event_typesMartin Kulhavy2017-07-132-4/+4
|/ | | | | | | | Additionally fix the object name in the string representation. Closes-Bug: 1704138 Change-Id: I2bb0963600cfc93d782f10480d5245d92c1c0f1d Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
* Merge "Deprecate ceilometerclient"2.9.0Jenkins2017-06-093-4/+11
|\
| * Deprecate ceilometerclientJulien Danjou2017-05-293-4/+11
| | | | | | | | Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
* | Merge "Remove log translations"Jenkins2017-05-231-10/+0
|\ \ | |/ |/|
| * Remove log translationsluqitao2017-03-211-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions. See: http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html Change-Id: I0dcc1b8e9f0dd51b6892126a2ef010e6f3a2d940
* | Merge "[bugfix]with keystone v3 Could not find domain: default."Jenkins2017-05-101-6/+2
|\ \
| * | [bugfix]with keystone v3 Could not find domain: default.zhangjianfeng2017-05-091-6/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | when we use adminrc with keystone v3 not set OS_PROJECT_DOMAIN_ID OS_USER_DOAMIN_ID,default ceilometerclient code will set it to string default.this will lead error. value is often like fdc79c4b63e8492d98271412320e8672 so when change this code to set it as None. last we delete the user_domain_id and project_domain_id because it is not useful. closes-bug: 1679934 Change-Id: I95c994406ed7a0b15ba6446e80f01e4f6787ec20
* | delete bash_completion in subcommandForestLee2017-05-011-11/+0
|/ | | | | | | | | There are two "completion" in the subcommand table: bash-completion and bash_completion. but "bash_completion" is not in help information and it is repeated with "bash-completion", so delete it. Change-Id: I5f3bc918a1ce5b6283cc865db4383f128b138d5e Closes-Bug: #1670123
* Remove support for py34Rui Chen2017-02-092-2/+1
| | | | | | | | The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I0cfc7ac5bddad922349a38cd0b2bfea0595a97a8
* Handle log message interpolation by the loggerGábor Antal2017-02-071-2/+2
| | | | | | | | | | According to OpenStack Guideline[1], logged string message should be interpolated by the logger. [1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages Change-Id: Ia2bcd4387c406a3f7ffdb3cfe0badeccca22f278 Closes-Bug: #1661262
* Adjust parameters order of tenant_xxx and project_xxxJeremy Liu2017-02-041-1/+1
| | | | | | We prefer project_xxx to tenant_xxx when authenticating. Change-Id: I438854e6c9a9ea397ae4e7f21919a82c872f9693
* Merge "shell: do not force domain to be present"Jenkins2017-01-261-19/+5
|\
| * shell: do not force domain to be presentJulien Danjou2017-01-251-19/+5
| | | | | | | | | | | | If OS_PROJECT_NAME and Keystone v2 is used there's no need to set a domain. Change-Id: I9555b571224262b61255f70a30f540a32b8ae2fc
* | Update reno for stable/ocataOpenStack Release Bot2017-01-252-0/+7
|/ | | | Change-Id: If1bed5c3691b772f72e4d7501b51bd8118aa6952
* Merge "cleanup aodh redirect"2.8.0Jenkins2017-01-232-7/+1
|\
| * cleanup aodh redirectgord chung2017-01-112-7/+1
| | | | | | | | Change-Id: I80684f79da471e22dbc1dacdeafa43c6cfa334a8
* | Merge "panko redirect"Jenkins2017-01-235-28/+45
|\ \ | |/
| * panko redirectgord chung2017-01-115-28/+45
| | | | | | | | | | | | same as aodh but with panko_endpoint Change-Id: Iae7d60e1cf139b79e74caf81ed7bdbd0bf2bc473
* | Merge "cleanup aodh mocks"Jenkins2017-01-231-16/+16
|\ \ | |/
| * cleanup aodh mocksgord chung2017-01-111-16/+16
| | | | | | | | | | | | don't pass in arg we don't use Change-Id: I14b9cd3178f929aa878f5caff97a6ba4318a42a0
* | Merge "Adding default project and domain if nothing is specified"Jenkins2017-01-181-1/+9
|\ \
| * | Adding default project and domain if nothing is specifiedPrateek Khushalani2016-12-151-1/+9
| | | | | | | | | | | | | | | | | | Closes-Bug: 1543502 Change-Id: Iea57a6ed757bfa28eb09324378b5376667b0c120
* | | Enable coverage report in console outputJeremy Liu2017-01-131-1/+3
| |/ |/| | | | | Change-Id: I70cf768459360166bd0a76a74eff57bc0b7acda9
* | [doc] Note lack of constraints is a choiceTony Breeds2016-12-211-0/+1
|/ | | | Change-Id: I29f08edff6459e1acb7e33634e3d8426f09c8c41
* Merge "Add __ne__ built-in function"Jenkins2016-12-081-0/+3
|\
| * Add __ne__ built-in functiongecong19732016-11-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3 __ne__ by default delegates to __eq__ and inverts the result, but in Python 2 they urge you to define __ne__ when you define __eq__ for it to work properly [1].There are no implied relationships among the comparison operators. The truth of x==y does not imply that x!=y is false. Accordingly, when defining __eq__(), one should also define __ne__() so that the operators will behave as expected. [1]https://docs.python.org/2/reference/datamodel.html#object.__ne_ Change-Id: I4ba5b370e34cd64b13d87ef3ce2869d224dd0969
* | Merge "Don't include openstack/common in flake8 exclude list"Jenkins2016-12-071-1/+1
|\ \
| * | Don't include openstack/common in flake8 exclude listgecong19732016-11-251-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | There is no this directory openstack/common which was used to keep codes from oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom all OpenStack code in favor of the Oslo libraries is a project wide goal for the Ocata release. So don't use this directory any more. We should drop it for improving searching efficiency. Change-Id: Ia154f7557575351173b9fe646e48bc5210ab698f
* | Bump hacking to 0.12Julien Danjou2016-11-071-1/+1
|/ | | | Change-Id: I0ca6c005df445c22fb171e816b1de6da0f4126c9
* move old oslo-incubator code out of openstack/commonSteve Martinelli2016-11-0429-115/+102
| | | | | | | | | | | | | | As part of the first community-wide goal, teams were asked to remove the openstack/common package of their projects if one existed. This was a byproduct of the old oslo-incubator form of syncing common functionality. The package, apiclient, was moved to a top level location and a new i18n module was created. There is no oslo.apiclient library or equivalent, the recommended solution is to move it in tree and maintain it there. Change-Id: Ia788313e0926dc872a87b090ef0a350898bfb079
* Make method import_versioned_module workLuong Anh Tuan2016-11-034-12/+7
| | | | | | | | | Update function import_versioned_module in Oslo.utils 3.17. This patch update to meet new version. For more information: http://docs.openstack.org/developer/oslo.utils/history.html Change-Id: Ia031b53b27fcea66dbf4f2798d58b51c53c2d0cc Closes-Bug: #1627313
* Fixes SSLError during cclient.meters.list() by https2.7.0Ekaterina Khripunova2016-10-172-3/+3
| | | | | | | | | | | | The problem causes the function _adjust_kwargs(kwargs) which creates a new dict client_kwargs with new-named keys. It gets 'os_insecure' key from kwargs and gives it key-name 'insecure'. But the bug is in using kwargs.get('insecure') <which is None> to produse value of 'verify'. Change-Id: If77b2d3c75beddcd1a0a82353b56c84b29184ec7 Closes-Bug: 1634027 Related-Bug: 1394449
* Merge "Enable release notes translation"Jenkins2016-10-111-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: I7c2902f64988c8b39ae8f13fec86622dcc2fb955
* | Set code and details on HTTPExceptionMehdi Abaakouk2016-10-072-13/+25
|/ | | | | | | | Even the HTTPException is unknown for ceilometer we should set the code and print it with the details. Closes-bug: #1626404 Change-Id: Ib244d8822f7a1ebc1b8ec1b95d13b20bbb69ece0
* Using assertIsNone() instead of assertEqual(None)Anh Tran2016-09-271-1/+1
| | | | | | | | | | | Following OpenStack Style Guidelines[1]: [H203] Unit test assertions tend to give better messages for more specific assertions. As a result, assertIsNone(...) is preferred over assertEqual(None, ...) and assertIs(..,None) [1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises Change-Id: Iae83c4360336cf07b6045615ff38933f52844499
* Replace assertEqual(None, ...) with assertIsNone(...)Hanxi Liu2016-09-201-1/+1
| | | | | | | | | From OpenStack Style Guidelines [1], [H203] Use assertIs(Not)None to check for None. [1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises Change-Id: Ib60e025af418678884d9bea91e1c318b3aadf4c9
* Merge "Update reno for stable/newton"Jenkins2016-09-132-3/+9
|\