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