Delete Flask Dependence
we do not need flask dependence Change-Id: I52bd9096952e263f8699d62a7826eadaa3fb4385
This commit is contained in:
parent
0442a0034f
commit
675bdbd15e
@ -15,12 +15,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import flask.helpers
|
||||
from oslo.config import cfg
|
||||
|
||||
from ironic.openstack.common import jsonutils
|
||||
|
||||
flask.helpers.json = jsonutils
|
||||
|
||||
API_SERVICE_OPTS = [
|
||||
cfg.StrOpt('ironic_api_bind_ip',
|
||||
|
@ -22,6 +22,5 @@ python-keystoneclient>=0.2.0
|
||||
stevedore>=0.7
|
||||
websockify<0.4
|
||||
oslo.config>=1.1.0
|
||||
Flask==0.9
|
||||
pecan>=0.2.0
|
||||
wsme>=0.5b1
|
||||
|
Loading…
x
Reference in New Issue
Block a user