summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-10 14:25:45 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-11 13:08:34 +0200
commitc9cbb1493a8c9e10020c7f2104a345cd43535259 (patch)
tree53b239593d5c5e7737f1cd3b15cd105aea9b6bd8 /ipalib
parent947af1a037609fa42cbfd794301d5a5c4061c81b (diff)
downloadfreeipa-c9cbb1493a8c9e10020c7f2104a345cd43535259.tar.gz
freeipa-c9cbb1493a8c9e10020c7f2104a345cd43535259.tar.xz
freeipa-c9cbb1493a8c9e10020c7f2104a345cd43535259.zip
rename topologysegment_refresh to topologysegment_reinitialize
https://fedorahosted.org/freeipa/ticket/5056 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/topology.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/topology.py b/ipalib/plugins/topology.py
index 99781fd10..d055602a8 100644
--- a/ipalib/plugins/topology.py
+++ b/ipalib/plugins/topology.py
@@ -235,7 +235,7 @@ class topologysegment_mod(LDAPUpdate):
@register()
-class topologysegment_refresh(LDAPQuery):
+class topologysegment_reinitialize(LDAPQuery):
__doc__ = _('Request a full re-initialization of the node '
'retrieving data from the other node.')