summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-11-15 19:18:46 -0500
committerMark McLoughlin <markmc@redhat.com>2012-11-17 16:30:03 +0000
commit0e932e6b2390ee8731134cfdb1dcdea3adfc8062 (patch)
treee691aee6aad5a901547ce0ac32ab03afb42c85bb
parent03b6cc9a87f891fe0ab0019471cb890ea53ae9ea (diff)
Remove FLAGS
The FLAGS variable is now unused in the codebase, so we can safely remove it. Change-Id: Idb70442d2420673d31da2b210486b6ec4ae76c84
-rw-r--r--nova/flags.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 2a3e4471d..c092d966a 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -24,5 +24,3 @@ This is left to support backwards compatibility.
"""
from nova import config
-
-FLAGS = config.CONF