1. 19 Apr, 2019 1 commit
  2. 19 Sep, 2018 2 commits
  3. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 21f98cf0
      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: I10a6eea6658be6599ac7e4f87603bdf0a82b5720
      Story: #2002586
      Task: #24289
      21f98cf0
  4. 26 Jan, 2017 5 commits
  5. 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
  6. 23 Jan, 2017 1 commit
  7. 22 Jan, 2017 2 commits
  8. 19 Jan, 2017 1 commit
  9. 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
  10. 17 Jan, 2017 1 commit
  11. 16 Jan, 2017 2 commits
  12. 09 Jan, 2017 2 commits
  13. 04 Jan, 2017 1 commit
  14. 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
  15. 17 Dec, 2016 1 commit
  16. 15 Dec, 2016 2 commits
  17. 14 Dec, 2016 1 commit
  18. 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
  19. 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
  20. 28 Nov, 2016 2 commits
  21. 26 Nov, 2016 1 commit
  22. 25 Nov, 2016 1 commit
  23. 24 Nov, 2016 2 commits