April 2018
Intermediate to advanced
280 pages
8h 37m
English
A private IP address may also be released by explicitly specifying the IP address to the remove_fixed_ip_from_server() function call:
def remove_fixed_ip(conn): server_id="7cdaa375-f1b5-40ab-81bd-7e3d052f370d" conn.compute.remove_fixed_ip_from_server(server_id,"10.0.0.5")