diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2020-02-10 12:22:31 +0200 |
---|---|---|
committer | Tomi Juvonen <tomi.juvonen@nokia.com> | 2020-03-11 08:32:49 +0000 |
commit | 6ff11513a0d3728c79033af623c79dd6df7c621e (patch) | |
tree | 13cddc5776dc82648c771f4b2bf12ac8cdebd56c /doctor_tests/admin_tool/fenix/Dockerfile | |
parent | 34b4083b4d2d579f6dbd334df06fe9394453680a (diff) |
VNFM against Fenix API schema validation fix
-Small API changes as Fenix validates API schema
-Bug fixes in building Fenix service and container
-Need to wait container ready before testing
Related: https://review.opendev.org/#/c/706775/
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Change-Id: I8b88865d6b8569c6660513974955f7cd65619a33
Diffstat (limited to 'doctor_tests/admin_tool/fenix/Dockerfile')
-rw-r--r-- | doctor_tests/admin_tool/fenix/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doctor_tests/admin_tool/fenix/Dockerfile b/doctor_tests/admin_tool/fenix/Dockerfile index 5804b207..202380eb 100644 --- a/doctor_tests/admin_tool/fenix/Dockerfile +++ b/doctor_tests/admin_tool/fenix/Dockerfile @@ -21,7 +21,7 @@ RUN apk --no-cache add ca-certificates && \ if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && \ if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi && \ pip3 install --upgrade pip && \ - pip3 install alembic aodhclient decorator flask Flask-RESTful eventlet \ + pip3 install alembic aodhclient decorator flask Flask-RESTful eventlet jsonschema \ keystoneauth1 keystonemiddleware python-novaclient oslo.config pecan \ oslo.db oslo.log oslo.messaging oslo.serialization oslo.service oslo_policy \ oslotest oslo.utils pbr pymysql six sqlalchemy -cupper-constraints.txt && \ |