-
Notifications
You must be signed in to change notification settings - Fork 22
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
python -m enos.enos destroy
doesn't destroy the containers created during the up
phase
#161
Comments
The I could maybe fix that by passing an extra argument to each phase. This extra argument would be a closure that lets you explicitly save the environment. So you can save the environment just after the Do you want me to implement this? |
Here is what I had in mind. The destroy should also remove any container set up during the
We could follow how kolla is implementing this. I agree that calling after a failed |
Oh, you mean your title was about "destroying registry, cadvisor, ..." and not about "destroying provider resources"? |
'resources' is confusing :) |
😄 |
python -m enos.enos destroy
doesn't destroy the ressources created during the up
phasepython -m enos.enos destroy
doesn't destroy the containers created during the up
phase
No description provided.
The text was updated successfully, but these errors were encountered: