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