How to get the floating_ip property in the openstacksdk?
I tried use the conn.network.floating_ip
and conn.floating_ip
all failed.
and I also tried use conn.network.floating_ips()
, get the bellow issue:
AttributeError: 'Proxy' object has no attribute 'floating_ips'