migration_support & spice do not work together
Bug #1259137 reported by
Emilien Macchi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-nova |
Incomplete
|
Undecided
|
François Charlier |
Bug Description
In libvirt.pp, if we want migration working, we should set $vncserver_listen = 0.0.0.0 otherwise it fails.
If we use Spice, we don't want to set $vncserver_listen, so migration is not friendly when using Spice.
Changed in puppet-nova: | |
assignee: | nobody → François Charlier (francois-charlier) |
status: | New → In Progress |
Changed in puppet-nova: | |
status: | In Progress → Incomplete |
To post a comment you must log in.
Wouldn't it be the responsibility of the user to set the appropriate listen address for their environment? We default to loopback, but do warn them that this won't work if they enable migration support. Thoughts?