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

feature #788: Change conf path

This commit is contained in:
Daniel Molina 2011-09-02 16:59:34 +02:00
parent 1b9a4c3a86
commit db9df8fac5
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Quota
ETC_LOCATION = ONE_LOCATION + "/etc"
end
CONF_FILE = ETC_LOCATION + "/quota.conf"
CONF_FILE = ETC_LOCATION + "/auth/quota.conf"
CONF = {
:db => "sqlite://#{VAR_LOCATION}/onequota.db",

View File

@ -1,3 +1,5 @@
$: << '.'
require 'helper/test_helper'
describe "Quota testing" do