Revision 3b98cf31 kamaki/cli/commands/network.py

b/kamaki/cli/commands/network.py
200 200
    @errors.cyclades.network_type
201 201
    def _run(self, network_type):
202 202
        net = self.client.create_network(
203
            network_type, name=self['name'], shared=self['shared'].
203
            network_type, name=self['name'],
204
            shared=self['shared'],
204 205
            project=self['project'])
205 206
        self._print(net, self.print_dict)
206 207

  

Also available in: Unified diff