1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · d69b8813
      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: I67af1c7dc5d0d28d8d45a4b3c47b008e391d4071
      Story: #2002586
      Task: #24339
      d69b8813
  4. 12 Jul, 2018 1 commit
  5. 06 Jul, 2018 1 commit
    • Seyeong Kim's avatar
      Support same projects in different domain · 59e31c46
      Seyeong Kim authored
      Getting 500 error when there are same project name
      in different domain.
      Selecting one domain from service_credentials.
      e.g. services(or service) projects are in default and service_domain
      having differrent id. so this selects default's services project
      instead of service_domain's services project
      
      This is backported from e923493e
      
      Change-Id: I3f12811684a49794bca87c4a10b18d45879da773
      Closes-Bug: #1776375
      59e31c46
  6. 22 Feb, 2018 1 commit
  7. 21 Feb, 2018 1 commit
    • gord chung's avatar
      use telemetry-tempest-plugin · 37f0e708
      gord chung authored
      the code[1] we needed from tempest was removed.
      
      [1] I1c02fd88c3d93b511ff4a6b54b668ebd306481a9
      
      Change-Id: I0b0d418772949b89af6072269745eab5f110bc80
      37f0e708
  8. 08 Feb, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · c3ff57a2
      James E. Blair authored
      Zuul no longer requires the project-name for in-repo configuration.
      Omitting it makes forking or renaming projects easier.
      
      Change-Id: Ie5e6b14f2f4c317234a77b0255a912b3ff5c7baa
      c3ff57a2
  9. 20 Dec, 2017 1 commit
    • Mehdi Abaakouk's avatar
      storage: fix upgrade when password contains a % · f0ec11ee
      Mehdi Abaakouk authored
      oslo.config doesn't support %{} or %() variable interpolation while
      ConfigParser does.
      
      So when a password contains a '%', it's fine for oslo.config
      But the Python ConfigParser will raise the exception.
      
      Since alembic use ConfigParser and not oslo.config, we have to escape
      the url ourself.
      
      This is not a big deal since, we don't want alembic doing variable
      interpolation.
      
      Change-Id: If7bfe7f082f4352fb49992a2216f2dd5b8993711
      (cherry picked from commit 268c1e8e)
      f0ec11ee
  10. 19 Dec, 2017 1 commit
  11. 29 Oct, 2017 1 commit
    • James E. Blair's avatar
      Zuul: add file extension to playbook path · ed3ce41f
      James E. Blair authored
      Zuul now supports including the file extension on the playbook path
      and omitting the extension is now deprecrated.  Update references
      to include the extension.
      
      Change-Id: I5ea785cb3592b409dee9e354aeb78bd3d7246ef0
      ed3ce41f
  12. 18 Oct, 2017 1 commit
  13. 28 Sep, 2017 1 commit
  14. 12 Sep, 2017 1 commit
    • gord chung's avatar
      remove gnocchiclient cap · 2174215b
      gord chung authored
      new ostestr is different and is breaking gate. i don't think we
      really need ostestr since we don't use it in any of the projects
      under Telemetry. so to remain consistent and simple, just follow
      similar pattern.
      
      Change-Id: I742de2107cf56ef8b223fa1431529e706cc52377
      (cherry picked from commit 6005f80f)
      
      fix remaining usage of recently changed client init interface.
      fix req as we don't need it anymore.
      
      Related-Bug: #1714483
      Change-Id: I3d7652d294d8082a5ef526d1e51add8056dc3114
      (cherry picked from commit 3227ae93)
      2174215b
  15. 05 Sep, 2017 1 commit
    • gord chung's avatar
      support new gnocchiclient interface · 591bdcc4
      gord chung authored
      support for explicitly setting interface/regoin_name was changed in
      gnocchiclient 3.1 and remove in gnocchiclient 4.
      Closes-Bug: #1714483
      
      Change-Id: I7ef25df606e07c6c235afa286ae83450488cd8e0
      (cherry picked from commit 59355a39)
      591bdcc4
  16. 21 Aug, 2017 1 commit
  17. 18 Aug, 2017 1 commit
  18. 15 Aug, 2017 1 commit
    • Zane Bitter's avatar
      Don't allow the user to pass in a trust ID · cb90d3ad
      Zane Bitter authored and Julien Danjou's avatar Julien Danjou committed
      Since Aodh uses trust IDs stored in alarm URLs unconditionally - without
      checking for tenant safety - it is not safe to allow users to pass in their own
      trust IDs. Forbid this and allow only trusts created by Aodh to be used. It is
      highly unlikely that there is any (legitimate) use of this feature in the wild,
      since allowing Aodh to create the trust is easier anyway.
      
      Change-Id: I8fd11a7f9fe3c0ea5f9843a89686ac06713b7851
      Closes-Bug: #1649333
      cb90d3ad
  19. 10 Aug, 2017 1 commit
  20. 08 Aug, 2017 1 commit
  21. 02 Aug, 2017 3 commits
  22. 31 Jul, 2017 2 commits
  23. 28 Jul, 2017 1 commit
  24. 27 Jul, 2017 2 commits
  25. 25 Jul, 2017 3 commits
  26. 24 Jul, 2017 3 commits
  27. 19 Jul, 2017 1 commit
    • Hangdong Zhang's avatar
      Update aodh commands in doc · ad00e3a5
      Hangdong Zhang authored
      There were some commands in doc out of date and can not work now.
      By the way, I also unified "ALARM*"->"ALARM_*" in a command.
      
      PS: It seems someone have done partial works for the bug
      
      Change-Id: Id854b4bc787c5c036da9045736ce3f37b0d83ce4
      Closes-Bug: #1704251
      ad00e3a5
  28. 18 Jul, 2017 5 commits