Revision c75ab92e snf-cyclades-app/synnefo/api/management/commands/server-create.py

b/snf-cyclades-app/synnefo/api/management/commands/server-create.py
70 70
                    help="Password for the new server")
71 71
    )
72 72

  
73
    @common.convert_api_faults
73 74
    def handle(self, *args, **options):
74 75
        if args:
75 76
            raise CommandError("Command doesn't accept any arguments")

Also available in: Unified diff