-
Notifications
You must be signed in to change notification settings - Fork 112
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 typo that undeploys vapp instead of vm while deleting a vm #261
fix typo that undeploys vapp instead of vm while deleting a vm #261
Conversation
Nice catch, still we need to investigate how it related to |
If everyone would approve I suggest together with this fix remove 873-894 case. I don't see any more value for deploy if don't undepoy vAPP. My testing seem to verify that. I would like other to verify that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, with the additional request of removing lines 873 to 894.
Tests pass, with several minutes saved in total (three minutes just on the multi-vm test)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vkhacharia, thank you for this PR.
Can you add a message to CHANGELOG under IMPROVEMENTS section and let's merge it.
Do I update the changelog and make new pull request? |
@vkhacharia NP, I will put in a note with the next PR I have in the oven :) |
Found the pointer in #69 Updated the code and tested locally.