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:
parent
24ad9dd8a3
commit
1e3c0e0227
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user