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

Invert default of config.registration.unregister_on_halt #72

Open
hferentschik opened this issue Mar 22, 2016 · 1 comment
Open

Invert default of config.registration.unregister_on_halt #72

hferentschik opened this issue Mar 22, 2016 · 1 comment

Comments

@hferentschik
Copy link
Contributor

The default of config.registration.unregister_on_halt should be false. It makes more sense to just un-register on destroy. If one really wants to un-register on halt, one can explicitly set it.

@dkutalek
Copy link

One possible problem: unregister needs running machine, doesn't it?

Therefore:

  • up: register
  • halt: leave machine registered, but shut it down
  • destroy: will not unregister?

User would have to do up / destroy just to destroy with unregister.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants