Bug 493807
Summary: | virt-install: --vnclisten=<ip> option would be nice | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Guido Günther <agx> |
Component: | virtinst | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | berrange, crobinso |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-05-07 20:27:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Guido Günther
2009-04-03 08:07:17 UTC
For the VNC listen address, most people find it more convenient to set this up system wide, so all VMs listen on the public address. You typically need to setup security credentials for the server in the system wide config already, so its easy to change the default listen address at the same time. On Xen this is /etc/xen/xend-config.sxp, and for QEMU this is /etc/libvirt/qemu.conf Looks like this is meant for upstream virtinst bugzilla Then the manpage should be fixed/expaned? Report bugs to the mailing list "http://www.redhat.com/mailman/listinfo/et-mgmt-tools" or directly to BugZilla "http://bugzilla.redhat.com/bugzilla/" against the "Fedora" product, and the "python-virtinst" component. There is certainly value in being able to specify this per-VM: we already expose a similar knob in virt-manager. I've pushed this option upstream (though now I need to tweak the manpage to specify the default isn't necessarily 127.0.0.1): http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virtinst--devel/rev/78e590ca02ea Awesome. Thanks a lot. |