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,7 +178,8 @@ class openstack::all(
}
class { 'nova::vncproxy':
host => $public_hostname,
enabled => true,
host => $public_hostname,
}
class { 'nova::compute':