small tweaks to cleanup lxd from commented out code

This commit is contained in:
Blake Harnden 2019-07-02 09:51:56 -07:00
parent e83b38d96a
commit 9e273c2d8f
2 changed files with 1 additions and 7 deletions

View file

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