summaryrefslogtreecommitdiffstats
path: root/keystone/cli.py
Commit message (Expand)AuthorAgeFilesLines
* extension migrationsAdam Young2013-08-061-5/+49
* Python 3.x compatible use of printDirk Mueller2013-07-091-2/+2
* Merge "Require keystone-user/-group for pki_setup"Jenkins2013-06-071-2/+4
|\
| * Require keystone-user/-group for pki_setupDirk Mueller2013-05-271-2/+4
* | Add db_version command to keystone-manageBrian Waldon2013-06-021-0/+12
* | Merge "Add <version> arg to keystone-manage db_sync"Jenkins2013-05-301-1/+11
|\ \
| * | Add <version> arg to keystone-manage db_syncBrian Waldon2013-05-281-1/+11
* | | Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-2/+2
|/ /
* | Migrate to pbr.Monty Taylor2013-05-231-2/+2
* | Implement Token Flush via keystone-manage.Jamie Lennox2013-05-211-0/+13
|/
* extracting credentialsAdam Young2013-05-171-1/+1
* Generate HTTPS certificates with ssl_setup.Jamie Lennox2013-04-111-7/+30
* keystone commands don't print any version informationDavanum Srinivas2013-03-221-0/+2
* Setup logging in keystone-manage command.Yuriy Taraday2013-02-231-0/+1
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-4/+5
* Add --keystone-user/group to keystone-manage pki_setupDirk Mueller2013-02-031-1/+28
* Fixes import order nitsZhongyue Luo2013-01-111-1/+1
* Removed unused importsChuck Short2012-12-281-4/+0
* Port to argparse based cfgMark McLoughlin2012-12-051-76/+57
* keystone_manage certificate generationAdam Young2012-07-021-0/+15
* Keystone should use openstack.common.jsonutilsZhongyue Luo2012-06-281-2/+2
* Use cfg's new global CONF objectMark McLoughlin2012-06-131-3/+4
* Keystone should use openstack.common.importutilsZhongyue Luo2012-06-041-2/+2
* Added missing import (bug 944905)Dolph Mathews2012-03-021-0/+1
* Add migration path for Nova authBrian Waldon2012-02-221-0/+18
* Merge "Removing unused imports from keystone.cli"Jenkins2012-02-221-3/+0
|\
| * Removing unused imports from keystone.cliBrian Waldon2012-02-211-3/+0
* | cli now returns an exit status cmd is invalid.Dan Prince2012-02-221-0/+3
|/
* remove pyclitermie2012-02-161-30/+19
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* add catalog exporttermie2012-02-141-0/+17
* add import legacy cli commandtermie2012-02-131-0/+19
* remove keystoneclient-based manage commandstermie2012-02-131-256/+1
* termie all the thingsDolph Mathews2012-02-081-1/+1
* Make ec2 auth actually workVishvananda Ishaya2012-02-061-1/+0
* Fix pep8 violations.Monty Taylor2012-01-311-252/+253
* doc updatesJoe Heck2012-01-291-1/+1
* add a bunch of basic tests for the clitermie2012-01-241-2/+144
* move cli code into a module for testingtermie2012-01-241-0/+206