Merge "Include SECONDARY zones into list command output"

This commit is contained in:
Zuul 2022-11-10 15:49:03 +00:00 committed by Gerrit Code Review
commit 49bbe3c6e3
2 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ListZonesCommand(command.Lister):
parser.add_argument('--email', help="Zone Email", required=False)
parser.add_argument('--type', help="Zone Type",
choices=["PRIMARY", "SECONDARY"],
default="PRIMARY",
default=None,
required=False)
parser.add_argument('--ttl', help="Time To Live (Seconds)",
required=False)

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Include SECONDARY zone type to 'zone list' command output. Previously only
PRIMARY zones were shown