1. 07 Jul, 2022 1 commit
  2. 21 Jun, 2022 1 commit
  3. 03 Jun, 2022 1 commit
    • Michael Johnson's avatar
      Fix missing --target-project-id for transfer req · fba1354e
      Michael Johnson authored
      The zone transfer request set command was missing the
      --target-project-id option so you cannot change the target project ID of
      a zone transfer request after creation with the CLI.
      This option is supported by the API and documented in the API reference
      guide.
      This patch adds this option.
      
      Closes-Bug: #1977625
      Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
      fba1354e
  4. 25 May, 2022 2 commits
  5. 30 Apr, 2022 1 commit
  6. 03 Mar, 2022 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/yoga · 2bc8916f
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/yoga.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/yoga.
      
      Sem-Ver: feature
      Change-Id: I7e320e9e6b298a0200c2f214992ff0f49289da57
      2bc8916f
  7. 17 Feb, 2022 1 commit
  8. 24 Dec, 2021 1 commit
    • kpdev's avatar
      Add profiling support to designateclient · 52e9ef4a
      kpdev authored
      To be able to create profiling traces for Designate, client should
      be able to send special HTTP header that contains trace info.
      
      Don't worry no security issue here, trace information is signed by HMAC
      key that is setted in api-paste.ini. So only person that knows HMAC key
      is able to send proper header.
      
      Main patch (in Designate) is:
      https://review.opendev.org/c/openstack/designate/+/773574
      
      Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
      52e9ef4a
  9. 21 Dec, 2021 1 commit
  10. 07 Dec, 2021 1 commit
    • Erik Olof Gunnar Andersson's avatar
      Add basic osc unit tests · 87e9b333
      Erik Olof Gunnar Andersson authored
      We currently have no unit test coverage for the
      cli (openstack) implementation. This adds some very
      basic coverage that we can later expand upon.
      
      Change-Id: Ibf06cfcbf4f7c12957cf5aa0ba8de66e0554f4d0
      87e9b333
  11. 30 Nov, 2021 1 commit
    • Michael Johnson's avatar
      Add Designate hacking checks to the client · 15a0070d
      Michael Johnson authored
      This patch adds the Designate hacking checks to also run against
      the Designate client code to maintain consistent style
      checking across the Designate repositories.
      
      It also resolves one style check failure.
      
      Change-Id: I09786482b2e7fecaa3d4484c9b1a017fae04cfea
      15a0070d
  12. 29 Nov, 2021 1 commit
  13. 25 Nov, 2021 1 commit
    • Michael Chapman's avatar
      Remove edit-managed from unsupported commands · 94e7e97e
      Michael Chapman authored
      --edit-managed sets a header x-designate-edit-managed-records
      that indicates the current request wishes to modify managed records
      such as the SOA or NS record created for a zone. This is only used
      by the recordset update and delete API methods so can be removed
      elsewhere.
      
      Closes-Bug: 1928411
      
      Change-Id: I18bfdae045c8b5e589075865eb024cee4852d8f9
      94e7e97e
  14. 24 Nov, 2021 5 commits
  15. 23 Nov, 2021 3 commits
  16. 20 Oct, 2021 1 commit
    • Michael Johnson's avatar
      Clarify that name or ID can be used on TLDs · 5fbc5b11
      Michael Johnson authored
      We had a question about whether the TLD name could be used as the
      "id" positional argument when show/set/delete a TLD.
      This patch clarifies that names or IDs will work with those commands
      in the OpenStack client.
      
      Change-Id: I93952596f3c82ae37d903a8ea4dd8700ae8fc314
      5fbc5b11
  17. 25 Sep, 2021 1 commit
  18. 24 Sep, 2021 1 commit
    • Jens Harbott's avatar
      Bump lower-constraint for decorator to 4.2.1 · a29f2afc
      Jens Harbott authored
      This patch bumps the lower-constraint for decorator to 4.2.1
      to resolve a setuptools incompatibility with the usage of 2to3 in
      decorator < 4.0.0. Version 4.2.1 of decorator is currently the
      packaged version included in centos 8/stream.
      
      Change-Id: Ib74fd9ebbea7496fd3e7f453e618b218f8859f6f
      a29f2afc
  19. 10 Sep, 2021 2 commits
  20. 28 May, 2021 1 commit
  21. 12 May, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · 6a8f10a8
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I2447dd697d0282c22cbadc775b87df186e46bf42
      6a8f10a8
  22. 28 Apr, 2021 1 commit
  23. 26 Mar, 2021 1 commit
    • Michael Johnson's avatar
      Remove six and update lower-constraints appdirs · 820f1e9a
      Michael Johnson authored
      This patch removes the use of "six" as the package declares only
      python3 support.
      It also updates the appdirs lower-constraint to 1.4.0 to support
      pip. This version is available on both centos8 and focal.
      It also removes the linter related packages from lower-constraints.
      
      Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
      820f1e9a
  24. 18 Mar, 2021 2 commits
  25. 11 Mar, 2021 1 commit
  26. 09 Mar, 2021 5 commits
  27. 03 Feb, 2021 1 commit