Revision ca5b9261 kamaki/cli/commands/snf-astakos.py

b/kamaki/cli/commands/snf-astakos.py
82 82
    """Authenticate a user
83 83
    Get user information (e.g. unique account name) from token
84 84
    Token should be set in settings:
85
    *  check if a token is set    /config get token
86
    *  permanently set a token    /config set token <token>
85
    *  check if a token is set    /config get remote.default.token
86
    *  permanently set a token    /config set remote.default.token <token>
87 87
    Token can also be provided as a parameter
88
    (To use a named cloud remote, use its name instead of "default")
88 89
    """
89 90

  
90 91
    arguments = dict(

Also available in: Unified diff