-
Notifications
You must be signed in to change notification settings - Fork 134
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
Drop wait
argument from image create
#622
Conversation
d976f82
to
e13a821
Compare
@hamistao @simondeziel is this an API break? |
@tomponline yes, it is. But it should have landed a few releases ago and since then this argument is ignored. |
Hrm, yeah, but we recently had a separate issue with changes that broke the pylxd API, was there consideration given about users who are providing this optional value? |
I believe @simondeziel hasn't seen this yet, so we can discuss further after he does. I think it should be safe to remove it since this parameter is being ignored for the past 8 years. |
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.
The deprecation warning was added in 2016-11 but as you pointed out @tomponline this is a breaking change. There are quite a few users of that: https://github.com/search?q=pylxd+images.create%28+language%3APython&type=code
How about you drop the first commit (c3d7c00) from your PR? This way, our doc and tests will stop providing this param that defaults to True anyway.
Signed-off-by: hamistao <[email protected]>
Signed-off-by: hamistao <[email protected]>
Signed-off-by: hamistao <[email protected]>
Signed-off-by: hamistao <[email protected]>
e13a821
to
6f56d45
Compare
@simondeziel Thanks for doing this research, I underestimate how useful GitHub's search can be. This is ready for another review. |
This removes a useless parameter that was supposed to be removed on 2.3 release.