1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 05 Sep, 2018 1 commit
    • Andreas Jaeger's avatar
      Import legacy-cloudkitty-dsvm-install · ee634ad7
      Andreas Jaeger authored
      Import job legacy-cloudkitty-dsvm-install and rename it.
      
      Change-Id: I794463a056d76d384b754f6320e10fa6f85a2e0e
      (cherry picked from commit b2ae9f30432518f3541652f967055bfa524bf600)
      ee634ad7
  4. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 0c3b0f15
      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: I1a7a9442530af7cf8a2f1d4ccdf5df672c4e92fe
      Story: #2002586
      Task: #24289
      0c3b0f15
  5. 18 Aug, 2017 1 commit
  6. 16 Aug, 2017 1 commit
  7. 26 Jul, 2017 2 commits
  8. 21 Jul, 2017 1 commit
  9. 18 Jul, 2017 1 commit
    • zhangguoqing's avatar
      Add WSGI support for `cloudkitty-api' · 2dc80310
      zhangguoqing authored
      Recommands to setup cloudkitty through an other WSGI services
      like Apache 'mod_wsgi'. And the community has set a community wide goal
      in Pike cycle: "Control Plane API endpoints deployment via WSGI"
      https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi.html
      
      Work Item: Add WSGI support
      1. Provide WSGI application script file.
      2. Removing the cloudkitty-api command line.
      3. Adding cloudkitty-api wsgi_scripts, by 'cloudkitty-api -p 8889' to run.
      
      Work Item: Make the devstack setup ck-api with wsgi
      1. Switch devstack jobs to deploy control-plane API services in WSGI with Apache.
      2. Default to deploy with Apache by global ENABLE_HTTPD_MOD_WSGI_SERVICES, in
         local.conf expose CLOUDKITTY_USE_MOD_WSGI=False to run without Apache.
      
      Work Item: Update the docs about installation
      1. Installing the cloudkitty-api behind mod_wsgi.
      2. Updating the installation about the cloudkitty-api.
      
      Implements: blueprint wsgi-support
      Change-Id: I207587c5360bb80c0e856cd0239e4073578951aa
      2dc80310
  10. 29 Jun, 2017 1 commit
  11. 22 Jun, 2017 4 commits
  12. 07 Jun, 2017 2 commits
  13. 31 May, 2017 2 commits
    • Maxime Cottret's avatar
      Fix devstack: replace deprecated screen functions · 4734be4f
      Maxime Cottret authored
      Since [1], systemd is the default process init. Therefore,
      CK devstack plugin still uses screen_it function instead of
      generic run_process function. This leads to strange behavior
      of the plugin.
      
      This patch fixes this problem.
      
      [1] https://review.openstack.org/#/c/461716/
      
      Story: 2001047
      Task: 4634
      
      Change-Id: I57c71c85f2a31cd90afeaf7f32754f1f1a503753
      4734be4f
    • Jeremy Liu's avatar
      Remove usage of parameter enforce_type · 34190c57
      Jeremy Liu authored
      Oslo.config deprecated parameter enforce_type and change its default
      value to True in Ifa552de0a994e40388cbc9f7dbaa55700ca276b0. Remove the
      usage of it to avoid DeprecationWarning: "Using the 'enforce_type'
      argument is deprecated in version '4.0' and will be removed in version
      '5.0': The argument enforce_type has changed its default value to True
      and then will be removed completely."
      
      Closes-bug: #1694616
      Change-Id: I0bfda96d529ec3f8cf2691b3ffbee9df686a0fb2
      34190c57
  14. 29 May, 2017 2 commits
    • Jenkins's avatar
      9b14f923
    • shubhendu's avatar
      Set access_policy for messaging's dispatcher · 32e768c7
      shubhendu authored
      oslo.messaging allow dispatcher to restrict endpoint methods
      since 5.11.0 in d3a8f280ebd6fd12865fd20c4d772774e39aefa2, set with
      DefaultRPCAccessPolicy to fix FutureWarning like:
      
      FutureWarning: The access_policy argument is changing its default
      value to <class 'oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy'>
      in version '?', please update the code to explicitly set None as the
      value: access_policy defaults to LegacyRPCAccessPolicy which exposes
      private methods. Explicitly set access_policy to DefaultRPCAccessPolicy
      or ExplicitRPCAccessPolicy.
      
      Change-Id: I4ef639d3f93bc56884e92ce17ced091dcebb4170
      32e768c7
  15. 24 May, 2017 1 commit
  16. 15 May, 2017 1 commit
  17. 12 May, 2017 1 commit
  18. 01 May, 2017 1 commit
  19. 28 Apr, 2017 2 commits
    • Jeremy Liu's avatar
      Add the missing configuration when generating cloudkitty.conf · 1f21d7be
      Jeremy Liu authored
      orchestrator_opts are missing when generating configuration file
      using `tox -e genconfig`, this patch adds that.
      
      Change-Id: Iabfccb8b90f0295e94dcef26a7f9b38e6fd96068
      1f21d7be
    • fpxie's avatar
      Remove log translations · 16cd7cf9
      fpxie authored
      
      
      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.
      
      Change-Id: I6de4a70ed5d2a09b10b1446cfd5950446b145031
      Co-Authored-By: default avatarhnyang <hnyang@fiberhome.com>
      16cd7cf9
  20. 24 Apr, 2017 1 commit
  21. 20 Apr, 2017 2 commits
  22. 19 Apr, 2017 2 commits
    • Maxime Cottret's avatar
      Fixing the gate · 27a50b43
      Maxime Cottret authored
      A recent patch in devstack [1] forces the use of path access instead
      of port for Keystone authentication, leading to connection error in CK
      when launching the devstack.
      
      Now CK devstack plugin uses $KEYSTONE_SERVICE_URI to support now and
      future keystone devstack modification.
      
      [1] https://review.openstack.org/#/c/456344/
      
      Change-Id: I7ef964185b029036e7ea7abfb555162e9f2d6ec6
      27a50b43
    • Maxime Cottret's avatar
      Fix gnocchi metric collection · 65321751
      Maxime Cottret authored
      Return 0 when a resource is active, the used metric
      exists but no value have been stored for the current
      collect period.
      
      Thus, unit conversion won't fail anymore
      
      Change-Id: Ieeb6e53042c10b43383b3ecbcfe7d273ff9fd17e
      Closes-Bug: #1671841
      65321751
  23. 14 Apr, 2017 1 commit
  24. 02 Apr, 2017 1 commit
  25. 30 Mar, 2017 1 commit
    • XieYingYun's avatar
      Remove unnecessary setUp function in testcase · 1847864d
      XieYingYun authored
      In testcase, setUp will be called automatically. This patch used to
      remove setUp functions that do nothing. Besides, it will keep code clean.
      
      Change-Id: I8ed9bbd39794507e640fe45c21ab27e359fa7c9b
      1847864d
  26. 16 Mar, 2017 1 commit
  27. 15 Mar, 2017 1 commit
  28. 09 Mar, 2017 1 commit
    • Maxime Cottret's avatar
      Fix incorrect rating for network.floating · dd711706
      Maxime Cottret authored
      The volume of floating.ip pushed by ceilometer (whatever backend
      used) is the numerical status of the floating, leading to an
      incorrect rating by CK.
      
      With ceilometer collector, the value is already forced to 1 (as
      for compute). This patch fixes the bug for the gnocchi collector.
      
      Change-Id: I974db35a87c3a791f25e19dbbeac77a4fae0a25f
      Closes-Bug: #1659491
      dd711706
  29. 07 Mar, 2017 2 commits