Github user ran-z commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111420329
--- Diff: aria/modeling/service_instance.py ---
@@ -1632,9 +1673,9 @@ def interface_fk(cls):
return relationship.foreign_key('interface', nullable=True)
@declared_attr
- def plugin_specification_fk(cls):
- """For Operation one-to-one to PluginSpecification"""
- return relationship.foreign_key('plugin_specification',
nullable=True)
+ def plugin_fk(cls):
--- End diff --
:+1:
---
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.
---