Github user tliron commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111195524
--- Diff: aria/modeling/service_template.py ---
@@ -1848,11 +1856,30 @@ def as_raw(self):
def instantiate(self, container):
from . import models
+ from ..orchestrator import context
+ plugin = None
+ if self.plugin_specification is not None:
--- End diff --
You are correct, I had a long conversation with Maxim about it. Eventually
when we have an instantiation module, it is very likely that the module will
have a context. See comment at line 1861.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---