initial pass at removing bsd and code related to using bsd nodes
This commit is contained in:
parent
4858151d7c
commit
bc1e3e70c9
62 changed files with 720 additions and 18008 deletions
|
@ -319,12 +319,6 @@ if __name__ == "__main__":
|
|||
|
||||
nodeutils.update_node_map(OVS_NODES)
|
||||
|
||||
# update with BSD based nodes
|
||||
if os.uname()[0] == "FreeBSD":
|
||||
from core.bsd.nodes import BSD_NODES
|
||||
|
||||
nodeutils.update_node_map(BSD_NODES)
|
||||
|
||||
# load default services
|
||||
services.load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue