[
https://issues.apache.org/jira/browse/ARIA-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010360#comment-16010360
]
ASF subversion and git services commented on ARIA-171:
------------------------------------------------------
Commit 4425c10306517cffce930b3f81623f350a116fae 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=4425c10 ]
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)