-
Notifications
You must be signed in to change notification settings - Fork 100
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
Not finding Private IP During Bootstrap #146
Comments
Do you have a VPN or is that 10.x Addy route-able? |
@jjasghar There's a VPN |
Ah OK, just starting from the ground up. Are you you using neutron or nova networking? |
I believe our OpenStack service is setup to use Neutron. Don't know if this is a datapoint, but bootstrapping does work fine if I use floating IPs. |
Ah yeah that's a perfect data point. When I get to my laptop I'll write out the issue, you found a bug. |
Sounds good! Let me know if can help out with anything! There's one thing I'd like to verify the correct usage of. I'm using the same network for both the
|
is this still an issue? If so, I can pick up attempting to repo and resolve this. |
I believe it is. I made a local change, which I've been testing, and it seems to be working fine. Just need to write a test case. |
Any chance you can push this upstream? I'm getting another issue with floating ips reported so it's very possible we'll have another |
Ok, let me take a look at it. |
@jjasghar I'm about to take a look. Is this still needed? |
@jjasghar just submitted a PR |
I have a private cloud, and I'm trying to bootstrap an instance with its private IP address, but I keep getting the same "No IP address available for bootstrapping." error. I'm passing the
--openstack-private-network
and--bootstrap-network
options. Maybe I've just been staring at it too long and need an extra set of eyes to point out the obvious. Here's the output in verbose mode:The text was updated successfully, but these errors were encountered: