add init method for ns_config
[osm/osmclient.git] / osmclient / v1 / ns.py
index 8ea1854..65f816d 100644 (file)
@@ -113,6 +113,8 @@ class Ns(object):
 
             nsr['ssh-authorized-key'] = ssh_keys_format
 
+        ns_config = {}
+
         if config: 
             ns_config = yaml.load(config)