Bug 997805

Summary: domdisplay should show all URI if config both vnc and spice in guest
Product: Red Hat Enterprise Linux 6 Reporter: zhe peng <zpeng>
Component: libvirtAssignee: Martin Kletzander <mkletzan>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 6.5CC: acathrow, dyuan, mzhan, ydu
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 997802 Environment:
Last Closed: 2014-04-04 20:57:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 997802    
Bug Blocks:    

Description zhe peng 2013-08-16 08:49:28 UTC
+++ This bug was initially created as a clone of Bug #997802 +++

Description of problem:
domdisplay should show all uri if config both vnc and spice in guest

Version-Release number of selected component (if applicable):
libvirt-1.1.1-2.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1. config vnc and spice in same time
#virsh dumpxml $guest
....
 <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'>
      <listen type='address' address='127.0.0.1'/>
    </graphics>
    <graphics type='spice' port='5901' autoport='yes' listen='127.0.0.1'>
      <listen type='address' address='127.0.0.1'/>
    </graphics>
....

#virsh domdisplay $guest
vnc://127.0.0.1:0


Expected result:
vnc://127.0.0.1:0
spice://127.0.0.1:5901

Additional info:

Comment 4 RHEL Program Management 2014-04-04 20:57:17 UTC
Development Management has reviewed and declined this request.
You may appeal this decision by reopening this request.