integrate switch ip and mac list into one config file.

Change-Id: I54469719d80f6c9b4f2a882c28e4f1283387ab95
This commit is contained in:
Lei Lei
2014-10-24 15:39:44 -07:00
parent c483fcdf93
commit 8de7a30142
5 changed files with 62 additions and 55 deletions

View File

@@ -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'