[deltacloud-core/f17] Updated old configuration file

Michal Fojtik mfojtik at fedoraproject.org
Tue Jun 26 14:25:45 UTC 2012


commit 5cb6a27a43da8224e2c87ecc4b28aca61de112ea
Author: Michal <mi at mifo.sk>
Date:   Tue Jun 26 16:15:59 2012 +0200

    Updated old configuration file

 deltacloud-core-config |   17 ++++++++---------
 deltacloud-core.spec   |    5 ++++-
 2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/deltacloud-core-config b/deltacloud-core-config
index 51e7e7a..e50c96f 100644
--- a/deltacloud-core-config
+++ b/deltacloud-core-config
@@ -2,27 +2,26 @@
 # http://deltacloud.org
 
 # Environment under which to run deltacloud-core (default: production)
-#API_ENV="production"
+API_ENV="production"
 
 # Default driver to be used (mock).
 # NOTE: Some drivers require some additional gems to be installed.
 # Please refer to http://deltacloud.org to see what gems are needed for specific
 # drivers
-#DRIVER="mock"
+DRIVER="mock"
 
 # Port where deltacloud core will listen (default: localhost)
 # You should be able to access Deltacloud API on http://localhost:PORT/api
-#PORT="3002"
+PORT="3002"
 
 # Bind to HOST address (default: localhost)
 # You can use both IP address or hostname; use 0.0.0.0 to bind to all addresses
-#HOST="localhost"
+HOST="localhost"
 
 # Default user that deltacloud core will be run under (default: nobody)
-#DELTACLOUD_USER="nobody"
+DELTACLOUD_USER="nobody"
 
-# Default log file for deltacloud-core (default: /var/log/deltacloud-core/$DRIVER.log)
-#LOGFILE="/var/log/deltacloud-core/$DRIVER.log"
+# Default group that deltacloud core will be run under (default: nobody)
+DELTACLOUD_GROUP="nobody"
 
-# Default lock file for deltacloud-core (default: /var/lock/subsys/deltacloud-core)
-#LOCKFILE="/var/lock/subsys/deltacloud-core"
+DELTACLOUD_PIDFILE="/var/run/deltacloud-core-${DRIVER}.pid"
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index 771f356..e8f147f 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -3,7 +3,7 @@
 Summary: Deltacloud REST API
 Name: deltacloud-core
 Version: 1.0.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and MIT
 URL: http://deltacloud.org
@@ -382,6 +382,9 @@ fi
 %{app_root}/config/drivers/google.yaml
 
 %changelog
+* Tue Jun 26 2012 Michal Fojtik <mfojtik at redhat.com> - 1.0.0-4
+- Updated old configuration file
+
 * Tue Jun 26 2012 Michal Fojtik <mfojtik at redhat.com> - 1.0.0-3
 - Added genisoimage require for VSphere driver (needed for user_data injection)
 


More information about the scm-commits mailing list