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 parameters in linux.wait_for_ssh #4611

Merged
merged 5 commits into from
Apr 17, 2019
Merged

Conversation

LindsayHill
Copy link
Contributor

If you specified username via CLI, st2client would reject it due to a missing type: value.

@Kami
Copy link
Member

Kami commented Mar 27, 2019

Good catch 👍

Ideally, if possible, we would also update our action parameters schema and make type required attribute.

@LindsayHill
Copy link
Contributor Author

I've been wondering about that. Problem is that everywhere else we assume that default type is string. It's only st2client that has issues, in certain scenarios. Medium chance of breaking things for quite a few people that have made assumption of default string.

See #4612 for some additional info

@LindsayHill LindsayHill merged commit b0c084e into master Apr 17, 2019
@LindsayHill LindsayHill deleted the wait_for_ssh_metadata branch April 17, 2019 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants