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 missing vapp properties #1322

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Fix missing vapp properties #1322

merged 2 commits into from
Jan 29, 2021

Conversation

koikonom
Copy link
Contributor

Due to the way maps behave in goland we ended up removing data from the
original map holding the vapp properties. The consequence was that if
expandVAppConfig was called more than once, we'd end up effectively
emptying the vapp properties map.

Fixes #1242.

Due to the way maps behave in goland we ended up removing data from the
original map holding the vapp properties. The consequence was that if
expandVAppConfig was called more than once, we'd end up effectively
emptying the vapp properties map.
@koikonom koikonom requested a review from aareet January 27, 2021 22:54
@ghost ghost added the size/xs Relative Sizing: Extra-Small label Jan 27, 2021
@koikonom koikonom marked this pull request as draft January 27, 2021 23:00
@koikonom koikonom marked this pull request as ready for review January 27, 2021 23:04
@koikonom koikonom requested a review from aareet January 29, 2021 07:55
@@ -5,6 +5,8 @@ import (
"log"
"reflect"

"github.com/mitchellh/copystructure"
Copy link
Contributor

Choose a reason for hiding this comment

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

TIL!

@koikonom koikonom merged commit 9d5570c into master Jan 29, 2021
@koikonom koikonom deleted the vapp_properties_fix branch January 29, 2021 16:26
@ghost
Copy link

ghost commented Mar 1, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/xs Relative Sizing: Extra-Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vApp properties not being set with OVF deployment with provider 1.24.1 and 1.24.2
2 participants