From 75a82d7b46b306fbbaef469368309e25a7473f2e 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 611b3ea..fc90d11 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!