Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save_vms_inventory needs to respect disconnect flag #15924

Merged
merged 1 commit into from
Sep 5, 2017

Commits on Sep 5, 2017

  1. save_vms_inventory needs to respect disconnect flag

    When we provision new vm we call `save_ems_inventory_no_disconnect`
    which updates the db with disconnect flag set to false.
    `save_vms_inventory` ignores the flag and disconnects the vms (ems set to nil).
    This patch fixes the issue.
    pkliczewski committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    5717376 View commit details
    Browse the repository at this point in the history