From e8edece6f1a05ae379eccbc5294ee533705934b9 Mon Sep 17 00:00:00 2001
From: Dan Bode <dan@puppetlabs.com>
Date: Sun, 1 Apr 2012 14:29:44 -0700
Subject: [PATCH] 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.
---
 manifests/controller.pp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifests/controller.pp b/manifests/controller.pp
index f51600c8b..326e25acb 100644
--- a/manifests/controller.pp
+++ b/manifests/controller.pp
@@ -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,