commit | 23e6bdf5e8cca1e34ab91ce9e05eb1d546f0ee45 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 24 02:18:54 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 24 02:18:54 2016 +0200 |
tree | 4b22761398df993bf775cc03b2af6f4a9c8a7dbb | |
parent | bbbe1dcd7fbca7f4cc44a9dc0a2df935a47d6516 [diff] [blame] |
test code working
diff --git a/wally/openstack.py b/wally/openstack.py index 5541d4c..3b5ced5 100644 --- a/wally/openstack.py +++ b/wally/openstack.py
@@ -1,7 +1,7 @@ import os.path import socket import logging -from typing import Dict, Any, List, Tuple, cast +from typing import Dict, Any, List, Tuple, cast, Optional from .node_interfaces import NodeInfo from .config import ConfigBlock, Config