Ensure vncproxy is enabled.

Currently, the service is not ensures to be running for the all
in one installation.

This commit resolves the issue.
This commit is contained in:
Dan Bode
2012-05-01 18:27:11 -07:00
parent 252e71051c
commit af5e539742

View File

@@ -178,6 +178,7 @@ class openstack::all(
} }
class { 'nova::vncproxy': class { 'nova::vncproxy':
enabled => true,
host => $public_hostname, host => $public_hostname,
} }