From 29a1b237552b55dd09b6ed844a612afa82de73bc Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 2 Feb 2012 12:40:39 -0500 Subject: [PATCH] updated logging message --- sfa/openstack/nova_shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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): -- 2.43.0