From 3f35329989821b24ccb9d8cee6fc42e6dadb35ed Mon Sep 17 00:00:00 2001 From: talset Date: Fri, 8 Aug 2014 16:21:21 +0200 Subject: [PATCH] compute.pp : Fix nova_shell with /bin/bash --- manifests/compute.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/compute.pp b/manifests/compute.pp index 2dfa8a20..9b79af30 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -125,6 +125,7 @@ class cloud::compute( log_dir => $log_dir, log_facility => $log_facility, use_syslog => $use_syslog, + nova_shell => '/bin/bash', } class { 'nova::network::neutron':