Revision f3740b99 kamaki/cli/commands/cyclades.py

b/kamaki/cli/commands/cyclades.py
392 392
                        self.parsed_name[0])])
393 393
            self._value = getattr(self, '_value', list())
394 394
            self._value.append(
395
                dict(network=net_and_ip[0], fixed_ip=net_and_ip[1]))
395
                dict(uuid=net_and_ip[0], fixed_ip=net_and_ip[1]))
396 396

  
397 397

  
398 398
@command(server_cmds)
......
429 429
        if self['automatic_ip']:
430 430
            networks = []
431 431
        else:
432
            networks = [dict(network=netid) for netid in (
432
            networks = [dict(uuid=netid) for netid in (
433 433
                (self['network_id'] or []) + (self['network_id_and_ip'] or [])
434 434
            )] or None
435 435
        servers = [dict(

Also available in: Unified diff