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

Bsc#1091967 #32

Closed
wants to merge 2 commits into from
Closed

Bsc#1091967 #32

wants to merge 2 commits into from

Conversation

charlesa
Copy link
Contributor

No description provided.

@charlesa charlesa requested a review from teclator May 10, 2018 19:52
inst_hyper = Popup.YesNo(
_("Run 'Install Hypervisor and Tools' to correct this?")
)
if inst_hyper == true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can omit the comparison operator and just check inst_hyper and even do a

return false unless Popup.YesNo(_("Run 'Install Hypervisor and Tools' to correct this?"))

But what about the state of ssh, it is not read in this case.

Apart of that ConfigureDom0 needs like a cleanup, huge method with definition of methods inside of it.. I will maybe help refactoring it a little bit in the future and adding some unit tests.

Thu May 10 13:43:20 MDT 2018 - carnold@suse.com

- bsc#1091967 - relocation-server configuration - error : cannot
read the current libvirt/sshd state
Copy link
Contributor

@teclator teclator May 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version is missing, and also a version bump.
rake version:bump

do we plan to release it as part of GA - media? If that is the case then the SLE-15-GA branch should be used instead of master

@charlesa
Copy link
Contributor Author

I have two other yast2-vm bugs to merge. Closing this pull request.

@charlesa charlesa closed this Aug 27, 2018
@charlesa charlesa deleted the bsc#1091967 branch August 28, 2018 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants