Appendix

Appendix

Bootstrap your network

Most cloud providers provision all network objects that are required to boot an instance. To determine whether these objects were created for you, access the Network Topology section of the OpenStack dashboard.

network topology view

Specify a network during instance build

Add the parameter network and send its name or id to attach the instance to:

testing_instance = conn.create_server(wait=True, auto_ip=True,
    name=instance_name,
    image=image_id,
    flavor=flavor_id,
    network=network_id)
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.