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:
Dan Bode 2012-04-01 14:29:44 -07:00
parent ef17b78321
commit e8edece6f1

View File

@ -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,