python-tatuclient/designateclient/v2
Jens Harbott 66e4955408 Improve recordset create UI
The current implementation has '--records' as a quasi-positional
argument, with the nargs='+' parameter it can only be used at the end of
the command, which is confusing to users and doesn't comply with the
help message.

Add a new option '--record' that takes only exactly one record as
parameter and can be repeated when multiple records are present.
Deprecate the old option so it can be removed in the future.

Change-Id: I8fefd9d0f104170d50c5d5dc3cbcc53facda9baf
Closes-Bug: 1736161
2017-12-07 14:18:31 +00:00
..
cli Improve recordset create UI 2017-12-07 14:18:31 +00:00
__init__.py V2 Bindings 2015-05-07 17:23:09 +02:00
base.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
blacklists.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
client.py Add tsig key support to python-designateclient 2017-07-07 14:16:30 +02:00
limits.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
nameservers.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
pools.py Add pool listing to python designate client 2016-06-14 17:11:11 -07:00
quotas.py Add quota set / list / reset commands 2016-06-29 19:25:25 +01:00
recordsets.py Allow cli to query "v2/recordsets" 2016-06-09 20:19:05 +01:00
reverse.py Fix clis related to FloatingIP's ptr records 2016-08-08 06:22:53 +00:00
service_statuses.py Add support for service status 2016-04-12 09:50:27 +02:00
tlds.py Fixes 'openstack tld list' command's exception 2016-03-29 13:50:02 +01:00
tsigkeys.py Add tsig key support to python-designateclient 2017-07-07 14:16:30 +02:00
utils.py Add global flags to cli 2016-06-28 18:03:07 +01:00
zones.py Add attribute support to create zone cli 2017-01-31 23:05:08 +00:00