| commit | 73c13043fb706d3da3c16c36c408410fd9415459 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Fri Nov 24 10:04:53 2017 -0500 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Fri Nov 24 10:04:53 2017 -0500 |
| tree | e59e1a31466ab6122283342bf58053bee622c78b | |
| parent | b45082bbab489446a8ad67280a860387d5663697 [diff] |
add init method for ns_config Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
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 @@ nsr['ssh-authorized-key'] = ssh_keys_format + ns_config = {} + if config: ns_config = yaml.load(config)