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

Fix econe configuration file_path

(cherry picked from commit 6dc08dbfa6e86b10aea8e2a598bba4dda0d344d9)
This commit is contained in:
Daniel Molina 2012-03-15 15:13:29 +01:00
parent 7fcf0bc305
commit 558e3eb581

View File

@ -33,9 +33,9 @@ end
EC2_AUTH = VAR_LOCATION + "/.one/ec2_auth"
EC2_LOG = LOG_LOCATION + "/econe-server.log"
CONFIGURATION_FILE = ETC_LOCATION + "/occi-server.conf"
CONFIGURATION_FILE = ETC_LOCATION + "/econe.conf"
TEMPLATE_LOCATION = ETC_LOCATION + "/occi_templates"
TEMPLATE_LOCATION = ETC_LOCATION + "/econe_templates"
VIEWS_LOCATION = RUBY_LIB_LOCATION + "/cloud/econe/views"
$: << RUBY_LIB_LOCATION