1. 19 Apr, 2019 1 commit
  2. 23 Nov, 2018 1 commit
    • Thomas Herve's avatar
      Don't override sections in deep_update · 5619c0f7
      Thomas Herve authored
      When you comment all the elements in a YAML mapping, you end up with
      None instead of an empty mapping, which can have bad side effect when
      handling multiple environemnents. Let's handle that by ignoring the
      latest None value.
      
      Change-Id: I77ffabeb8d4cd2886ef4f41351e42ebe487b5d4b
      (cherry picked from commit 2a8ce0d0)
      5619c0f7
  3. 08 Sep, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · fdc7ba60
      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
      
      Remove tools/tox_install.sh, it breaks docs build and is not needed.
      
      Change-Id: Ia67b1f43d96c71bb3199bac413fef99e105e6601
      Story: #2002586
      Task: #24298
      fdc7ba60
  4. 27 Sep, 2017 3 commits
  5. 21 Sep, 2017 1 commit
  6. 11 Aug, 2017 1 commit
  7. 28 Jul, 2017 2 commits
  8. 27 Jul, 2017 1 commit
  9. 26 Jul, 2017 1 commit
  10. 23 Jul, 2017 1 commit
  11. 21 Jul, 2017 1 commit
  12. 19 Jul, 2017 2 commits
  13. 13 Jul, 2017 1 commit
  14. 12 Jul, 2017 2 commits
  15. 05 Jul, 2017 1 commit
  16. 03 Jul, 2017 1 commit
  17. 12 Jun, 2017 1 commit
  18. 10 Jun, 2017 1 commit
  19. 05 Jun, 2017 1 commit
  20. 27 May, 2017 1 commit
  21. 23 May, 2017 1 commit
  22. 19 May, 2017 1 commit
  23. 17 May, 2017 4 commits
  24. 09 May, 2017 1 commit
    • rabi's avatar
      Don't encode path separators · a625d3bb
      rabi authored
      Encoding the path separators results in urls refused by by apache
      with 404 unless AllowEncodedSlashes is turned on, which is not
      the default.
      
      The existing encoding of path separators seems unnecessary.
      
      Change-Id: I3b77aafc6104119503363e5db36b0379964daba5
      a625d3bb
  25. 27 Apr, 2017 1 commit
    • huangtianhua's avatar
      Remove support for py34 · 241265c5
      huangtianhua authored
      The gating on python 3.4 is restricted to <= Mitaka. This is due to
      the change from Ubuntu Trusty to Xenial, where only python3.5 is
      available. There is no need to continue to keep these settings.
      
      Change-Id: I3a2fc7779fa0c806827d9eda2ffdbc207788b22d
      241265c5
  26. 26 Apr, 2017 1 commit
    • ricolin's avatar
      Add '--yes' for openstack stack snapshot delete · e2d92f79
      ricolin authored
      Add optional arguments '--yes' or '-y' in osc cli `openstack stack
      snapshot delete`. There is no judgement before use that cli
      So propose to add it in case that we delete the snapshot unintentionally.
      Closes-Bug: #1642874
      
      Change-Id: If7b515dff64a18f56046b890279c2c59b0ab9dc7
      e2d92f79
  27. 19 Apr, 2017 2 commits
  28. 12 Apr, 2017 1 commit
  29. 07 Apr, 2017 1 commit
  30. 03 Apr, 2017 1 commit
  31. 31 Mar, 2017 1 commit