Fix silly typo breaking VNC server configuration
This commit is contained in:
parent
ca85ac33ad
commit
d8fc75a8ca
@ -11,7 +11,7 @@ class kickstack::nova::compute inherits kickstack {
|
|||||||
class { '::nova::compute':
|
class { '::nova::compute':
|
||||||
enabled => true,
|
enabled => true,
|
||||||
vnc_enabled => true,
|
vnc_enabled => true,
|
||||||
vncserver_proxyclient_address => $vncserver_listen_address),
|
vncserver_proxyclient_address => $vncserver_listen_address,
|
||||||
vncproxy_host => $vncproxy_host,
|
vncproxy_host => $vncproxy_host,
|
||||||
virtio_nic => true,
|
virtio_nic => true,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user