forked from ManageIQ/manageiq-providers-vmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forcibly mark vCloud VMs as not disconnected
Like other cloud providers we have to override functions ``` def disconnected def disconnected? ``` to always return false for vCloud cloud provider or else UI displays all its VMs as 'disconnected' regardless the actual power state. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1649403 Fixes ManageIQ/manageiq-ui-classic#4909 Signed-off-by: Miha Pleško <[email protected]>
- Loading branch information
1 parent
90b7efc
commit bb76c59
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters