From 2341110512e084daf1cdff40113e398d66b0cf73 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 31 Jan 2012 21:05:13 -0500 Subject: [PATCH] fix flag file arg --- sfa/openstack/openstack_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/openstack/openstack_shell.py b/sfa/openstack/openstack_shell.py index 1ee2f92d..a4636ae7 100644 --- a/sfa/openstack/openstack_shell.py +++ b/sfa/openstack/openstack_shell.py @@ -43,7 +43,7 @@ class OpenstackShell: if is_local and has_nova: logger.debug('openstack access - native') # load the config - flags.FLAGS(['foo', '/etc/nova/nova.conf', 'foo', 'foo']) + flags.FLAGS(['foo', '--flagfile=/etc/nova/nova.conf', 'foo', 'foo']) self.auth = context.get_admin_context() self.proxy = db else: -- 2.43.0