From: Tony Mack Date: Thu, 2 Feb 2012 17:40:39 +0000 (-0500) Subject: updated logging message X-Git-Tag: merged-in-sfa-2.1-2~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=29a1b237552b55dd09b6ed844a612afa82de73bc;p=sfa.git updated logging message --- diff --git a/sfa/openstack/nova_shell.py b/sfa/openstack/nova_shell.py index 8d20e9bb..8ad7c59a 100644 --- a/sfa/openstack/nova_shell.py +++ b/sfa/openstack/nova_shell.py @@ -42,7 +42,7 @@ class NovaShell: if is_local and has_nova: - logger.debug('openstack access - native') + logger.debug('nova access - native') # load the config flags.FLAGS(['foo', '--flagfile=/etc/nova/nova.conf', 'foo', 'foo']) self.auth = context.get_admin_context() @@ -50,8 +50,8 @@ class NovaShell: else: self.auth = None self.proxy = None - logger.debug('openstack access - REST') - raise SfaNotImplemented('openstack access - Rest') + logger.debug('nova access - REST') + raise SfaNotImplemented('nova access - Rest') def __getattr__(self, name): def func(*args, **kwds):