Add db_allow_hosts param to nova::controller
Exposes a new param called db_allow_hosts to the nova::controller class. This parameters can be used to specify hosts that are allowed to connect to the nova db.
This commit is contained in:
parent
ef17b78321
commit
e8edece6f1
@ -5,6 +5,7 @@ class nova::controller(
|
||||
$db_name = 'nova',
|
||||
$db_user = 'nova',
|
||||
$db_host = 'localhost',
|
||||
$db_allowed_hosts = undef,
|
||||
|
||||
$rabbit_port = undef,
|
||||
$rabbit_userid = undef,
|
||||
|
Loading…
x
Reference in New Issue
Block a user