small tweaks to cleanup lxd from commented out code
This commit is contained in:
parent
e83b38d96a
commit
9e273c2d8f
2 changed files with 1 additions and 7 deletions
|
@ -14,7 +14,6 @@ if __name__ == "__main__":
|
|||
try:
|
||||
prefixes = IpPrefixes(ip4_prefix="10.83.0.0/16")
|
||||
options = NodeOptions(image="ubuntu")
|
||||
options.services = ["SSH"]
|
||||
|
||||
# create node one
|
||||
node_one = session.add_node(_type=NodeTypes.LXC, node_options=options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue