Remove references to Flask

Currently we require Flask, import it and don't use it for anything.
This patch simply removes these references.

Change-Id: If5b326cc77e392ad7438ae5d0caac0b599e5a580
This commit is contained in:
Dougal Matthews 2014-08-01 12:31:34 +01:00
parent 24ad9dd8a3
commit 1e3c0e0227
2 changed files with 0 additions and 6 deletions

View File

@ -7,7 +7,6 @@ Babel>=1.3
# processing code
http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-master.tar.gz#egg=tripleo_heat_templates
eventlet>=0.13.0
Flask>=0.10,<1.0
greenlet>=0.3.2
iso8601>=0.1.8
kombu>=2.4.8

View File

@ -13,13 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
import flask.helpers
from oslo.config import cfg
from tuskar.openstack.common import jsonutils
flask.helpers.json = jsonutils
API_SERVICE_OPTS = [
cfg.StrOpt(
'tuskar_api_bind_ip',