John McCabe created BROOKLYN-250:
------------------------------------
Summary: displayName in location brooklyn.config not being used
Key: BROOKLYN-250
URL: https://issues.apache.org/jira/browse/BROOKLYN-250
Project: Brooklyn
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: John McCabe
Priority: Minor
Observed that the displayName field populated by the location wizard doesn't
appear to be used? For example:
{code}
brooklyn.catalog:
items:
- id: locationid
itemType: location
item:
type: localhost
brooklyn.config:
displayName: locationname
{code}
displays as locationid rather than locationname (in dropdown lists and the
catalog page), whereas the following
{code}
brooklyn.catalog:
items:
- id: locationid
itemType: location
name: locationname
item:
type: localhost
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)