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 connection to servers without a "public_ip_address" interface (ie: VPC) #69

Conversation

chuckg
Copy link
Contributor

@chuckg chuckg commented Sep 18, 2014

Fixes a problem where the server.wait block was only checking for the public_ip_address on the Fog::AWS::Models::Compute::Server object to be set; VPC instances can be assigned with only a private_ip_address. This patch refactors the wait to conditionally check any of the allowed interfaces (dns, public, private).

@chuckg chuckg changed the title Cannot connect to servers without a "public_ip_address" interface Fix connection to servers without a "public_ip_address" interface Sep 19, 2014
@chuckg chuckg changed the title Fix connection to servers without a "public_ip_address" interface Fix connection to servers without a "public_ip_address" interface (ie: VPC) Sep 24, 2014
@tyler-ball tyler-ball merged commit 2954f3c into test-kitchen:master Feb 13, 2015
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