Bug 1950221

Summary: Designate client is missing some parts of the API
Product: Red Hat OpenStack Reporter: Michael Chapman <michapma>
Component: python-designateclientAssignee: Michael Johnson <michjohn>
Status: CLOSED WONTFIX QA Contact: Toni Freger <tfreger>
Severity: low Docs Contact:
Priority: low    
Version: 17.0 (Wallaby)CC: michjohn, njohnston, scohen
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-05-23 14:53:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Chapman 2021-04-16 06:16:13 UTC
Designate client (and by extension Openstack client) is missing several commands. The functionality is available to sdk users, but not the CLI.

pool list
https://docs.openstack.org/api-ref/dns/#list-all-pools

pool show
https://docs.openstack.org/api-ref/dns/#show-a-pool

zone nameserver list
https://docs.openstack.org/api-ref/dns/#get-the-name-servers-for-a-zone

Comment 4 Michael Johnson 2023-05-23 14:53:41 UTC
The "pools" API was never completed in Designate and the current way to manage them is via the designate-manage command.
I am going to close this as "won't fix" as the API the CLI tools would interact with is not complete either and it would be a future feature to implement an API for this.