Remove duplicate definition of flag

This commit is contained in:
Michael Gundlach
2010-08-17 13:03:38 -04:00
parent 83ba856552
commit 17ce9090eb

View File

@@ -33,10 +33,6 @@ from nova.auth import manager
from nova.endpoint.rackspace import controllers
FLAGS = flags.FLAGS
flags.DEFINE_string('cloud_topic', 'cloud', 'the topic clouds listen on')
class API(wsgi.Middleware):
"""WSGI entry point for all Rackspace API requests."""