1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Fix bug in sunstone plugins configuration file path.

This commit is contained in:
Jaime Melis 2011-07-18 16:17:38 +02:00
parent 8aeae233d7
commit c8c1e734e7

View File

@ -24,7 +24,7 @@ if !ONE_LOCATION
VAR_LOCATION = "/var/lib/one"
RUBY_LIB_LOCATION = "/usr/lib/one/ruby"
CONFIGURATION_FILE = "/etc/one/sunstone-server.conf"
PLUGIN_CONFIGURATION_FILE = "/etc/sunstone-plugins.yaml"
PLUGIN_CONFIGURATION_FILE = "/etc/one/sunstone-plugins.yaml"
else
VAR_LOCATION = ONE_LOCATION+"/var"
LOG_LOCATION = ONE_LOCATION+"/var"