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

Fix econe configuration file_path

This commit is contained in:
Daniel Molina 2012-03-15 15:13:29 +01:00
parent ef3efb53e3
commit 6dc08dbfa6

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