- 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.
-
- 31 Aug, 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 Change-Id: I557291c792e6b0338276bf1906361aff4be8abab Story: #2002586 Task: #24289
-
- 28 Jul, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I4f7bcef60964afdaed864f88117e95c9b28f79bd
-
OpenStack Release Bot authored
Change-Id: I46da798941ea7b0af53d2b76c7aa4b8764aa2ab8
-
- 04 Mar, 2017 1 commit
-
-
Jeremy Liu authored
Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Change-Id: I9177c69fd96ecacf164768b9e08f0e91d3a8690a Partial-Bug: #1668848
-
- 26 Jan, 2017 3 commits
- 24 Jan, 2017 1 commit
-
-
Aaron-DH authored
Use `cloudkitty total-get --all-tenants` to get total rate of all_tenants. Same with summary-get Depends-On: 8cf7332162ad30bcdb2c8dfd10a3d348601c2870 Change-Id: I1efcbb8eff77c5f8d358a02178b1f99204b6cba7
-
- 23 Jan, 2017 1 commit
-
-
Jenkins authored
-
- 22 Jan, 2017 2 commits
- 19 Jan, 2017 1 commit
-
-
Jenkins authored
-
- 18 Jan, 2017 3 commits
-
-
Maxime Cottret authored
This patch adds access to new REST API for config and service metadata retrieval. The following work has been done: * Create new manager for config retrieval * Create new Resource and CRUD manager for service info retrieval * Add managers to client * Add new CLI command and openstack client entries Change-Id: I43f572202b1cd3832a820f46f7c7b44a0d998406 Depends-on: https://review.openstack.org/#/c/406180/
-
Jenkins authored
-
Jeremy Liu authored
These directories are generated by command `python setup.py install`, better put them into .gitignore. Change-Id: I63137da72f144556530677b43219aa0e10220b6e
-
- 17 Jan, 2017 1 commit
-
-
Anh Tran authored
Change-Id: I464707dd23f006d790c618ef44e37bf6e6de9a22
-
- 16 Jan, 2017 2 commits
-
-
Aaron-DH authored
oslo_debug_helper is used to assist in debugging of python code, i.e. by adding breakpoints via pdb. To enable debugging, run tox with the debug environment: tox -e debug <test_path> Reference link: http://docs.openstack.org/developer/oslotest/features.html#debugging-with-oslo-debug-helper Change-Id: I01d66328a3529e542e503be2cd7bbca69a77c4aa
-
Aaron-DH authored
Use commands as follows to get summary: -- cloudkitty summary-get -- openstack rating summary-get Change-Id: I07da26cb31a03104493ab749efffd73ba8d17d62 Implements: blueprint price-groupby-fields
-
- 09 Jan, 2017 2 commits
- 04 Jan, 2017 1 commit
-
-
zhangguoqing authored
There is a white space in line [print (*, then we remove it. REF. https://review.openstack.org/#/c/387303/ Change-Id: I6762b7d1d9f573d62e7466da134addd51e0b4163
-
- 27 Dec, 2016 1 commit
-
-
gecong1973 authored
The file was added redundant utf-8 coding by some editor. we can delete it . Change-Id: I618e0c8f43717fd13db7b4d5213fa92a7b98a357
-
- 17 Dec, 2016 1 commit
-
-
xhzhf authored
H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Closes-Bug: #1650741 Change-Id: Ibeeca8f56dd3fe872e1611bd4b61ec515670ec8d
-
- 15 Dec, 2016 2 commits
- 14 Dec, 2016 1 commit
-
-
Jeremy Liu authored
Change-Id: Ia1dd9b902eae4d3ebdbd46802f7ba8043b3ee2a8
-
- 30 Nov, 2016 1 commit
-
-
Luka Peschke authored
Cloudkittyclient now provides a plugin for the Openstack client. setup.cfg was modified to provide entrypoints for the Openstack client. These entrypoints can be found in the different shell_cli.py files. Python-openstackclient was added to the requirements. Implements: blueprint openstackclient-support Change-Id: If0bbd919b1552b82cd77a52ded4f4ec32e6e14d8
-
- 29 Nov, 2016 5 commits
-
-
Maxime Cottret authored
This patch binds the python client to the module priority REST api. It also adds a CLI setter command and updates the module list CLI output to show current priority value. Change-Id: I06ab6611452cdc6e875b5534cd955a0a3092ed0d Implements: blueprint module-priority-cli-command
-
Jenkins authored
-
Luka Peschke authored
The cloudkitty Client object cannot authenticate into keystone if 'os_project_name' is passed as parameter instead of 'os_tenant_name'. It is the same if 'os_project_id' is passed instead of 'os_tenant_id'. This patch fixes both of these issues. Change-Id: Ife248e87e1126d101be5e4550b933e66eccadbb9
-
zhangguoqing authored
Change-Id: I729cef6f09d1e61f0c99faf87a87955e4bde3c13
-
Luka Peschke authored
This is a fix for the bug #1645380. The right exceptions are caught and 'counter_name' is not used for the Exception messages anymore. Change-Id: I242ee04783c5c8b2699ef3efe70f8e397eb794b8 Closes-Bug: 1645380
-
- 28 Nov, 2016 2 commits
- 26 Nov, 2016 1 commit
-
-
Jenkins authored
-
- 25 Nov, 2016 1 commit
-
-
Flavio Percoco authored
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: https://gist.github.com/168107e62fde067f3925d71a5a0f2d4d Change-Id: I8caa8cdaa4efc2ea438b2ace632b62afd5d322e5
-
- 24 Nov, 2016 2 commits
-
-
zhangguoqing authored
The begin and end args format is timestamp in total-get command, which is less convenient than date/time format(YYYY-MM-DDTHH:MM:SS). So this patch make it easy to use. Change-Id: Id83e132e6b8a090d1abfa3002d53de1b678fc9f2
-
Jenkins authored
-
- 23 Nov, 2016 1 commit
-
-
gecong1973 authored
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: Id2d32eedddbbbb91c6da6e36f12515972aa9e5a5
-