diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2012-11-15 19:18:46 -0500 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2012-11-17 16:30:03 +0000 |
| commit | 0e932e6b2390ee8731134cfdb1dcdea3adfc8062 (patch) | |
| tree | e691aee6aad5a901547ce0ac32ab03afb42c85bb | |
| parent | 03b6cc9a87f891fe0ab0019471cb890ea53ae9ea (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.py | 2 |
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 |
