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

Fix virt.get_hypervisor() #188

Conversation

cbosdo
Copy link
Contributor

@cbosdo cbosdo commented Nov 26, 2019

What does this PR do?

virt.get_hypervisor resulted in:

AttributeError: module 'salt.loader.dev-srv.tf.local.int.module.virt' has no attribute 'is{}_hyper'

This was due to missplaced parenthese.

What issues does this PR fix or reference?

Backport of saltstack/salt#55351

Tests written?

Yes

Commits signed with GPG?

Yes

virt.get_hypervisor resulted in:

  AttributeError: module 'salt.loader.dev-srv.tf.local.int.module.virt' has no attribute '_is_{}_hyper'

This was due to missplaced parenthese.
@cbosdo cbosdo force-pushed the openSUSE-2019-2.0-virt-hypervisor-fix branch from ff69f6a to 4b474b4 Compare December 9, 2019 16:54
@meaksh meaksh merged commit ee95a13 into openSUSE:openSUSE-2019.2.0 Dec 10, 2019
meaksh pushed a commit that referenced this pull request Dec 10, 2019
virt.get_hypervisor resulted in:

  AttributeError: module 'salt.loader.dev-srv.tf.local.int.module.virt' has no attribute '_is_{}_hyper'

This was due to missplaced parenthese.
@cbosdo cbosdo deleted the openSUSE-2019-2.0-virt-hypervisor-fix branch December 10, 2019 13:45
brejoc pushed a commit that referenced this pull request Jan 31, 2020
virt.get_hypervisor resulted in:

  AttributeError: module 'salt.loader.dev-srv.tf.local.int.module.virt' has no attribute '_is_{}_hyper'

This was due to missplaced parenthese.
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.

2 participants