summaryrefslogtreecommitdiffstats
path: root/bin/keystone-manage
Commit message (Collapse)AuthorAgeFilesLines
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-0/+2
| | | | | | | | | | | | | | | | | | The environment module will be configured once, during code initialization. Subsequently all other possibly-evented modules will retrieve from environment and transparently obtain either the eventlet or standard library modules. If eventlet, httplib, subprocess or other environment dependant module is referenced outside of the environment module it should be considered a bug. The changes to tests are required to ensure that test is imported first to setup the environment. Hopefully these can all be replaced with an __init__.py in a post-nose keystone. Implements: blueprint extract-eventlet Change-Id: Icacd6f2ee0906ac5d303777c1f87a184f38283bf
* Add KEYSTONE_LOCALEDIR env variableMark McLoughlin2013-05-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Part of fixing bug #995287 Syncs these two commits from oslo-incubator: Support overriding oslo localedir too Add a gettextutils.install() helper function to get a new gettextutils.install() function which allows the default localedir to be overwritten via an environment variable. A few things to note: - the gettext.install() call is moved from common.config to the toplevel scripts to fix cases (e.g. the legacy auth_token middleware) where keystone code might be imported by a program who's default translation domain is not 'keystone'. - we add a gettext.install() call in keystone.test so that tests have the _() builtin installed. Change-Id: I86562b3a65d371673bb21f7179eecc7602bc0775
* Fix thinko in keystone-all sys.path hackMark McLoughlin2012-02-221-1/+1
| | | | | | We shouldn't be looking for keystone-all/__init__.py Change-Id: I833342cbc3d0fff3168d31d72d1c7e8b029e32fd
* Fix pep8 violations.Monty Taylor2012-01-311-7/+7
| | | | Change-Id: I12e304c567b92178e193c60599c3be606cc70d38
* move cli code into a module for testingtermie2012-01-241-201/+3
|
* allow class names to be different from attr namestermie2012-01-241-3/+10
|
* add ec2 credentials to the clitermie2012-01-241-0/+5
|
* fix token vs auth_tokentermie2012-01-231-4/+10
|
* some quick fixes to cli, tests incomingtermie2012-01-231-6/+3
|
* some cli improvementstermie2012-01-191-8/+67
| | | | | prints available commands and config values when no arguments are given prints available subcommands when command is given but no subocmmand is
* update some namestermie2012-01-181-1/+1
|
* make a main in keystone-managetermie2012-01-171-2/+9
|
* add id-only flag to return IDstermie2012-01-101-0/+6
|
* rename ks to keystone-managetermie2012-01-101-0/+139