1. 10 Jun, 2022 2 commits
  2. 09 Jun, 2022 1 commit
  3. 08 Jun, 2022 1 commit
    • Michael Johnson's avatar
      Fix missing --target-project-id for transfer req · e5ec080a
      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
      (cherry picked from commit fba1354e)
      e5ec080a
  4. 07 Jun, 2022 2 commits
    • Michael Chapman's avatar
      Remove edit-managed from unsupported commands · be1b1fda
      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
      (cherry picked from commit 94e7e97e)
      be1b1fda
    • Michael Johnson's avatar
      Clarify that name or ID can be used on TLDs · 5ef179ff
      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
      (cherry picked from commit 5fbc5b11)
      5ef179ff
  5. 26 May, 2022 1 commit
  6. 19 Jan, 2022 1 commit
    • Michael Johnson's avatar
      Remove lower-constraint job from stable/xena · da7f4ca6
      Michael Johnson authored
      This patch removes the lower-constraint job from the stable/xena branch.
      
      This is part of a series of patches that will remove the job from all stable
      branches of Designate.
      
      The lower constraint check is important on the master branch to make sure that
      new patches are tested against the lowest supported version of dependencies.
      This helps packagers make sure they have at least the minimum version of a
      dependency packaged along with the service.
      After a release and the stable branch is created, these jobs can cause
      problems maintaining the stable branches as bug fix patches are released for
      the dependency projects.
      For this reason, we are proposing to maintain the lower-constraints job on the
      master branch, but disable it on the stable branches.
      
      Change-Id: I8fef9559e21d0bf3bb9a760793809e630efe62e2
      da7f4ca6
  7. 26 Sep, 2021 2 commits
  8. 25 Sep, 2021 1 commit
    • Jens Harbott's avatar
      Bump lower-constraint for decorator to 4.2.1 · 2899e966
      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
      (cherry picked from commit a29f2afc)
      2899e966
  9. 10 Sep, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/xena · 068bb7da
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/xena branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ia89a66ec732a755fb6f1c592a1971558c5c8bbe8
      068bb7da
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/xena · 0e92a52c
      OpenStack Release Bot authored
      Change-Id: Iec548c7fcb6b26b98d995dbc101e538dd18f302d
      0e92a52c
  10. 28 Apr, 2021 1 commit
  11. 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
  12. 18 Mar, 2021 2 commits
  13. 11 Mar, 2021 1 commit
  14. 09 Mar, 2021 5 commits
  15. 03 Feb, 2021 1 commit
  16. 02 Feb, 2021 1 commit
  17. 01 Feb, 2021 1 commit
  18. 19 Jan, 2021 1 commit
  19. 03 Jan, 2021 1 commit
  20. 02 Dec, 2020 1 commit
  21. 05 Nov, 2020 1 commit
  22. 23 Oct, 2020 1 commit
  23. 13 Oct, 2020 3 commits
    • Michael Johnson's avatar
      Add auto generated OSC documentation · 5b806881
      Michael Johnson authored
      This patch adds OpenStack client documentation that is auto
      generated using cliff.
      
      Change-Id: I7fb7414c268e6413ee7f21fccd7a045ba7f8418c
      5b806881
    • michaeltchapman's avatar
      Fix doc reference builds · 3648e204
      michaeltchapman authored
      The api reference was broken some time around the stein release.
      
      Moved conf options out of setup.cfg and into the doc conf.py, and added
      an option to doc build to error on warnings so this doesn't happen
      again without anyone noticing. The format is now similar to the
      novaclient reference doc.
      
      Change-Id: Ic9ed059521794acf1ac1a644096fdc10549fa91b
      3648e204
    • Nicolas Bock's avatar
      Add choices to `--type` command line argument · b68b70a0
      Nicolas Bock authored
      
      
      We only allow `PRIMARY` and `SECONDARY` zones. Instead of testing for
      either one of those two choices later in the code, we can offload this
      test to the parser.
      
      Change-Id: I8244e13303646e6686e4233e1edbd2bbc788e054
      Signed-off-by: default avatarNicolas Bock <nicolas.bock@canonical.com>
      b68b70a0
  24. 10 Oct, 2020 1 commit
  25. 17 Sep, 2020 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/victoria · dd7fd96f
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/victoria.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/victoria.
      
      Change-Id: I024babd584b32d85219ecfc01a689ebac2b168b2
      Sem-Ver: feature
      dd7fd96f
  26. 08 Jul, 2020 1 commit
  27. 21 Jun, 2020 2 commits
  28. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      Use unittest.mock instead of mock · c37f8ff9
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we can use the
      standard lib unittest.mock module instead.
      
      Change-Id: I3be6c40ef61e0334cab860689abbee84f5d19265
      c37f8ff9