1. 02 Nov, 2019 1 commit
    • Andreas Jaeger's avatar
      Replace lib-forward-testing-plugin · df831efa
      Andreas Jaeger authored
      This repo is the only user of lib-forward-testing-plugin template,
      replace it with a native integration job that installs all repos from
      source and runs ceilometer - as the only job in
      lib-forward-testing-plugin does.
      
      Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34
      (cherry picked from commit e0c8d972)
      df831efa
  2. 19 Apr, 2019 1 commit
  3. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 3f039936
      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: Ice022374a018229749c54b1114bd4e28d326697c
      Story: #2002586
      Task: #24339
      3f039936
  4. 26 Jun, 2017 1 commit
    • Mehdi Abaakouk's avatar
      retrieve project id to ignore from keystone · 387c1797
      Mehdi Abaakouk authored
      We currently allows only project uuid, but this is a pain for deployer.
      Also the default is a project name which doesn't work...
      
      This change queries keystone to retrieve project ids when the
      ignore_projects list are names.
      
      By default, if auth_type is not set, we keep the previous behavior to
      not query keystone.
      
      This change also vendors keystoneauth1.loading.adapter that wasn't
      exists in ocata version of keystoneauth1.
      
      (cherry picked from commit e2bf4850)
      
      Fix default service project to "service"
      
      Both devstack and TripleO uses "service" by default.
      Nothing uses "services".
      
      (cherry picked from commit fbd048f4)
      
      Change-Id: I270d080d3e65eb6b0cd823498a4dd37389c49221
      387c1797
  5. 15 Mar, 2017 1 commit
  6. 15 Feb, 2017 1 commit
  7. 07 Nov, 2016 1 commit
  8. 17 Oct, 2016 1 commit
  9. 11 Oct, 2016 1 commit
  10. 06 Oct, 2016 1 commit
    • Andreas Jaeger's avatar
      Enable release notes translation · 1c98aaa8
      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: I53d883cdcd947b2c0c9fb55330b7ee70430f25cc
      1c98aaa8
  11. 23 Sep, 2016 1 commit
  12. 14 Sep, 2016 1 commit
  13. 07 Sep, 2016 1 commit
  14. 05 Sep, 2016 1 commit
    • xiaozhuangqing's avatar
      Bump the oslo.messaging version · 0cd611b8
      xiaozhuangqing authored
      Bump the oslo.messaging version to 5.2.0
      to avoid the issue occurred with Ceilometer py34 jenkins job, see:
      Icb34a7f0e03662868aa0ce6e060c5e951711b79e
      
      Change-Id: I78cfd58582070028d85e663c7502b1fd765cf174
      0cd611b8
  15. 01 Sep, 2016 1 commit
    • xiaozhuangqing's avatar
      clean up oslo-incubator related stuff · a8dde3fb
      xiaozhuangqing authored
      Oslo-incubator has retired, so don't keep oslo-incubator
      related stuff here,delete openstack.common.conf file.
      
      Change-Id: I2c38b74013fad004c086bd1e5a1dc16f301f6ab1
      a8dde3fb
  16. 30 Aug, 2016 1 commit
  17. 11 Aug, 2016 1 commit
  18. 03 Aug, 2016 1 commit
  19. 28 Jul, 2016 2 commits
  20. 27 Jul, 2016 4 commits
  21. 26 Jul, 2016 1 commit
    • Darren Hague's avatar
      Fix bug in background sending · e2e48b5d
      Darren Hague authored
      Thread's daemon property needs to be set from calling thread.
      Ensure thread is alive whenever we add an event to the queue (for some reason, this is not the case for the first event when this is deployed in a swift proxy setup).
      
      Change-Id: I9a8fad8036a0887653d2ad5f99f6b5b1b953c2db
      e2e48b5d
  22. 21 Jul, 2016 2 commits
  23. 16 Jul, 2016 1 commit
  24. 13 Jul, 2016 1 commit
  25. 11 Jul, 2016 2 commits
    • Darren Hague's avatar
      Add background thread notifier sending ability · c7cba1fe
      Darren Hague authored
      Add ability to hand off notifier event sending to a queue processed by
      a background thread so as not to block swift proxy. This fixes an
      issue whereby if ceilometer's RabbitMQ went down then the swift proxy
      would wait for it to come back up, effectively coupling Swift's
      availabiilty to that of Ceilometer's RabbitMQ.
      Background sending is activated by setting config item
      'nonblocking_notify' to True.
      Queue size defaults to 1000, which can be overridden by setting config
      item 'send_queue_size'. If the queue is full, new events are discarded.
      
      Change-Id: I3da2b88b2bc9b7fd8c572a0085fa1d78c4f54701
      c7cba1fe
    • Mehdi Abaakouk's avatar
      Upgrade hacking · 295e796a
      Mehdi Abaakouk authored
      Change-Id: I09ea520e2f18550c0f9b64bb94bc810cf5578f07
      295e796a
  26. 10 May, 2016 5 commits
  27. 06 May, 2016 1 commit
  28. 29 Apr, 2016 1 commit
  29. 19 Apr, 2016 2 commits