Merge pull request #193 from aimonb/master
Removed duplicate statement block
This commit is contained in:
commit
0b841f60e9
@ -41,12 +41,4 @@ class nova::compute::libvirt (
|
||||
'connection_type': value => 'libvirt';
|
||||
'vncserver_listen': value => $vncserver_listen;
|
||||
}
|
||||
|
||||
if $migration_support {
|
||||
if $vncserver_listen != '0.0.0.0' {
|
||||
fail("For migration support to work, you MUST set vncserver_listen to '0.0.0.0'")
|
||||
} else {
|
||||
class { 'nova::migration::libvirt': }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user