Guest User

Untitled

a guest
Apr 23rd, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def get_floating_ip(self, ip):
  2. kwargs = {
  3. 'floating_ip_address': ip
  4. }
  5. return self.neutron.list_floatingips(**kwargs)
  6.  
  7. # Return
  8. <generator object _pagination at 0x2c2c410>
Advertisement
Add Comment
Please, Sign In to add comment