fr33jc / bang

The beginning of the universe...
GNU General Public License v3.0
22 stars 7 forks source link

public vs private IP #22

Open pgcorchary opened 9 years ago

pgcorchary commented 9 years ago

In my environment - HP Cloud - I get only public IP (15.x.x.x in this case) IP's returned for bang --list. Is there a way to get the private (10.x.x.x)? They are certainly both available from nova (both the python client and from the server apis) ....

I do recognize that I'm normally using an older release due to dependencies, but is this available in a later release? I'm was looking a little at the code hoping to find a simple way to add a command-line switch for this, but I'm not much of a python hacker frankly :)