[node-patches] Change in ovirt-node[master]: rhn_page: do not limit profile name length

dougsland at redhat.com dougsland at redhat.com
Thu Jul 24 00:53:38 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: rhn_page: do not limit profile name length
......................................................................

rhn_page: do not limit profile name length

Currently we have a length limit of 3 chars to
profile name field. This patch removes this
limitation.

Change-Id: I94dac47c8cdb7bb96d9314a7283310cd89519ace
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1105296
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M src/ovirt/node/setup/rhn/rhn_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/61/30661/1

diff --git a/src/ovirt/node/setup/rhn/rhn_page.py b/src/ovirt/node/setup/rhn/rhn_page.py
index f3c920d..f556d91 100644
--- a/src/ovirt/node/setup/rhn/rhn_page.py
+++ b/src/ovirt/node/setup/rhn/rhn_page.py
@@ -173,7 +173,7 @@
 
     def validators(self):
         return {"rhn.user": valid.Text(),
-                "rhn.profilename": valid.Empty() | valid.Text(min_length=3),
+                "rhn.profilename": valid.Empty() | valid.Text(),
                 "rhn.url": valid.Empty() | valid.URL(),
                 "rhn.ca": valid.Empty() | valid.URL(),
                 "rhn.proxyhost": (valid.FQDNOrIPAddress() |


-- 
To view, visit http://gerrit.ovirt.org/30661
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94dac47c8cdb7bb96d9314a7283310cd89519ace
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list