Skip to content
Snippets Groups Projects
Commit 73c13043 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

add init method for ns_config


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent b45082bb
Branches rift300
No related tags found
No related merge requests found
......@@ -113,6 +113,8 @@ class Ns(object):
nsr['ssh-authorized-key'] = ssh_keys_format
ns_config = {}
if config:
ns_config = yaml.load(config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment