summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/topology.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-10-12 17:49:50 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-10-20 15:32:47 +0200
commite0d9a1b47ce6144d57345744d895b63e5b0ea413 (patch)
tree2ac89c3717fe1c70829bc11bc242ab634c075f12 /ipalib/plugins/topology.py
parentf4c8c93e7092b341c3ed2e04553dd5afbcc44dc5 (diff)
downloadfreeipa-e0d9a1b47ce6144d57345744d895b63e5b0ea413.tar.gz
freeipa-e0d9a1b47ce6144d57345744d895b63e5b0ea413.tar.xz
freeipa-e0d9a1b47ce6144d57345744d895b63e5b0ea413.zip
do not ask for segment direction when running topology commands
https://fedorahosted.org/freeipa/ticket/5222 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipalib/plugins/topology.py')
-rw-r--r--ipalib/plugins/topology.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/topology.py b/ipalib/plugins/topology.py
index c6b86b590..2b82215e2 100644
--- a/ipalib/plugins/topology.py
+++ b/ipalib/plugins/topology.py
@@ -105,6 +105,7 @@ class topologysegment(LDAPObject):
label=_('Connectivity'),
values=(u'both', u'left-right', u'right-left'),
default=u'both',
+ autofill=True,
doc=_('Direction of replication between left and right replication '
'node'),
flags={'no_option', 'no_update'},