Revision 1d5653d9 kamaki/clients/compute/__init__.py

b/kamaki/clients/compute/__init__.py
130 130

  
131 131
        :param networks: (list of dicts) Networks to connect to, list this:
132 132
            "networks": [
133
            {"network": <network_uuid>},
134
            {"network": <network_uuid>, "fixed_ip": address},
133
            {"uuid": <network_uuid>},
134
            {"uuid": <network_uuid>, "fixed_ip": address},
135 135
            {"port": <port_id>}, ...]
136 136
            ATTENTION: Empty list is different to None. None means ' do not
137 137
            mention it', empty list means 'automatically get an ip'

Also available in: Unified diff