1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #847: Unneeded configuration option for sunstone removed.

This commit is contained in:
Ruben S. Montero 2011-10-12 00:34:01 +02:00
parent fcb352d09d
commit 054531ad4f

View File

@ -53,7 +53,6 @@ require 'SunstonePlugins'
begin
conf = YAML.load_file(CONFIGURATION_FILE)
conf[:hash_passwords] = false
rescue Exception => e
puts "Error parsing config file #{CONFIGURATION_FILE}: #{e.message}"
exit 1