Revision 16d7b9ff kamaki/cli/commands/snf-astakos.py
b/kamaki/cli/commands/snf-astakos.py | ||
---|---|---|
99 | 99 |
@command(snfastakos_cmds) |
100 | 100 |
class astakos_user_info(_astakos_init, _optional_json): |
101 | 101 |
"""Authenticate a user |
102 |
Get user information (e.g. unique account name) from token |
|
102 |
Get user information (e.g., unique account name) from token
|
|
103 | 103 |
Token should be set in settings: |
104 | 104 |
* check if a token is set /config get cloud.default.token |
105 | 105 |
* permanently set a token /config set cloud.default.token <token> |
... | ... | |
412 | 412 |
|
413 | 413 |
arguments = dict( |
414 | 414 |
accept=CommaSeparatedListArgument( |
415 |
'commission ids to accept (e.g. --accept=11,12,13,...', |
|
415 |
'commission ids to accept (e.g., --accept=11,12,13,...',
|
|
416 | 416 |
'--accept'), |
417 | 417 |
reject=CommaSeparatedListArgument( |
418 |
'commission ids to reject (e.g. --reject=11,12,13,...', |
|
418 |
'commission ids to reject (e.g., --reject=11,12,13,...',
|
|
419 | 419 |
'--reject'), |
420 | 420 |
) |
421 | 421 |
|
Also available in: Unified diff