checked in (request 49271) OBS-URL: https://build.opensuse.org/request/show/49271 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=75
16 lines
622 B
Diff
16 lines
622 B
Diff
Index: xen-4.0.0-testing/tools/python/xen/xm/create.py
|
|
===================================================================
|
|
--- xen-4.0.0-testing.orig/tools/python/xen/xm/create.py
|
|
+++ xen-4.0.0-testing/tools/python/xen/xm/create.py
|
|
@@ -1321,9 +1321,8 @@ def preprocess_access_control(vals):
|
|
|
|
def preprocess_ip(vals):
|
|
if vals.ip or vals.dhcp != 'off':
|
|
- dummy_nfs_server = '127.0.255.255'
|
|
ip = (vals.ip
|
|
- + ':' + (vals.nfs_server or dummy_nfs_server)
|
|
+ + ':' + (vals.nfs_server or '')
|
|
+ ':' + vals.gateway
|
|
+ ':' + vals.netmask
|
|
+ ':' + vals.hostname
|