X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fv1%2Fns.py;h=65f816da235d7d27133d246b8e7f781d802a5369;hb=refs%2Ftags%2Fv3.0.2;hp=8ea18545b1f61b10f2c8b546009eaa7eba8d9484;hpb=6380fc0aa54cc7c3700a5a1f655e619471684611;p=osm%2Fosmclient.git diff --git a/osmclient/v1/ns.py b/osmclient/v1/ns.py index 8ea1854..65f816d 100644 --- a/osmclient/v1/ns.py +++ b/osmclient/v1/ns.py @@ -113,6 +113,8 @@ class Ns(object): nsr['ssh-authorized-key'] = ssh_keys_format + ns_config = {} + if config: ns_config = yaml.load(config)