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

Passing bootstrap_ip_address as an array object instead of string #101

Merged
merged 2 commits into from
Feb 24, 2016

Conversation

NimishaS
Copy link

Fix for chef/knife-openstack#186 and #100

The issue was that knife-windows and chef are expecting bootstrap_ip_address to be provided as an array which they try to split here https://github.com/chef/knife-windows/blob/master/lib/chef/knife/winrm_knife_base.rb#L69.
This was being passed as a String earlier, hence taking only the first character of the IP address.

@jjasghar
Copy link

Wow, great find. I'll set up a release for knife-cloud for tomorrow (Feb 24th) after some verification.

jjasghar pushed a commit that referenced this pull request Feb 24, 2016
Passing bootstrap_ip_address as an array object instead of string
@jjasghar jjasghar merged commit 11fe705 into master Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants