From 90f305c3994f2707263ecd2acb70ff1908e20f6d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 4 May 2012 15:28:49 -0400 Subject: Register fake flags with rpc init function. Fixes LP Bug #994775. Change-Id: I60b6d9b500a9a1dd801919a3b63dc3ddfa291c13 --- nova/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/__init__.py b/nova/tests/__init__.py index 31e19020c..448e260b5 100644 --- a/nova/tests/__init__.py +++ b/nova/tests/__init__.py @@ -68,6 +68,7 @@ def setup(): from nova.db import migration from nova.network import manager as network_manager from nova.tests import fake_flags + rpc.register_opts(FLAGS) if FLAGS.sql_connection == "sqlite://": if migration.db_version() > migration.INIT_VERSION: -- cgit