dom0/core: don't force maxmem=memory for NetVM (#572)

This commit is contained in:
Marek Marczykowski 2012-05-20 02:08:56 +02:00
parent 44cec03c33
commit 987a490179

View File

@ -1700,7 +1700,6 @@ class QubesNetVm(QubesVm):
attrs_config['label']['default'] = default_servicevm_label
attrs_config['vcpus']['default'] = default_servicevm_vcpus
attrs_config['memory']['default'] = 200
attrs_config['maxmem']['eval'] = 'self.memory'
# New attributes
attrs_config['netid'] = { 'save': 'str(self.netid)', 'order': 30 }