[
https://issues.apache.org/jira/browse/BROOKLYN-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228070#comment-15228070
]
ASF GitHub Bot commented on BROOKLYN-248:
-----------------------------------------
GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/104
BROOKLYN-248: fix location displayName inheritance
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server fix/BROOKLYN-248
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/104.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #104
----
commit fd64e22599ba3ed6e18d1d07118563c8d20631af
Author: Aled Sage <[email protected]>
Date: 2016-04-06T10:09:45Z
BROOKLYN-248: fix location displayName inheritance
----
> Incorrect name in derived locations
> -----------------------------------
>
> Key: BROOKLYN-248
> URL: https://issues.apache.org/jira/browse/BROOKLYN-248
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 0.9.0
> Environment: OSX
> Reporter: Duncan Godwin
>
> The following location displays "Test Location 1" for both "Test Location 1"
> and "Test Location 2" when you use it to launch an application.
> See the screenshot here:
> https://s3.amazonaws.com/drigodwin-misc/brooklyn-248-ss.png
> {code}
> brooklyn.catalog:
> version: 0.2.0
> items:
> - id: test-location-1
> name: "Test Location 1"
> itemType: location
> item:
> type: byon:(hosts="10.10.10.102")
> brooklyn.config:
> displayName: testingdisplayName
> user: testinguser
> password: testingpassword
> privateKeyFile: testingprivateKeyFile
> privateKeyPassphrase: testingprivateKeyPassphrase
> - id: test-location-2
> name: "Test Location 2"
> itemType: location
> item:
> type: test-location-1
> brooklyn.config:
> displayName: testingdisplayName2
> user: testinguser2
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)