5b006cc3e0bca1178efbd2d52d6ba5fb90bf17ad
[cascardo/ovs.git] / python / ovs / dirs.py
1 # These are the default directories.  They will be replaced by the
2 # configured directories at install time.
3
4 import os
5 PKGDATADIR = os.environ.get("OVS_PKGDATADIR", "/usr/local/share/openvswitch")
6 RUNDIR = os.environ.get("OVS_RUNDIR", "/var/run")
7 LOGDIR = os.environ.get("OVS_LOGDIR", "/usr/local/var/log")
8 BINDIR = os.environ.get("OVS_BINDIR", "/usr/local/bin")