From 4155eb7b13b20605886ba79c02c232f83a7b439c Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 16 Jun 2016 19:13:45 +0200 Subject: DNS Locations: Rename ipalocationweight to ipaserviceweight Service weight explains better meaning of attribute than location weight, because location itself have no weight only services have. https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 8dde37142..f785252f0 100644 --- a/API.txt +++ b/API.txt @@ -4200,7 +4200,7 @@ option: Str('addattr*', cli_name='addattr') option: Flag('all', autofill=True, cli_name='all', default=False) option: Str('delattr*', cli_name='delattr') option: DNSNameParam('ipalocation_location?', autofill=False, cli_name='location') -option: Int('ipalocationweight?', autofill=False, cli_name='location_weight') +option: Int('ipaserviceweight?', autofill=False, cli_name='service_weight') option: Flag('no_members', autofill=True, default=False) option: Flag('raw', autofill=True, cli_name='raw', default=False) option: Flag('rights', autofill=True, default=False) -- cgit