change cherrypy version to 18.1.2 49/7949/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 3 Sep 2019 07:24:17 +0000 (07:24 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 13 Sep 2019 09:51:39 +0000 (09:51 +0000)
Change-Id: Id9a2e516e253ccf174d2ac7849178da7bdac0576
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile.local
debian/python3-osm-nbi.postinst
osm_nbi/__init__.py
requirements.txt
setup.py

index 3a31273..e72aefa 100644 (file)
@@ -21,7 +21,7 @@ WORKDIR /app/NBI
 RUN apt-get update && apt-get install -y git python3 python3-jsonschema \
     python3-pymongo python3-yaml python3-pip python3-keystoneclient \
     && pip3 install pip==9.0.3 \
 RUN apt-get update && apt-get install -y git python3 python3-jsonschema \
     python3-pymongo python3-yaml python3-pip python3-keystoneclient \
     && pip3 install pip==9.0.3 \
-    && pip3 install aiokafka aiohttp cherrypy==18.0.0 keystoneauth1 requests \
+    && pip3 install aiokafka aiohttp cherrypy==18.1.2 keystoneauth1 requests \
     && mkdir -p /app/storage/kafka && mkdir -p /app/log 
 
 # OSM_COMMON
     && mkdir -p /app/storage/kafka && mkdir -p /app/log 
 
 # OSM_COMMON
index 5ff9ec7..769c250 100755 (executable)
@@ -21,7 +21,7 @@ echo "POST INSTALL OSM-NBI"
 echo "Installing python dependencies via pip..."
 
 pip3 install pip==9.0.3
 echo "Installing python dependencies via pip..."
 
 pip3 install pip==9.0.3
-pip3 install cherrypy==18.0.0
+pip3 install cherrypy==18.1.2
 pip3 install keystoneauth1
 
 #Creation of log folder
 pip3 install keystoneauth1
 
 #Creation of log folder
index d93de2d..3c38124 100644 (file)
@@ -12,5 +12,5 @@
 # under the License.
 ##
 
 # under the License.
 ##
 
-version = '6.0.2.post3'
+version = '6.0.2.post4'
 version_date = '2018-09-13'
 version_date = '2018-09-13'
index 712bfe4..64c7079 100644 (file)
@@ -10,7 +10,7 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
 # License for the specific language governing permissions and limitations
 # under the License.
 
-CherryPy==18.0.0
+CherryPy==18.1.2
 jsonschema
 PyYAML==3.*
 python-keystoneclient
 jsonschema
 PyYAML==3.*
 python-keystoneclient
index 8946575..ad7cdd5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
         'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common'
     ],
     install_requires=[
         'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common'
     ],
     install_requires=[
-        'CherryPy==18.0.0',
+        'CherryPy==18.1.2',
         'osm-common',
         'jsonschema',
         'PyYAML',
         'osm-common',
         'jsonschema',
         'PyYAML',