Enable 'fake' driver by default

Change-Id: If6b109072f308262908cd310819181599b53b709
Fixes: bug/1494231
This commit is contained in:
Andrey Shestakov 2015-09-10 13:29:27 +03:00
parent 8976aa29d2
commit 45a8157d90
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ $tftp_root = "/var/lib/ironic/tftpboot"
class { '::ironic':
verbose => $verbose,
debug => $debug,
enabled_drivers => ['fuel_ssh', 'fuel_ipmitool'],
enabled_drivers => ['fuel_ssh', 'fuel_ipmitool', 'fake'],
rabbit_hosts => $rabbit_hosts,
rabbit_port => 5673,
rabbit_userid => $rabbit_hash['user'],

View File

@ -54,7 +54,7 @@ if $ironic_hash['metadata']['enabled'] {
class { 'ironic':
verbose => $verbose,
debug => $debug,
enabled_drivers => ['fuel_ssh', 'fuel_ipmitool'],
enabled_drivers => ['fuel_ssh', 'fuel_ipmitool', 'fake'],
rabbit_hosts => $rabbit_hosts,
rabbit_port => 5673,
rabbit_userid => $rabbit_hash['user'],