~ziad-sawalha/keystone/trunk

« back to all changes in this revision

Viewing changes to bin/keystone-manage

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2011-08-11 19:13:58 UTC
  • mfrom: (251.1.2)
  • Revision ID: git-v1:1cd3878e74d220d366a6a3e47e43257ce38b6b72
Merge "Adding curl documentation and additional installation doc. Also updated man documentation for keystone-manage"

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
def Main():
48
48
    """
49
49
    Usage: keystone-manage [options] type command [id [attributes]]
50
 
      type       : role, tenant, user, token (more to come)
51
 
      command    : add, list, disable (more to come)
 
50
      type       : role, tenant, user, token, endpoint, endpointTemplates
 
51
      command    : add, list, disable, delete, grant, revoke
52
52
      id         : name or id
53
53
      attributes : depending on type...
54
54
        users    : password, tenant
60
60
      -c | --config-file : config file to use
61
61
      -d | --debug : debug mode
62
62
 
63
 
    Example: keystone-manage add user Admin P@ssw0rd
 
63
    Example: keystone-manage user add Admin P@ssw0rd
64
64
    """
65
65
    usage = "usage: %prog [options] type command [id [attributes]]"
66
66