1. 10 Sep, 2020 1 commit
  2. 08 Sep, 2020 1 commit
    • Jason Anderson's avatar
      Use KSA loading to support more auth methods · 886a4d35
      Jason Anderson authored
      Currently Blazar has hard-coded support for only two login methods:
      'token' and 'password'. There are many more auth mechanisms supported by
      Keystone and the clients. The complexity of parsing arguments and
      constructing an auth/session entity is taken care of in the
      keystoneauth1.loading module, which this commit takes advantage of.
      
      Change-Id: I7173d1880c8938ac54a0fb3495417f5ce40db4e7
      886a4d35
  3. 27 Aug, 2020 1 commit
    • Jason Anderson's avatar
      Fixup failing tests due to passing date threshold · 1632a196
      Jason Anderson authored
      Some of the tests rely on a hard-coded date being actually in the past
      when the test runs. This fixes that by fixing the value of utctime when
      the test executes to a date in the past relative to the test input.
      
      Change-Id: Iccb57dca5c1130a0e6ca88e9ca387fc218891369
      1632a196
  4. 18 Aug, 2020 1 commit
    • Pierre Riteau's avatar
      Fix test_args2body_start_now unit test · 14846e19
      Pierre Riteau authored
      The test_args2body_start_now unit test started failing because the end
      date was set to August 9, 2020 which is now in the past.
      
      Change-Id: I8cc4f4ec7bf2af5bdfef37253801fd4c970b7977
      14846e19
  5. 09 Jul, 2020 1 commit
  6. 23 Jun, 2020 1 commit
  7. 02 Jun, 2020 1 commit
  8. 22 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 2917320d
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I84ad61a25101e9bcf67908382d272b447b605fd9
      2917320d
  9. 02 May, 2020 1 commit
  10. 09 Apr, 2020 2 commits
  11. 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
  12. 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
  13. 20 Jan, 2020 1 commit
  14. 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
  15. 22 Oct, 2019 1 commit
  16. 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
  17. 11 Sep, 2019 1 commit
  18. 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
  19. 22 Aug, 2019 1 commit
  20. 20 Aug, 2019 2 commits
  21. 23 Jul, 2019 1 commit
  22. 21 Jun, 2019 1 commit
  23. 06 Jun, 2019 1 commit
  24. 30 May, 2019 1 commit
  25. 23 Apr, 2019 1 commit
  26. 19 Apr, 2019 1 commit
  27. 14 Apr, 2019 1 commit
  28. 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
  29. 15 Feb, 2019 1 commit
  30. 29 Jan, 2019 2 commits
  31. 03 Jan, 2019 1 commit
  32. 20 Dec, 2018 1 commit
  33. 17 Dec, 2018 1 commit
  34. 11 Dec, 2018 2 commits
  35. 04 Dec, 2018 2 commits