Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1033#issuecomment-155102893
To double check, I also verified the bug fix itself.
List hosts in current master:
```
(local) ðµ > list hosts
id = 989be22d-7a04-4261-a67d-4121c527724e
name = kvm1
<cut>
details:
Host.OS = CentOS
Host.OS.Kernel.Version = 3.10.0-229.7.2.el7.x86_64
Host.OS.Version = release
<cut>
resourcestate = Enabled
state = Up
type = Routing
version = 4.6.0-SNAPSHOT
zoneid = aad0d2c7-9bb5-4d83-a95f-df6a9a28eff0
zonename = MCCT-SHARED-1
```
List hosts based on this PR:
```
(local) ðµ > list hosts
id = 2c02446d-f2ca-4deb-8fbf-b78283f62dc6
name = kvm1
<cut>
details:
Host.OS = CentOS
Host.OS.Kernel.Version = 3.10.0-229.14.1.el7.x86_64
Host.OS.Version = 7.1.1503
<cut>
resourcestate = Enabled
state = Up
type = Routing
version = 4.6.0-SNAPSHOT
zoneid = 56a38bc9-7001-4206-965d-36c05129ed84
zonename = MCCT-SHARED-1
```
Thanks for the fix @Carles-Figuerola !
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---