adc6fe0f12f8df5e05686564afa28d2b6aab6d35
Commit Graph

884 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Zuul
adc6fe0f12 Merge "Update master for stable/train" 2019年11月27日 18:06:26 +00:00
Zuul
6954334398 Merge "Use Horizon project template for django jobs" 2019年10月15日 01:16:07 +00:00
Zuul
dc6a8fd0c6 Merge "fix tox python3 overrides" 2019年10月07日 08:56:22 +00:00
manchandavishal
8add7ecf3a Use Horizon project template for django jobs
Horizon defined a project template 'horizon-non-primary-django-jobs'
for django jobs. This patch use that template to run django jobs
here. For information please refer [1]
[1] https://review.opendev.org/#/c/681969/
Change-Id: I99604ffa2a93f4df52ae143e54aeec95201230b2
2019年10月05日 10:54:21 +00:00
Akihiro Motoki
70e6a57564 PDF documentation build
The content of the top page is adjusted to fit both HTML and PDF docs.
Story: 2006099
Task: 35122
Change-Id: Id97ac873c5593d273f1eb66000b21899a5caa33d
2019年10月01日 18:54:13 +09:00
00f2a6ba3d Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: If95550dc11d2b38f9fa8abbca3da766a71c49ef2
Sem-Ver: feature
2019年09月25日 08:48:31 +00:00
Andreas Jaeger
9ec426c0c5 Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I95fd291ef583145e8549650b870247d306da8b95
11.0.0 11.0.0.0rc1 11.0.0.0b1
2019年07月22日 20:54:51 +02:00
Zuul
a1297d9052 Merge "Add Python 3 Train unit tests" 2019年07月17日 15:44:14 +00:00
Zuul
b1a0aebb00 Merge "Move db class definitions before orm relationships to those classes" 2019年07月17日 15:44:13 +00:00
Zuul
13c4336b07 Merge "Update to opendev repository" 2019年07月10日 10:58:44 +00:00
Corey Bryant
3672653e9c Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.
See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html
Change-Id: Ib0ce018cf8f70fce05d53c4815ae34d764f7ef34
Story: #2005924
Task: #34225 
2019年07月05日 13:36:32 -04:00
Elod Illes
4655630adc Add local bindep.txt
As it was announced [1] global bindep-fallback.txt was removed and now
projects need to have a local bindep.txt to be able to install binary
dependencies for testing.
In test jobs the script tools/test-setup.sh is called which requires
mysql and postgres servers and clients to be installed.
[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html
Change-Id: I6b7afd3f6d0b45337f87e13352ab1095d51a23a3
2019年06月26日 12:55:25 +02:00
Slawek Kaplonski
95e42889fe Change tempest regex used in devstack-gate-bagpipe-rc
In commit [1] we removed tempest plugin code from this repo
as it was moved to neutron-tempest-plugin.
This commit changes also tempest regex for bagpipe tempest job to
be valid and run tests from neutron-tempest-plugin repo.
[1] https://review.opendev.org/#/c/657793/
Change-Id: I6d1983e9b9371fe03fd62b1848621581992ff841
2019年06月17日 10:08:56 +00:00
Slawek Kaplonski
15c3f144e3 Fix bagpipe driver to work with SQLAlchemy 1.3
In SQLAlchemy 1.3 there was introduced change which caused failures of
unit tests in networking-bgpvpn. See [1] for details.
This patch fixes this by setting explicity columns on which join is done.
[1] https://docs.sqlalchemy.org/en/13/changelog/migration_13.html#\
 query-join-handles-ambiguity-in-deciding-the-left-side-more-explicitly
Change-Id: If1b3f69b91bc961693cc442986f9e8c725a4d3bd
Closes-Bug: #1833051 
2019年06月14日 11:26:55 +02:00
Zuul
d9cfb7b3cf Merge "Remove tempest tests entry point" 2019年06月03日 21:02:01 +00:00
Zuul
273ad4898b Merge "Dropping the py35 testing" 2019年05月30日 13:59:04 +00:00
huang.zhiping
735568bbeb fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: Iafddd120e35bcec814be5a35d901b4102da5f8e2
2019年05月30日 09:11:04 +00:00
Masayuki Igawa
763f0f1675 Remove tempest tests entry point
This commit removes the tempest tests entry point from setup.cfg.
Tempest tests were already removed by this commit[0]. So, we don't need
to have it.
[0] https://review.opendev.org/#/c/657793/
Change-Id: If39a269b72f854a0b2b11195e2ab022762dea2a0
2019年05月30日 16:04:08 +09:00
Oleg Bondarev
b128f5e0db Move db class definitions before orm relationships to those classes
This is to fix race conditions on neutron server init.
Please see bug for details.
Also removes redundant relationship in BGPVPNPortAssociation
as it is defined in BGPVPNPortAssociationRoute as well.
Change-Id: Ibe51e51799c59fae1a8b412fd3d3535bbc96aa20
Partial-Bug: #1824299
Related-Bug: #1815564 
2019年05月16日 18:03:32 +04:00
Slawek Kaplonski
44866dadba Rehome tempest tests to neutron-tempest-plugin repo
This patch removes all tempest tests from networking-bgpvpn repository
as all of them are now moved to neutron-tempest-plugin repo.
It also removes job legacy-tempest-dsvm-networking-bgpvpn-bagpipe which
is now replaced by job neutron-tempest-plugin-bgpvpn-bagpipe defined in
neutron-tempest-plugin repo directly.
Depends-On: https://review.opendev.org/#/c/652991/
Change-Id: Iaccf6db5c2bd248c2758168340e83f936e9eb8ea
2019年05月08日 15:01:08 +02:00
Le Hou
144774bb25 Update to opendev repository
Change-Id: Ieb2be8c2466ef762509a644c14fb4e9c26d82253
2019年04月24日 14:27:28 +08:00
OpenDev Sysadmins
57701930f2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019年04月19日 19:48:25 +00:00
Ghanshyam Mann
cbe0a20e01 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].
As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html
[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html
Change-Id: I537cdb447953e538302fa9107fa56b1461bfe1c6
2019年04月15日 18:31:14 +00:00
Ian Wienand
45da223874 Merge "Replace openstack.org git:// URLs with https://" 2019年04月10日 00:43:49 +00:00
Akihiro Motoki
2fdf39545b doc: Add policy reference
Partially Implements: blueprint neutron-policy-in-code
Change-Id: Iaf95ea426294a72022e7d0dc58f40fd9f425894b
2019年04月04日 14:13:30 +00:00
Zuul
f6498ff5bd Merge "Update master for stable/stein" 2019年04月04日 14:01:54 +00:00
Zuul
ecdad5187e Merge "lower-constraints: align pyscopg version to global reqs" 2019年04月04日 13:32:36 +00:00
Thomas Morin
813b1815a6 lower-constraints: align pyscopg version to global reqs
Change-Id: I3b307b62b53597250bae79ed0655fb81935c5e0e
Closes-Bug: 1822975
2019年04月03日 12:22:14 +02:00
Ian Wienand
cf58dd3710 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: I593cf4b53a44b1deed5bbe2c843df268b68b37cb
2019年03月24日 20:34:22 +00:00
2ec05e09d5 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Iee01791d3968a744b323fa52ca59aaf835f48925
Sem-Ver: feature
2019年03月21日 21:20:55 +00:00
Zuul
2c20de71a4 Merge "fix tox python3 overrides" stein-em 10.0.0 10.0.0.0rc1 10.0.0.0b1 2019年03月01日 14:43:36 +00:00
Zuul
2c0a66c409 Merge "add python 3.7 unit test job" 2019年03月01日 14:43:35 +00:00
Doug Hellmann
1c2b7c734f fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I380c7b2010248a257612ad707a69b433054d7a4a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2019年02月28日 08:48:04 +00:00
Boden R
5b43affe39 stop using common db mixin
All of the methods of common db mixin are available via neutron-lib
and the mixin will be removed before long.
This patch switches the code over to use neutron-lib's APIs rather
than those of the mixin as well as top using the mixin as a parent
class.
Change-Id: I0cd42b3bb1b9b365ef9770ead006b54a2828453f
2019年02月28日 07:15:42 +00:00
Corey Bryant
47c8a5b176 add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.
See ML discussion here [1] for context.
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html
Change-Id: Ib79d3d2bfe52ae0112fd326b0dff07a56ee2bde7
Story: #2004073 
2019年02月28日 06:48:47 +00:00
Zuul
4ccda6e5ce Merge "Remove tripleo newton and ocata jobs" 2019年02月27日 16:23:45 +00:00
Zuul
00333be187 Merge "tox: make pep8-dev use python3 like pep8" 2019年02月27日 15:55:27 +00:00
Zuul
29ae6f64a7 Merge "Convert policy.json into policy-in-code" 2019年02月27日 15:48:37 +00:00
Boden R
a11d46e71a use rpc from neutron-lib
We recently removed neutron.common.rpc [1] as the rpc module lives in
neutron-lib now. This project was missed because I didn't find
neutron.common.rpc as an import.
This patch switches rpc uses over to neutron-lib.
This patch also wraps in a needed update to lower-constraints.txt
(cannot merge separately, because both changes are needed to
unbreak the CI)
[1] https://review.openstack.org/#/c/634790/
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I42fe0a9a05ead681fd2a579650218c6140e3bb3a
2019年02月27日 09:30:44 +01:00
Thomas Morin
9203bfeaeb tox: make pep8-dev use python3 like pep8
Change-Id: I9942c525dc0235750ca531e983b7f4ad248c7e14
2019年01月09日 09:25:51 +02:00
Zuul
fdec45b953 Merge "Upgrade pylint to a version that works with python3" 2019年01月08日 15:45:20 +00:00
Zuul
91dce0d687 Merge "use neutron-lib for model_query" 2019年01月08日 15:14:33 +00:00
Zuul
ffc5c69a0f Merge "Update min tox version to 2.0" 2019年01月08日 15:14:32 +00:00
Rafael Folco
b2a6a7b222 Remove tripleo newton and ocata jobs
Non-containerized multinode scenario jobs are no longer supported
and should be removed from zuul config.
Change-Id: I09a064daf50931270fa28a36d5aa1f0c1a067ab4
2019年01月08日 15:41:46 +02:00
Thomas Morin
ddb459ad0d Upgrade pylint to a version that works with python3
Fixes a few pylint warning from this recent pylint.
len-as-condition, inconsistent-return-statements and
no-else-return rules are
added to the ignore list in .pylintrc because they are
patterns commonly used in the neutron stadium and
already ignored in the neutron repo.
Change-Id: Ib8f25b8103f6bb429cf5fbaa7a071dab7326930f
Co-Author: Akihiro Motoki <amotoki@gmail.com>
2019年01月08日 15:16:05 +02:00
Thomas Morin
40951dbb0d make tempest bgpvpn tests voting again
With the resolution brought by in networking-bagpipe,
we can make bgpvpn tempest tests voting again.
Change-Id: I161324745ff26abc260f6b1892217f5157f01dd8
Depends-On: https://review.openstack.org/629062
Related-Bug: 1807152
2019年01月08日 12:24:42 +02:00
Akihiro Motoki
2ba48eb535 Convert policy.json into policy-in-code
This commit converts the existing networking-bgpvpn policy.json
into policy-in-code.
Partially Implements: blueprint neutron-policy-in-code
Change-Id: I7cee0efef016dd8650ccf97686fe680667d52683
2019年01月08日 01:25:00 +09:00
Zuul
69f44e32a0 Merge "Change openstack-dev to openstack-discuss" 2019年01月05日 11:00:00 +00:00
Boden R
1a4cf31b9c use neutron-lib for model_query
This patch switches to code over to use neutron-lib's model_query
module rather than neutrons.
Change-Id: I8ecc36ba2c86786f74e2f5f2cc816e43abeba243
2019年01月02日 13:17:09 -07:00
Marios Andreou
bab36be7a3 Replace tripleo scenario004-multinode with scenario004-standalone
More info and tracked by tripleo ci squad at [1]
[1] https://tree.taiga.io/project/tripleo-ci-board/us/534
Change-Id: Ie9bfbf3f5b17421f6e6f93ab2ad8e8ee47c3d24c
2018年12月27日 14:42:11 +02:00