- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 04 Oct, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Switch aodh to install from stable/ocata and not from master to fix jobs. Change-Id: Ie8d08c81b26fc97370185716d467f67be167f0ab Story: #2002586 Task: #24339
-
- 31 Jan, 2017 1 commit
-
-
OpenStack Release Bot authored
Change-Id: I11f25140ecd504f1790e36a25d755e81b5b563e8
-
- 22 Jan, 2017 1 commit
-
-
Jenkins authored
-
- 21 Jan, 2017 1 commit
-
-
Julien Danjou authored
This switches the deps in test/doc section in extras. Also fix Gnocchi authentication with pifpaf which is by default to basic now (Gnocchi 3.1). Change-Id: Ida3be5d986941c8c312a72c9066672fbb6ea8c25
-
- 17 Jan, 2017 1 commit
-
-
houweichao authored
When get or set the state of alarm, the help infomation is shown as "Delete the alarm" which is wrong. This commit modified the help infomation. Change-Id: I148e1a2b0fe44cc136a81cac1ac3a425449bfa61
-
- 04 Jan, 2017 2 commits
-
-
Jenkins authored
-
Kevin_Zheng authored
Enable coverage report in console output Change-Id: Ia03a5c9814054e02ad1114281814378fc4931311
-
- 20 Dec, 2016 1 commit
-
-
Tony Breeds authored
Change-Id: I4abd68b08a7f1520106407dea2a9e55e5f6eef2f
-
- 07 Dec, 2016 1 commit
-
-
zhangguoqing authored
Openstack common has a wrapper for generating uuids. We should use that function when generating uuids for consistency. Change-Id: I3ea3355a7f04d5b86c8b0b197fcdbe2f0644b191 Closes-Bug: #1082248
-
- 07 Nov, 2016 1 commit
-
-
Julien Danjou authored
Change-Id: Id63575911ca1897602f62b5050dc4cdcec708930 Signed-off-by:Julien Danjou <julien@danjou.info>
-
- 14 Oct, 2016 1 commit
-
-
KATO Tomoyuki authored
Stevedore Sphinx extension handles this comment. http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html Change-Id: Id999b32cf00a79b1344a8fbaff55f8bd33b5b13d
-
- 06 Oct, 2016 1 commit
-
-
Andreas Jaeger authored
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: Ia09573b300c05c53b5cee68472b0bb2b8945c391
-
- 27 Sep, 2016 1 commit
-
-
Thomas Bechtold authored
It's used in aodhclient/utils.py . Change-Id: I3709de4e99089b294d2b5e22622b73299c9d6b4c
-
- 23 Sep, 2016 1 commit
-
-
Cao Xuan Hoang authored
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: I188257e8b678ccf8fa9d43d32832b574becb0cf7
-
- 13 Sep, 2016 1 commit
-
-
Jenkins authored
-
- 07 Sep, 2016 1 commit
-
-
Doug Hellmann authored
In order to support automatically updating the release notes when we create stable branches, we want the pages to be in a standard order. This patch updates the order to be reverse chronological, so the most recent notes appear at the top. Change-Id: If79ffa54e2a541f0fd983930de915fbea4be8bd9
-
- 05 Sep, 2016 1 commit
-
-
xiaozhuangqing authored
Everything in this file is automatically generated by pbr. There appears to be no good reason to keep it around. Change-Id: I87856acf2e5f200aa1cb7bf3f641c6081bcc935d
-
- 29 Aug, 2016 1 commit
-
-
Jenkins authored
-
- 23 Aug, 2016 1 commit
-
-
Jon Schlueter authored
osc-lib is a package of common support modules for writing OSC plugins. all common functions, classes such as exceptions, utils, logs and so on have been moved from openstackclient to osc-lib. So use osc-lib instead of openstackclient Depends-On: I095209c241876c6ab48595962e07144fc5cc34a6 Change-Id: Id864c001b35c2ff3f3d92cdd8df97d0206c607c3
-
- 05 Aug, 2016 1 commit
-
-
Hanxi Liu authored
Change-Id: Iedcc4e478b9d1276773d47a401d442b0165e7dcb
-
- 03 Aug, 2016 1 commit
-
-
Jenkins authored
-
- 02 Aug, 2016 1 commit
-
-
Mehdi Abaakouk authored
Change-Id: I07919b53036ce07eb4372f2479110d0bb81c9bbf
-
- 26 Jul, 2016 1 commit
-
-
Jenkins authored
-
- 21 Jul, 2016 1 commit
-
-
Swapnil Kulkarni (coolsvap) authored
It's only needed for python < 2.7 which is not supported Change-Id: If8071230a4fca0f468cec99349bf352b1b435bd6
-
- 18 Jul, 2016 1 commit
-
-
Jenkins authored
-
- 14 Jul, 2016 1 commit
-
-
PanFengyun authored
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: Ieefefface8c9d40d60f9a11e7fc789dc4ae76cb5
-
- 16 Jun, 2016 2 commits
-
-
Kevin_Zheng authored
We only shows timestamp, type, and detail when calling alarm-history show; As for the pagination implementation, alarm-history can only marked using event_id, so it is not easy to use for CLI users, we should also provide event_id when we display the results. Change-Id: I2f8cf1d2dd9d6ddf28652ad8ccb4a25d2ec1082b Closes-bug: #1589480
-
Kevin_Zheng authored
Aodh now supports pagination. We should add it for aodh client. Change-Id: Ia0163cf1330dfec8880058c88966263c2e971f3c Closes-Bug: #1538927
-
- 15 Jun, 2016 1 commit
-
-
As discussed in the review of https://review.openstack.org/#/c/321394/ split alarm query and list in the SDK layer will make the code more easier to understand. Change-Id: Ic1ec81b1e25f6bf3a7913b68310f2fc853fcc5d5
-
- 14 Jun, 2016 1 commit
-
-
liusheng authored
Change-Id: Iaa317aeabcf18ff09c52215892643da25135bbcd
-
- 02 Jun, 2016 2 commits
-
-
Jenkins authored
-
Kevin_Zheng authored
Change-Id: If5659c596d5a07c3ffc9a69c099e39fc493645f5 Closes-bug: #1585155
-
- 30 May, 2016 3 commits
-
-
ZhiQiang Fan authored
ClientException is not a virtual base class, hence it can be initialized and string formatted, but the required property 'http_status' is not set by defaut, which will cause AttributeError if we cannot convert a dedicate exception from response. This patch fixes it by adding default value 'N/A' for http_status, and set it with response.status_code when it is a ClientException instance. Change-Id: Ib9920a1f21885917fe7bc4562f1b54602112a473 Closes-Bug: #1586994
-
Jenkins authored
-
ZhiQiang Fan authored
It seems some spaces are absent. Change-Id: Ia0658cf133a7b5842489191e7f9f57db9911317b
-
- 29 May, 2016 1 commit
-
-
ZhiQiang Fan authored
Current alarm query row for threshold & event alarm is simply str(query), which looks bad. This patch follows the output format in previous Ceilometer alarm commands, that we split multiple queries to multple rows, each row prints a query condition. Change-Id: I26ed1b07085dad76a1b3fb283cbd8eb57f9fa0c8 Closes-Bug: #1586763
-
- 25 May, 2016 1 commit
-
-
liyuanzhen authored
when creating a threshold alarm, the --meter-name parameter must be required. Giving an explanation for how to get meter name is convenient for user. Change-Id: Ide25be46bf91e1505f8307f473e217f187301820 Closes-Bug: #1582999
-
- 19 May, 2016 2 commits
-
-
liyuanzhen authored
Change-Id: I1bffee1cf0c8ce89975d090c6b44627b50518101
-
Jenkins authored
-