compute.pp : Fix nova_shell with /bin/bash

This commit is contained in:
talset 2014-08-08 16:21:21 +02:00
parent bcdc407228
commit 3f35329989

View File

@ -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':