GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-ui/pull/51
if not using persistence and mgmt plane ID is null, UI can give erroneous
error
fix it by accepting null plane as acceptable if server is otherwise healthy
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-ui
forgive-null-in-mgmt-record
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/51.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 #51
----
commit f9760b9b3f1994e46143283c32ebf5d6cd836ff6
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-01-03T10:48:36Z
if not using persistence and mgmt plane ID is null, UI can give erroneous
error
----
---