Revision cfa7859d

b/kamaki/cli/commands/pithos.py
1656 1656
        user_uuid=RepeatableArgument('Add a user to the group', '--uuid'),
1657 1657
        username=RepeatableArgument('Add a user to the group', '--username')
1658 1658
    )
1659
    required = ['user_uuid', 'user_name']
1659
    required = ['user_uuid', 'username']
1660 1660

  
1661 1661
    @errors.generic.all
1662 1662
    @errors.pithos.connection

Also available in: Unified diff