Fix typo in group create
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 16 Dec 2013 15:19:04 +0000 (17:19 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 16 Dec 2013 15:19:36 +0000 (17:19 +0200)
kamaki/cli/commands/pithos.py

index cc7f15b..9546ba2 100644 (file)
@@ -1656,7 +1656,7 @@ class group_create(_pithos_group, _optional_json):
         user_uuid=RepeatableArgument('Add a user to the group', '--uuid'),
         username=RepeatableArgument('Add a user to the group', '--username')
     )
-    required = ['user_uuid', 'user_name']
+    required = ['user_uuid', 'username']
 
     @errors.generic.all
     @errors.pithos.connection