Revision 0db8331f kamaki/clients/cyclades/__init__.py

b/kamaki/clients/cyclades/__init__.py
57 57
            describing files to be injected into virtual server upon creation
58 58

  
59 59
        :param networks: (list of dicts) Networks to connect to, list this:
60
            [
61
                {"uuid": <network_uuid>},
62
                {"uuid": <network_uuid>, "fixed_ip": address},
63
                {"port": <port_id>}, ...]
60
            "networks": [
61
            {"uuid": <network_uuid>},
62
            {"uuid": <network_uuid>, "fixed_ip": address},
63
            {"port": <port_id>}, ...]
64 64
            ATTENTION: Empty list is different to None. None means ' do not
65 65
            mention it', empty list means 'automatically get an ip'
66 66

  

Also available in: Unified diff