1. 19 Apr, 2019 1 commit
  2. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 4c162976
      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
      4c162976
  3. 28 Jul, 2017 2 commits
  4. 04 Mar, 2017 1 commit
    • Jeremy Liu's avatar
      [Fix gate]Update test requirement · cf2b4f31
      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
      cf2b4f31
  5. 26 Jan, 2017 3 commits
  6. 24 Jan, 2017 1 commit
    • Aaron-DH's avatar
      Add `--all-tenants` when get total/summary · 56e6f689
      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
      56e6f689
  7. 23 Jan, 2017 1 commit
  8. 22 Jan, 2017 2 commits
  9. 19 Jan, 2017 1 commit
  10. 18 Jan, 2017 3 commits
    • Maxime Cottret's avatar
      Improve User experience · efb2b094
      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/
      efb2b094
    • Jenkins's avatar
      Merge "Add client for get summary report" · a567600b
      Jenkins authored
      a567600b
    • Jeremy Liu's avatar
      Update .gitignore · d04e5ac7
      Jeremy Liu authored
      These directories are generated by command `python setup.py install`,
      better put them into .gitignore.
      
      Change-Id: I63137da72f144556530677b43219aa0e10220b6e
      d04e5ac7
  11. 17 Jan, 2017 1 commit
  12. 16 Jan, 2017 2 commits
  13. 09 Jan, 2017 2 commits
  14. 04 Jan, 2017 1 commit
  15. 27 Dec, 2016 1 commit
    • gecong1973's avatar
      Delete unnecessary utf-8 coding · cffa8b89
      gecong1973 authored
      The file was added redundant utf-8 coding by some editor.
      we can delete it .
      
      Change-Id: I618e0c8f43717fd13db7b4d5213fa92a7b98a357
      cffa8b89
  16. 17 Dec, 2016 1 commit
  17. 15 Dec, 2016 2 commits
  18. 14 Dec, 2016 1 commit
  19. 30 Nov, 2016 1 commit
    • Luka Peschke's avatar
      Add support for OpenStack client · 04bf3504
      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
      04bf3504
  20. 29 Nov, 2016 5 commits
    • Maxime Cottret's avatar
      Add module priority management · b6f7a783
      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
      b6f7a783
    • Jenkins's avatar
      Merge "Use os_project name in get_client" · 70cef212
      Jenkins authored
      70cef212
    • Luka Peschke's avatar
      Use os_project name in get_client · 8fa848fb
      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
      8fa848fb
    • zhangguoqing's avatar
      Unify the date format "YYYY-MM-DDTHH:MM:SS" · d70f9c77
      zhangguoqing authored
      Change-Id: I729cef6f09d1e61f0c99faf87a87955e4bde3c13
      d70f9c77
    • Luka Peschke's avatar
      Catches the right exceptions shell.py files · ddf93bec
      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
      ddf93bec
  21. 28 Nov, 2016 2 commits
  22. 26 Nov, 2016 1 commit
  23. 25 Nov, 2016 1 commit
  24. 24 Nov, 2016 2 commits
  25. 23 Nov, 2016 1 commit
    • gecong1973's avatar
      Add __ne__ built-in function · a070f5b1
      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
      a070f5b1