Removing usage idh plugin in FUEL

Change-Id: Ic3a4c2c9fca24b2d04872f8202d1ffa5e8242884
This commit is contained in:
Denis Egorenko 2014-04-14 18:13:52 +04:00
parent 101f3645ea
commit 660ecf3534
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ class sahara::api (
$keystone_password = 'sahara',
$bind_port = '8386',
$node_domain = 'novalocal',
$plugins = 'vanilla,hdp,idh',
$plugins = 'vanilla,hdp',
$sql_connection = 'mysql://sahara:sahara@localhost/sahara',
$use_neutron = false,
$use_floating_ips = true,

View File

@ -12,7 +12,7 @@ class sahara (
$sahara_keystone_password = 'sahara',
$sahara_node_domain = 'novalocal',
$sahara_plugins = 'vanilla,hdp,idh',
$sahara_plugins = 'vanilla,hdp',
$sahara_db_password = 'sahara',
$sahara_db_name = 'sahara',