1. 19 Jun, 2019 1 commit
  2. 19 Apr, 2019 1 commit
  3. 24 Mar, 2019 1 commit
  4. 08 Nov, 2018 1 commit
    • Elod Illes's avatar
      Remove jenkins user from post_test_hook.sh · e1e81328
      Elod Illes authored
      aodh-dsvm-functional-mysql and aodh-dsvm-functional-postgresql jobs
      fail on stable/ocata with:
        "chown: invalid user: jenkins:jenkins"
      
      This patch is only needed on stable/ocata as on newer branches does
      not contain this post-test hook anymore.
      
      Change-Id: I084959f672c33f942c732953ea039f975091499d
      e1e81328
  5. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 22be1424
      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: I786172f269415ad7dcf1437dc9f1f8c27bb7151f
      Story: #2002586
      Task: #24339
      22be1424
  6. 23 Feb, 2018 1 commit
  7. 22 Feb, 2018 1 commit
    • gord chung's avatar
      use telemetry-tempest-plugin · d4bc87af
      gord chung authored
      the code[1] we needed from tempest was removed.
      
      [1] I1c02fd88c3d93b511ff4a6b54b668ebd306481a9
      
      Change-Id: I0b0d418772949b89af6072269745eab5f110bc80
      (cherry picked from commit 37f0e708)
      d4bc87af
  8. 13 Feb, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · 49f05220
      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: Ib7cffd1b06b81c0c31fd2f6f3894d3810117cea9
      49f05220
  9. 20 Dec, 2017 1 commit
    • Mehdi Abaakouk's avatar
      storage: fix upgrade when password contains a % · c77c0aac
      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)
      c77c0aac
  10. 19 Dec, 2017 1 commit
  11. 23 Nov, 2017 1 commit
    • Andreas Jaeger's avatar
      Fix releasenote RST syntax · 4a55fca2
      Andreas Jaeger authored
      Add an empty line so that display of the release notes works and it gets
      passed as proper RST enumeration. Fix also a typo.
      
      Additionally, cap oslotest to < 3.0 since version 3.0 removes Mockpatch
      which the tests uses. This fixes failing functional tests.
      
      Change-Id: I994aa3cf173ec8a9412239544e3269aca17adc25
      (cherry picked from commit de4eb0c8)
      4a55fca2
  12. 29 Oct, 2017 1 commit
    • James E. Blair's avatar
      Zuul: add file extension to playbook path · 221a74ec
      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: If0052ee3a357c332d3c069c2c58446e25d1a0374
      221a74ec
  13. 25 Oct, 2017 1 commit
  14. 20 Oct, 2017 1 commit
  15. 28 Sep, 2017 1 commit
  16. 06 Sep, 2017 1 commit
    • gord chung's avatar
      cap gnocchiclient · 7fcc8a13
      gord chung authored
      aodh is set to gnocchiclient>=2.1.0. therefore, it cannot support
      gnocchiclient 4.0.0+ without breaking 2.1.0 constraint. cap its
      requirement
      
      Change-Id: I9017b284dfc13ca638d091fbc76b29ef2dda4003
      7fcc8a13
  17. 15 Aug, 2017 1 commit
    • Zane Bitter's avatar
      Don't allow the user to pass in a trust ID · ab45afcf
      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
      ab45afcf
  18. 25 Jul, 2017 1 commit
    • Ken'ichi Ohmichi's avatar
      Switch to use stable data_utils · ad7f339b
      Ken'ichi Ohmichi authored
      Tempest provides stable library interfaces under tempest.lib.
      This patch switches to use it for data_utils.
      
      Change-Id: I10b5877b12e2c28515b49c8b9221590cb7aa4f30
      (cherry picked from commit 55e63d4e)
      ad7f339b
  19. 12 Jul, 2017 2 commits
    • Jenkins's avatar
    • Mehdi Abaakouk's avatar
      gnocchi: fix alarms for unpriviledged user · 6aee6e17
      Mehdi Abaakouk authored
      When an unprivileged user want to access to Gnocchi resources
      created by Ceilometer, that doesn't work because the filter scope
      the Gnocchi query to resource owner to the user. To fix we introduce
      a new configuration option "gnocchi_external_project_owner" set by
      default to "service". The new filter now allow two kind of Gnocchi
      resources:
      * owned by the user project
      * owned by "gnocchi_external_project_owner" and the orignal project_id
        of the resource is the user project.
      
      Closes-bug: #1703824
      Change-Id: I0c86736a902a21520da18550aea0a7d1549bb24e
      (cherry picked from commit b0bdd432)
      6aee6e17
  20. 26 Jun, 2017 2 commits
    • gord chung's avatar
      cleanup aodh config instructions in install guide · 8eb52190
      gord chung authored
      aodh only supports sql in ocata
      
      Change-Id: I66d8da9d099c9e5ba17aa29bc02c3043cdd2f5b5
      (cherry picked from commit 132de83e)
      8eb52190
    • gord chung's avatar
      simplify crud notification test · 0ffb1da9
      gord chung authored
      test_alarms_sends_notification will hang forever if it fails.
      we don't really need to test that its notification is received by
      other, just that it sends a notification. drop the test so it
      verifies only that.
      
      also, uncap pbr to resolve requirements conflict
      
      Change-Id: I99f9996e5a3dd1e652d4142c7b596ae87da5e698
      (cherry picked from commit b231f83f)
      0ffb1da9
  21. 01 May, 2017 1 commit
    • Mehdi Abaakouk's avatar
      Remove deprecated oslo.config messages. · 27be7363
      Mehdi Abaakouk authored
      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.
      
      This option have never been useful, and now the default is already True.
      So we don't need to raise requirement for this.
      
      Change-Id: I042a5d98748e2b2c6ee8307340aa6056bf0a1dfd
      (cherry picked from commit d8e33f78)
      27be7363
  22. 13 Apr, 2017 1 commit
  23. 11 Apr, 2017 1 commit
    • gord chung's avatar
      cap ocata libs from pbr · 8ca7f267
      gord chung authored
      pike libs don't work with ocata because they require pbr>=2.0.0 and
      ocata is the opposite. upper cap the libs that are conflicting.
      
      Change-Id: I8eabc0649114f18f9f93fa342999ebd645107dc6
      8ca7f267
  24. 27 Mar, 2017 1 commit
    • Petr Kovar's avatar
      [install-guide] Minor edits · d72a3bc8
      Petr Kovar authored
      * Fix markup
      * Add more links
      * Don't include an unfinished page
      
      Change-Id: I901f611349feecf56eb18dea425ee655549eeb43
      (cherry picked from commit 62b81915)
      d72a3bc8
  25. 23 Feb, 2017 1 commit
  26. 02 Feb, 2017 1 commit
  27. 31 Jan, 2017 1 commit
  28. 27 Jan, 2017 1 commit
    • ghanshyam's avatar
      Switch to decorators.idempotent_id · 4109e313
      ghanshyam authored
      test.idempotent_id is being kept temporary to migrate
      to new lib interface. Now idempotent_id is available as Tempest stable
      interface decorators and all plugins tests using the old decorator
      should be switched to new interface.
      
      In future, Once all plugins are switched to new decorator Tempest
      will remove the test.idempotent_id
      
      Change-Id: I20ef363a008b1c01652015cc2ada69777b8859d9
      Related-Bug: 1616913
      4109e313
  29. 23 Jan, 2017 2 commits
  30. 20 Jan, 2017 5 commits
  31. 19 Jan, 2017 1 commit
  32. 17 Jan, 2017 2 commits