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:
parent
8aeae233d7
commit
c8c1e734e7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user