Fix merge issue 69/1069/1
authorPhilip Joseph <philip.joseph@riftio.com>
Mon, 6 Feb 2017 11:39:38 +0000 (17:09 +0530)
committerPhilip Joseph <philip.joseph@riftio.com>
Mon, 6 Feb 2017 11:39:38 +0000 (17:09 +0530)
Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py

index ba248e1..e3f3ac7 100644 (file)
@@ -846,7 +846,7 @@ class OpenmanoNsPlugin(rwnsmplugin.NsmPluginBase):
                  OpenmanoNSRecordState.__members__.items() \
                  if member.value == state.value]
 
-    def create_nsr(self, nsr_config_msg, nsd_msg, key_pairs=None):
+    def create_nsr(self, nsr_config_msg, nsd_msg, key_pairs=None, ssh_key=None):
         """
         Create Network service record
         """