Skip to Content
Hybrid Cloud for Developers
book

Hybrid Cloud for Developers

by Manoj Hirway
April 2018
Intermediate to advanced content levelIntermediate to advanced
280 pages
8h 37m
English
Packt Publishing
Content preview from Hybrid Cloud for Developers

Adding a floating IP address

As discussed, a floating IP address can be allocated to the VM by explicitly specifying the IP address from the pool of floating IP addresses available. The function add_floating_ip_to_server() accepts the VM instance ID, floating IP address to be assigned, and the optional fixed IP address as its parameters. The fixed_address can be set to None:

def add_floating_ip(conn):    server_id="7cdaa375-f1b5-40ab-81bd-7e3d052f370d"    conn.compute.add_floating_ip_to_server(server_id,"172.24.4.10",fixed_address=None)
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hybrid Cloud for Architects

Hybrid Cloud for Architects

Alok Shrivastwa
OpenStack: Building a Cloud Environment

OpenStack: Building a Cloud Environment

Alok Shrivastwa, Sunil Sarat, Kevin Jackson, Cody Bunch, Egle Sigler, Tony Campbell

Publisher Resources

ISBN: 9781788830874Supplemental Content