Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/95#discussion_r111151453
  
    --- 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 --
    
    does it make sense for operation no longer to have an fk for plugin 
specification at all?
    is that going to remain for operation template?


---
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.
---

Reply via email to