summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hostgroup.py
diff options
context:
space:
mode:
authorDavid Kupka <dkupka@redhat.com>2014-09-26 02:54:28 -0400
committerMartin Kosek <mkosek@redhat.com>2014-09-29 12:53:43 +0200
commitcd9a4cca1fe17998a342fde000ece5bf46d13d27 (patch)
tree2cefeab9b13a594ccd94dfec415569ccedf723a2 /ipalib/plugins/hostgroup.py
parent947c7398edbcae29d74acea3b00968871bd4ce98 (diff)
downloadfreeipa-cd9a4cca1fe17998a342fde000ece5bf46d13d27.tar.gz
freeipa-cd9a4cca1fe17998a342fde000ece5bf46d13d27.tar.xz
freeipa-cd9a4cca1fe17998a342fde000ece5bf46d13d27.zip
Do not require description in UI.
Description attribute is not required in LDAP schema so there is no reason to require it in UI. Modified tests to reflect this change. https://fedorahosted.org/freeipa/ticket/4387 Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipalib/plugins/hostgroup.py')
-rw-r--r--ipalib/plugins/hostgroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/hostgroup.py b/ipalib/plugins/hostgroup.py
index 0e86e9920..4161cb1ba 100644
--- a/ipalib/plugins/hostgroup.py
+++ b/ipalib/plugins/hostgroup.py
@@ -139,7 +139,7 @@ class hostgroup(LDAPObject):
primary_key=True,
normalizer=lambda value: value.lower(),
),
- Str('description',
+ Str('description?',
cli_name='desc',
label=_('Description'),
doc=_('A description of this host-group'),