diff --git a/manifests/all.pp b/manifests/all.pp index 6036c3b..03eb0c9 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -178,7 +178,8 @@ class openstack::all( } class { 'nova::vncproxy': - host => $public_hostname, + enabled => true, + host => $public_hostname, } class { 'nova::compute':