Actions
Bug #9249
closedAssociate host with vm fails for all compute resources but Ovirt
Description
Currently associating a vm with a host fails for all compute resources but for Ovirt.
The reason is that to do the association we make a query based on the ip or mac attributes of the Host, which are now in its own model.
...Host.authorized(:view_hosts, Host).where(:ip...
Fix should be as simple as performing the 'where' on the interfaces instead of the host and a couple of tests ensuring this won't break again.
Updated by Dominic Cleal over 9 years ago
- Related to Tracker #2409: Networking added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2147 added
- Pull request deleted (
)
Updated by Tom Caspy over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 81a02cdeb6a07848488e1f7677102e0a857dbf95.
Actions