[
https://issues.apache.org/jira/browse/ARIA-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010403#comment-16010403
]
ASF subversion and git services commented on ARIA-171:
------------------------------------------------------
Commit 5760b4e3c06aab91bcc7b9453aa7383d25130a99 in incubator-ariatosca's branch
refs/heads/ARIA-171-service-template-services-type-inconsistency from [~avia]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-ariatosca.git;h=5760b4e ]
ARIA-171 service_template.services type inconsistency
As opposed to service_template.node_templates and service.nodes
which have a dict interface, service_template.services
had a list interface. That seemed as inconsistent, so the former
interface was changed to a dict interface as well.
> Service_template.services type inconsistency
> --------------------------------------------
>
> Key: ARIA-171
> URL: https://issues.apache.org/jira/browse/ARIA-171
> Project: AriaTosca
> Issue Type: Bug
> Reporter: Ran Ziv
> Assignee: Avia Efrat
>
> {{service_template.services}} is an object of type {{InstrumentedList}},
> which is inconsistent with similar forms of model access (e.g.
> {{service.nodes}}).
> The object's type should instead be a {{MappedCollection}} from the service
> name to the service model object.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)