integrate switch ip and mac list into one config file.
Change-Id: I54469719d80f6c9b4f2a882c28e4f1283387ab95
This commit is contained in:
@@ -116,11 +116,8 @@ CALLBACK_DIR = lazypy.delay(
|
||||
TMPL_DIR = lazypy.delay(
|
||||
lambda: os.path.join(CONFIG_DIR, 'templates')
|
||||
)
|
||||
MAC_LIST_DIR = lazypy.delay(
|
||||
lambda: os.path.join(CONFIG_DIR, 'mac_list')
|
||||
)
|
||||
SWITCH_LIST_DIR = lazypy.delay(
|
||||
lambda: os.path.join(CONFIG_DIR, 'switch_list')
|
||||
MACHINE_LIST_DIR = lazypy.delay(
|
||||
lambda: os.path.join(CONFIG_DIR, 'machine_list')
|
||||
)
|
||||
PROXY_URL_PREFIX = 'http://10.145.81.205:5000'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user