aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xend/server/params.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/xend/server/params.py')
-rw-r--r--tools/python/xen/xend/server/params.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/python/xen/xend/server/params.py b/tools/python/xen/xend/server/params.py
new file mode 100644
index 0000000000..7949f1431f
--- /dev/null
+++ b/tools/python/xen/xend/server/params.py
@@ -0,0 +1,10 @@
+# The following parameters could be placed in a configuration file.
+PID_FILE = '/var/run/xend.pid'
+LOG_FILE = '/var/log/xend.log'
+USER = 'root'
+CONTROL_DIR = '/var/run/xend'
+MGMT_SOCK = 'xendsock' # relative to CONTROL_DIR
+EVENT_PORT = 8001
+
+CONSOLE_PORT_BASE = 9600
+