From 728bbb6bb8b4fd3d45c3c8881d03115666098c38 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 28 Oct 2012 21:47:00 -0700 Subject: [PATCH] remove trailing comma to fix 2.6.x support --- manifests/nova/controller.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nova/controller.pp b/manifests/nova/controller.pp index 873bdce..f07b74a 100644 --- a/manifests/nova/controller.pp +++ b/manifests/nova/controller.pp @@ -57,7 +57,7 @@ class openstack::nova::controller ( # General $keystone_host = '127.0.0.1', $verbose = 'False', - $enabled = true, + $enabled = true ) { # Configure the db string