Hi,
I've modified my nova.conf, so that it can auto assign floating ip with my openstack instance.
Due to requirement, I wrote a small script which contains mainly two parts: first, boot instance and auto assign floating ip second, embedded floating ip as a variable and run several commands.
In this situation, I'm curious how can I obtain floating ip of my instance via commands?
is there any openstack command like nova show floating ip?
Thanks