[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 0e5093bf179273e53eda252990f69943bf861b29

Michael DeHaan mdehaan at redhat.com
Tue Jun 19 18:00:35 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  0e5093bf179273e53eda252990f69943bf861b29 (commit)
      from  2f73dbe6554ea99fe4075d6a70b73b3bb097f428 (commit)

- Log -----------------------------------------------------------------
commit 0e5093bf179273e53eda252990f69943bf861b29
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Tue Jun 19 14:01:51 2007 -0400

    Remove failing validation line for now.
-----------------------------------------------------------------------

Diffstat:
 service/modules/machine.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/service/modules/machine.py b/service/modules/machine.py
index deeb4ed..55e43ed 100755
--- a/service/modules/machine.py
+++ b/service/modules/machine.py
@@ -424,8 +424,9 @@ class Machine(web_svc.AuthWebSvc):
     def validate(self, args, required):
         vdr = FieldValidator(args)
         vdr.verify_required(required)
-        vdr.verify_enum('architecture', codes.VALID_ARCHS)
-        #vdr.verify_int(['processor_speed', 'processor_count', 'memory'])
+        # this code doesn't work, so commenting out for now -- MPD
+        # vdr.verify_enum('architecture', codes.VALID_ARCHS)
+        # vdr.verify_int(['processor_speed', 'processor_count', 'memory'])
         vdr.verify_printable(
                'kernel_options', 'kickstart_metadata', 'list_group', 
                'list_group', 'puppet_node_diff')

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  2f73dbe6554ea99fe4075d6a70b73b3bb097f428 \
  0e5093bf179273e53eda252990f69943bf861b29




More information about the Et-mgmt-commits-list mailing list