mirror of https://github.com/apache/cloudstack.git
bug 8302: dont hardcode ebtables path
status 8302: resolved fixed
This commit is contained in:
parent
0be687dc09
commit
6b8024ffaa
|
|
@ -4,10 +4,8 @@
|
|||
|
||||
import os, sys, time
|
||||
import XenAPIPlugin
|
||||
import util
|
||||
import XenAPI
|
||||
sys.path.extend(["/opt/xensource/sm/", "/usr/local/sbin/", "/sbin/"])
|
||||
import SR, VDI, SRCommand, util, lvutil
|
||||
import util
|
||||
from util import CommandException
|
||||
import hostvmstats
|
||||
import socket
|
||||
|
|
|
|||
Loading…
Reference in New Issue