From ea14bbb1b6dfd82c43b21f3bd4eee3fe184b4903 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 23 Jul 2015 11:35:14 +0200 Subject: [PATCH] Add missing db_host input to cinder puppet Signed-off-by: Bogdan Dobrelya --- resources/cinder_puppet/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/cinder_puppet/meta.yaml b/resources/cinder_puppet/meta.yaml index 611b3eac..fc90d110 100644 --- a/resources/cinder_puppet/meta.yaml +++ b/resources/cinder_puppet/meta.yaml @@ -166,6 +166,9 @@ input: db_name: schema: str! value: cinder + db_host: + schema: str! + value: port: schema: int!