Revision de329b4c kamaki/clients/cyclades/__init__.py

b/kamaki/clients/cyclades/__init__.py
58 58

  
59 59
        :param networks: (list of dicts) Networks to connect to, list this:
60 60
            "networks": [
61
                {"uuid": <network_uuid>},
62
                {"uuid": <network_uuid>, "fixed_ip": address},
63
                {"port": <port_id>}, ...]
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