1. 19 Apr, 2019 1 commit
  2. 04 Oct, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 75746838
      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
      
      Switch aodh to install from stable/ocata and not from
      master to fix jobs.
      
      Change-Id: Ie8d08c81b26fc97370185716d467f67be167f0ab
      Story: #2002586
      Task: #24339
      75746838
  3. 31 Jan, 2017 1 commit
  4. 22 Jan, 2017 1 commit
  5. 21 Jan, 2017 1 commit
  6. 17 Jan, 2017 1 commit
    • houweichao's avatar
      Modified the help info. · b5e29ecd
      houweichao authored
      When get or set the state of alarm, the help infomation is shown
      as "Delete the alarm" which is wrong. This commit modified the
      help infomation.
      
      Change-Id: I148e1a2b0fe44cc136a81cac1ac3a425449bfa61
      b5e29ecd
  7. 04 Jan, 2017 2 commits
  8. 20 Dec, 2016 1 commit
  9. 07 Dec, 2016 1 commit
  10. 07 Nov, 2016 1 commit
  11. 14 Oct, 2016 1 commit
  12. 06 Oct, 2016 1 commit
    • Andreas Jaeger's avatar
      Enable release notes translation · 6c185c5e
      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: Ia09573b300c05c53b5cee68472b0bb2b8945c391
      6c185c5e
  13. 27 Sep, 2016 1 commit
  14. 23 Sep, 2016 1 commit
  15. 13 Sep, 2016 1 commit
  16. 07 Sep, 2016 1 commit
    • Doug Hellmann's avatar
      Update reno for stable/newton · 028a4af3
      Doug Hellmann authored
      In order to support automatically updating the release notes when we
      create stable branches, we want the pages to be in a standard order.
      This patch updates the order to be reverse chronological, so the most
      recent notes appear at the top.
      
      Change-Id: If79ffa54e2a541f0fd983930de915fbea4be8bd9
      028a4af3
  17. 05 Sep, 2016 1 commit
    • xiaozhuangqing's avatar
      Remove 'MANIFEST.in' · b5a438e8
      xiaozhuangqing authored
      Everything in this file is automatically generated by pbr.
      There appears to be no good reason to keep it around.
      
      Change-Id: I87856acf2e5f200aa1cb7bf3f641c6081bcc935d
      b5a438e8
  18. 29 Aug, 2016 1 commit
  19. 23 Aug, 2016 1 commit
    • Jon Schlueter's avatar
      Use osc-lib instead of openstackclient · db33c2c5
      Jon Schlueter authored
      osc-lib is a package of common support modules for writing
      OSC plugins.  all common functions, classes such as exceptions,
      utils, logs and so on have been moved from openstackclient to
      osc-lib.
      
      So use osc-lib instead of openstackclient
      
      Depends-On: I095209c241876c6ab48595962e07144fc5cc34a6
      Change-Id: Id864c001b35c2ff3f3d92cdd8df97d0206c607c3
      db33c2c5
  20. 05 Aug, 2016 1 commit
  21. 03 Aug, 2016 1 commit
  22. 02 Aug, 2016 1 commit
  23. 26 Jul, 2016 1 commit
  24. 21 Jul, 2016 1 commit
  25. 18 Jul, 2016 1 commit
  26. 14 Jul, 2016 1 commit
    • PanFengyun's avatar
      Add Python 3.5 classifier and venv · 2a559933
      PanFengyun authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ieefefface8c9d40d60f9a11e7fc789dc4ae76cb5
      2a559933
  27. 16 Jun, 2016 2 commits
    • Kevin_Zheng's avatar
      Add event_id for alarm-history display · f39ec434
      Kevin_Zheng authored
      We only shows timestamp, type, and detail when calling alarm-history show;
      As for the pagination implementation, alarm-history can only marked using
      event_id, so it is not easy to use for CLI users, we should also provide
      event_id when we display the results.
      
      Change-Id: I2f8cf1d2dd9d6ddf28652ad8ccb4a25d2ec1082b
      Closes-bug: #1589480
      f39ec434
    • Kevin_Zheng's avatar
      Add pagination support in Aodhclient · 3f3087f5
      Kevin_Zheng authored
      Aodh now supports pagination. We should add it for
      aodh client.
      
      Change-Id: Ia0163cf1330dfec8880058c88966263c2e971f3c
      Closes-Bug: #1538927
      3f3087f5
  28. 15 Jun, 2016 1 commit
  29. 14 Jun, 2016 1 commit
  30. 02 Jun, 2016 2 commits
  31. 30 May, 2016 3 commits
  32. 29 May, 2016 1 commit
    • ZhiQiang Fan's avatar
      improve threshold & event alarm query formatting · 1bfa6e23
      ZhiQiang Fan authored
      Current alarm query row for threshold & event alarm is simply
      str(query), which looks bad. This patch follows the output format
      in previous Ceilometer alarm commands, that we split multiple
      queries to multple rows, each row prints a query condition.
      
      Change-Id: I26ed1b07085dad76a1b3fb283cbd8eb57f9fa0c8
      Closes-Bug: #1586763
      1bfa6e23
  33. 25 May, 2016 1 commit
    • liyuanzhen's avatar
      Add explanation for how to get meter name · 88baac57
      liyuanzhen authored
      when creating a threshold alarm, the --meter-name parameter must
      be required. Giving an explanation for how to get meter name is
      convenient for user.
      
      Change-Id: Ide25be46bf91e1505f8307f473e217f187301820
      Closes-Bug: #1582999
      88baac57
  34. 19 May, 2016 2 commits