Updating required neutron version

build-openstack-sphinx-docs gate was raising an error and -1 on the
gate, due to neutron out of date version (12.0.0). This patch will bring
neutron from 13.0.0.0b1 to the newest version.

Error logs:
   ubuntu-xenial |     'router': constants.L3,
   ubuntu-xenial | AttributeError: 'module' object has no attribute 'L3'

Please see more error logs in the following link
http://logs.openstack.org/04/557904/8/check/build-openstack-sphinx-docs/7a6b1da/job-output.txt.gz#_2018-07-03_04_00_47_083795

Change-Id: I4f31c4bd5368151ff9b236913c1937abdaa793ef
This commit is contained in:
Tuan Do Anh 2018-07-06 15:50:52 +07:00
parent 1d0bb1761d
commit 6e8850bc0a
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ munch==2.2.0
netaddr==0.7.18
netifaces==0.10.6
neutron-lib==1.14.0
neutron==12.0.0
neutron==13.0.0.0b1
openstackdocstheme==1.18.1
openstacksdk==0.13.0
os-client-config==1.29.0

View File

@ -32,6 +32,6 @@ PyYAML>=3.12 # MIT
# These repos are installed from git in OpenStack CI if the job
# configures them as required-projects:
neutron>=12.0.0 # Apache-2.0
neutron>=13.0.0.0b1 # Apache-2.0
networking-sfc>=6.0.0 # Apache-2.0