Revision db6438fd

b/kamaki/clients/compute/__init__.py
129 129
            describing files to be injected into virtual server upon creation
130 130

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

Also available in: Unified diff