Commit Graph

9 Commits

Author SHA1 Message Date
Adam Harwell f8d023fbfe Retiring neutron-lbaas
Depends-On: https://review.opendev.org/#/c/658493/
Change-Id: Ia4f4b335295c0e6add79fe0db5dd31b4327fdb54
2019-05-11 03:18:03 -07:00
Michael Johnson da74ad0428 Remove the references to oslosphinx
oslosphinx is deprecated, fails with sphinx 2, and is going away.
This updates neutron-lbaas to use a basic openstackdocstheme.

Change-Id: Iffc66fecd1b94a2cd94ec7da27bb273784644c0b
2019-04-01 11:56:44 -07:00
Michael Johnson a4c4944d56 Update neutron-lbaas for gate changes
The gates are now testing with python3 and we needed to update some
requirements.

Change-Id: I6e48becf2f1267e7059baeb12b5f0a137205fcff
2019-03-21 13:41:45 -07:00
Boden R 3fff6bb5f3 use neutron-lib for _model_query
The model_query module is in neutron-lib and the CommonDBMixin will
eventually be removed. This patch swiches use of the _model_query
method over to query_with_hooks from neutron-lib.

This patch also bumps the neutron-lib version up to 1.20.0

Change-Id: Ie8e9123cb2c58b4bde717648f2cfff7664da434e
2018-11-13 11:39:59 -07:00
Boden R f1c501ccf6 update requirements for neutron-lib 1.18.0
Neutron-lib 1.18.0 is our Rocky RC and is already being used by neutron
[1]. This patch updates the neutron-lib required version to match
neutron [1] in prep for the Rocky release.

It also updates the project zuul jobs to pull in openstack/neutron from
git for the lower constraints job (see failure in PS1).

[1] https://review.openstack.org/#/c/583671/

Change-Id: Ieed673b74d8fef81db57e9e4c26f85207b39e6d6
2018-07-28 15:49:00 +02:00
Michael Johnson fa73d764d6 Neutron-LBaaS to Octavia migration tool
This patch adds a tool that migrates running load balancers from Neutron-LBaaS
to Octavia.
It also creates a periodic test to run the migration tool.

Story: 1640526
Task: 5161
Task: 22605

Change-Id: I541f84fffe26af8ff49f8cb05733ef4018a89dbd
2018-07-22 18:32:03 -07:00
Boden R 6bd36d9be0 use retry_db_errors from neutron-lib
The externally consumed APIs from neutron.db.api were rehomed into
neutron-lib with https://review.openstack.org/#/c/557040/

This patch consumes the retry_db_errors from lib in prep for
https://review.openstack.org/#/c/570016

It also bumps the neutron-lib version up to 1.14.0

Change-Id: I92a02d0441928667e911496208cda3bd56009fbc
2018-05-22 13:40:33 -06:00
Doug Hellmann c26e991db0 uncap eventlet
We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

In order to change the requirements file, we also need to fix the lower
constraints list so that the values comply with the rules, so this patch
includes those changes as well.

Change-Id: Id503eb40432b5b3502d156e907dd342b536bf33e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-19 10:20:47 -04:00
Doug Hellmann 2978d01209 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: Iebd2d4016dc4643564907176169e2be026c7b278
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 16:32:06 -04:00