| commit | d909b0765206a62aabcb1299b371768f121e9b31 | [log] [tgz] |
|---|---|---|
| author | Dominik Fleischmann <dominik.fleischmann@canonical.com> | Thu Nov 28 16:27:36 2019 +0100 |
| committer | Dominik Fleischmann <dominik.fleischmann@canonical.com> | Thu Nov 28 16:27:36 2019 +0100 |
| tree | 9c2dded304471e551eeffaac25a7af9c33274bb1 | |
| parent | ca6eb9540fb659eb36f0ec9d5bbf1ebfce3f1958 [diff] |
Add missing argument in notify_callback This fix is related to bug 866 and caused an exception when the charm was not found. Nonetheless it did not fix the bug. https://osm.etsi.org/bugzilla/show_bug.cgi?id=866 Change-Id: I641834461ac508eac131c32a4c4ef3557e192b1a Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
diff --git a/n2vc/vnf.py b/n2vc/vnf.py index 3bf51fa..9441f4a 100644 --- a/n2vc/vnf.py +++ b/n2vc/vnf.py
@@ -475,6 +475,7 @@ self.notify_callback( model_name, application_name, + "error", "failed", callback, *callback_args,