Revise command boolean flags

* use --enable|--disable form for boolean 'enabled' value
* clean up logging strings

Change-Id: Ib4016bbef1763c27ec5a9edf36b926dc0d0b265c
This commit is contained in:
Dean Troyer
2012-05-11 15:11:07 -05:00
parent fa4a4a37d6
commit f485d71222
3 changed files with 57 additions and 32 deletions
openstackclient
compute
identity
shell.py

@ -50,7 +50,7 @@ def env(*vars, **kwargs):
class OpenStackShell(App):
CONSOLE_MESSAGE_FORMAT = '%(levelname)s: %(message)s'
CONSOLE_MESSAGE_FORMAT = '%(levelname)s: %(name)s %(message)s'
log = logging.getLogger(__name__)