X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fv1%2Fns.py;h=65f816da235d7d27133d246b8e7f781d802a5369;hb=098c165fcb251ee52ad26732289eb934bc1d5773;hp=8ea18545b1f61b10f2c8b546009eaa7eba8d9484;hpb=b45082bbab489446a8ad67280a860387d5663697;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)