diff options
author | Jim Fehlig <jfehlig@suse.com> | 2015-04-23 15:42:50 -0600 |
---|---|---|
committer | Jim Fehlig <jfehlig@suse.com> | 2015-05-18 12:46:16 -0600 |
commit | e21b1180a9ad36d09febf1beb4ad7a2ed8464521 (patch) | |
tree | 203cfd9bb4a55294ebb7d3741b5f1d9969f57b8e /tests/xlconfigdata/test-spice.cfg | |
parent | 096b39c9618b3b238315f979bcf7c573c45b7804 (diff) | |
download | libvirt-e21b1180a9ad36d09febf1beb4ad7a2ed8464521.tar.gz |
xenconfig: format spice listenAddr when formating ports
Move formating of spice listenAddr to the section of code
where spice ports are formatted. It is more logical to
format address and ports together. Account for the change
in spice cfg test file by moving 'spicehost'.
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Diffstat (limited to 'tests/xlconfigdata/test-spice.cfg')
-rw-r--r-- | tests/xlconfigdata/test-spice.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xlconfigdata/test-spice.cfg b/tests/xlconfigdata/test-spice.cfg index 21f0e55afd..b2b9742fed 100644 --- a/tests/xlconfigdata/test-spice.cfg +++ b/tests/xlconfigdata/test-spice.cfg @@ -22,9 +22,9 @@ disk = [ "/dev/HostVG/XenGuest2,raw,hda,w,backendtype=phy", "/root/boot.iso,raw, sdl = 0 vnc = 0 spice = 1 +spicehost = "127.0.0.1" spiceport = 590 spicetls_port = 500 spicedisable_ticketing = 1 spicepasswd = "thebeast" -spicehost = "127.0.0.1" spiceagent_mouse = 0 |