1. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · e7685d5d
      Andreas Jaeger authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      
      Change-Id: I28b14bfc8430d75271308ee91925e58b55b6dcc2
      e7685d5d
  2. 30 Jan, 2020 1 commit
    • Jason Anderson's avatar
      Don't fetch entire list when looking up by ID · 3f30c49c
      Jason Anderson authored
      Blazar APIs support directly fetching a resource (whether host, floating
      ip, or lease) with its ID. However, the default logic for this includes
      a block that supports additionally looking up the resource by name (to
      allow looking up e.g., a lease by it's name.) This requires fetching the
      entire list of all resources and iterating over them until a match is
      found, which is very inefficient. Moreover, this branch would be taken
      even if the input was already a UUID.
      
      This commit changes that behavior so that if a UUID is provided, it is
      used to directly fetch the resource, which seems to be what the original
      intent was in the first place.
      
      Change-Id: I5b1ccf4abfe4aa9068bc011764cac4b3507ef697
      3f30c49c
  3. 20 Jan, 2020 1 commit
  4. 06 Dec, 2019 1 commit
    • Tetsuro Nakamura's avatar
      Stop testing with py2 · aa7690b4
      Tetsuro Nakamura authored
      Python 2 is no longer supported. Python 3 is required.
      This patch stops testing with Python 2 and issues the release note.
      
      Change-Id: I7dc416927ea23d581dbee366d54a733ee53498cf
      aa7690b4
  5. 22 Oct, 2019 1 commit
  6. 13 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 0965a4ee
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Ie9a285b88b2544ff7f73ed9de7aade432b681d08
      Sem-Ver: feature
      0965a4ee
  7. 11 Sep, 2019 1 commit
  8. 10 Sep, 2019 1 commit
    • Pierre Riteau's avatar
      Parse required_floatingips parameter as a JSON array · 91839508
      Pierre Riteau authored
      An API request to create a floating IP reservation is expected to pass
      the required_floatingips parameter as a list, not as a string. Modify
      the CLI to parse required_floatingips as a JSON array so it can be
      passed to the API in the right format.
      
      Change-Id: Ia84ceb881f0889266c8f0349a1ffb047597bac2d
      Closes-Bug: #1843258
      91839508
  9. 22 Aug, 2019 1 commit
  10. 20 Aug, 2019 2 commits
  11. 23 Jul, 2019 1 commit
  12. 21 Jun, 2019 1 commit
  13. 06 Jun, 2019 1 commit
  14. 30 May, 2019 1 commit
  15. 23 Apr, 2019 1 commit
  16. 19 Apr, 2019 1 commit
  17. 14 Apr, 2019 1 commit
  18. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 84089189
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I50cd486f57ba1ce7adaae87866a720f14d7581f2
      Sem-Ver: feature
      84089189
  19. 15 Feb, 2019 1 commit
  20. 29 Jan, 2019 2 commits
  21. 03 Jan, 2019 1 commit
  22. 20 Dec, 2018 1 commit
  23. 17 Dec, 2018 1 commit
  24. 11 Dec, 2018 2 commits
  25. 04 Dec, 2018 2 commits
  26. 29 Nov, 2018 1 commit
  27. 28 Nov, 2018 1 commit
  28. 19 Sep, 2018 1 commit
  29. 14 Sep, 2018 1 commit
  30. 24 Aug, 2018 3 commits
  31. 15 Aug, 2018 1 commit
  32. 10 Aug, 2018 1 commit
  33. 08 Aug, 2018 1 commit
    • Pierre Riteau's avatar
      Fix exception message when there are leases with the same name · 92e26f34
      Pierre Riteau authored
      The resource variable, originally containing the resource type, i.e.
      'lease', was reassigned with a lease object before being used in the
      exception message. As a result, the message displayed a dictionary of
      lease values, instead of "type 'lease'".
      
      Change-Id: If4cb03cfb4a895c11e3952f0f1b79e0c7d14de8c
      Closes-Bug: #1786030
      92e26f34
  34. 27 Jul, 2018 1 commit