51ae343b0e921e5bfc096f24a4ca9f8f5394d420
Commit Graph

1024 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Slawek Kaplonski
51ae343b0e Remove executable from python files which don't really needs it
TrivialFix
Change-Id: I47c32bdd9928a300176ae36a8e530f99562ee596
2024年05月27日 13:24:50 +00:00
Slawek Kaplonski
2a996982d6 Fix trailing whitespaces and replace tabs with 4 spaces
Those changes are done just to make pre-commit hook happy.
TrivialFix
Change-Id: I8e21f41626bcd34c7ff490ea9ac6d7eb40316013
2024年05月27日 15:23:21 +02:00
Zuul
afb98fabba Merge "Replace CRLF by LF" 2024年05月21日 19:56:35 +00:00
Zuul
49336fed59 Merge "Update jobs based on testing runtime for 2024.2" 2024年05月21日 17:35:08 +00:00
2e3547a79e reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.
Change-Id: I0e29f218f3f14bcf3f33a951bb19c101ee3954dc
2024年05月21日 14:05:18 +00:00
Takashi Kajinami
a7208e128f Fix compatibility with SQLAlchemy 2.0
* The str(url) function in SQLAlchemy hides the password. For a URL
 string that is to be re-used, use
 render_as_string(hide_password=False) .
* subtrasactions was removed in SQLAlchemy 2.0[1].
[1] https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#migration-to-2-0-step-five-use-the-future-flag-on-session
Co-Authored-By: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: I9c7539f26ad58ad62661f98d125ba5495e7ac271
2024年05月21日 16:16:28 +09:00
Takashi Kajinami
da4923014d Replace CRLF by LF
... because LF is commonly used as newline code.
Change-Id: If238971837e7732068bb935c16b2a9a160d9a9a1
2024年05月18日 14:11:51 +09:00
Zuul
6295e5fbc3 Merge "Drop x bit from dashboard files" 2024年04月20日 11:17:42 +00:00
OpenStack Proposal Bot
337b7f1936 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: If0161b63916e76683494328382e450c5767071b1
2024年04月19日 04:24:05 +00:00
Zuul
4b2dee2205 Merge "coveragerc: Remove reference to non-existant path" 2024年04月06日 00:59:36 +00:00
Zuul
7ec2a9c94e Merge "Remove reference to glance-registry" 2024年04月05日 17:58:14 +00:00
elajkat
a36bf908ed Update jobs based on testing runtime for 2024.2
Based on [0] & [1] only py39, py311 and py312 (non-voting)
jobs are in the testing runtime for 2024.2, updated relevant
files accordingly.
[0] https://review.opendev.org/c/openstack/governance/+/908862
[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html
Change-Id: If02b2a8f87cc13eaada5b045881e569e58defe5b
2024年03月27日 14:35:05 +01:00
581dec4871 Update master for stable/2024.1
Add file to the reno documentation build to show release notes for
stable/2024.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.
Sem-Ver: feature
Change-Id: I337f71b5faf43442eb8d91851e796cf286002bd7
2024年03月12日 19:49:22 +00:00
Zuul
c620fc3aea Merge "reno: Update master for unmaintained/victoria" 20.0.0 20.0.0.0rc1 2024年03月07日 19:59:52 +00:00
b66e0d7766 reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.
Change-Id: I9637c7b1eff43979ae4bd681523cdb7d132dc2ee
2024年03月06日 12:15:05 +00:00
902212da50 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.
Change-Id: Ie1e4b8307bae54532cb24fdec9392361c11ec6a2
2024年03月06日 11:55:31 +00:00
Zuul
af4140832a Merge "tox: Drop envdir" 2024年02月13日 20:48:36 +00:00
Zuul
0721db8fbc Merge "Bump hacking" 2024年02月13日 16:49:42 +00:00
elajkat
aa18632724 Bump hacking
hacking 3.0.x is too old.
Try to synchronize pylint ignore and extension list with
other Networking projects.
Change-Id: I93206052a384ceaf182ff3a93a326e17b2110a4d
2024年02月12日 14:29:00 +01:00
elajkat
ed5d2968b1 tox: Drop envdir
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~
According to the maintainer of tox, this functionality is not intended
to be supported.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293
Change-Id: I74c5c05679a3e9ecf376634fac34a9269a1e9cba
2024年02月06日 11:34:03 +01:00
cfdac6a278 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.
Change-Id: I703162937c60e0b623ccbe2410a15801e50eb42d
2024年02月05日 16:45:28 +00:00
Takashi Kajinami
a120a85260 coveragerc: Remove reference to non-existant path
The networking-bgpvpn/openstack directory does not exist.
Change-Id: Ieb962c002030cf1f78e1c37dd45de72e6a66a0b5
2024年01月25日 16:35:37 +00:00
Takashi Kajinami
77db6b68d3 Remove reference to glance-registry
... because the service was removed long ago.
Change-Id: I42d6fb39976b7aaf8e24b443dc548d4d110964b2
2024年01月25日 15:25:35 +00:00
Takashi Kajinami
0370650d9b Drop x bit from dashboard files
None of these files need to be executable.
Change-Id: I65e80a4b2a1136558c060da46b22189c1ed50c7d
2024年01月26日 00:21:40 +09:00
elajkat
2244a10a9c Dashboard: change ugettext_lazy to gettext_lazy
With django 4 some of the imports were changed, adopt
bgpvpn_dashboard to these changes.
Change-Id: If2728626f227a8cb4023cb2395c4c440e92347db
2024年01月25日 15:24:46 +01:00
elajkat
deafdf6b3a Update python classifier with py3.11 in setup.cfg
Change-Id: I2d4cb37d9e6bec6eec6dcd4978266bc8fd1388de
2024年01月10日 15:35:47 +01:00
Zuul
227943e2dc Merge "Add python3.10 support in testing runtime" 2023年12月01日 16:10:36 +00:00
elajkat
867e32b9a7 py311: add required projects to py311 job and add it to weekly
Change-Id: I2405bf23cbebd103f4c4566359e0dcd39d421401
2023年09月26日 10:22:20 +02:00
a16a6faced Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.
Sem-Ver: feature
Change-Id: Ie57176f70562e14028f5c91c4064c567ba758819
2023年09月15日 13:50:00 +00:00
likui
2e89844a20 Add python3.10 support in testing runtime
In 2023.2 cycle testing runtime, project test in py38 py39 and py10
[0] https://governance.openstack.org/tc/reference/runtimes/2023.2.html
Change-Id: I6e2ffe6f30f8fd5f82fef893b2edfee2705b6a16
2023年09月13日 14:20:49 +08:00
elajkat
f9491f5197 Fix bindep.txt for python 3.11 job(Debian Bookworm)
Python 3.11 job run on Debian Bookworm which does
not the mysql pkg for example, mariadb-server, libmysqlclient-dev
instead they have mariadb. Updating bindep.txt file
to adjust the pkgs as per Debian bookworm.
Copy-paste of
https://review.opendev.org/c/openstack/networking-bagpipe/+/893987
Change-Id: I42a369ebe8079b901a37ac44e117006ccb98ae9d
19.0.0 19.0.0.0rc1
2023年09月12日 08:55:29 +00:00
Szymon Datko
fd5d5818e3 Fix tox.ini
Change [1] modified the tox.ini file in a way that it builds now
a regular Python package and installs it into virtual environment
instead of using the editable module. The current configuration
also breaks the behavior under tox version 3, where skipsdist option
could be set only on top level of tox.ini file.
[1] https://review.opendev.org/c/openstack/networking-bgpvpn/+/868072
Change-Id: I0bc8c30d58cc12c15cf657f2699f40641174c63c
2023年07月28日 15:35:32 +00:00
OpenStack Proposal Bot
5aa10bec91 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I24900290582a52b5d4ca0fcb68868c935b2222a8
2023年06月19日 04:53:47 +00:00
elajkat
50b448eb97 Make neutron-tempest-plugin-bgpvpn-bagpipe job voting again
[1] made neutron-tempest-plugin-bgpvpn-bagpipe job temporarily
non-voting, as both the networking-bagpipe and networking-bgpvpn
fixes are merged the job can be voting again.
[1]: https://review.opendev.org/c/openstack/networking-bgpvpn/+/883057
Change-Id: Idafcd5425d5339c3ff0788f26260a78e7c14c169
Related-Bug: 2019097
Depends-On: https://review.opendev.org/c/openstack/networking-bagpipe/+/883064 
2023年06月08日 18:56:57 +02:00
elajkat
2f409077ff Fix issues due to rcent RBAC changes
neutron recently merged a commit enabling secure rbacs by default [1]
breaking several unit tests of networking-bgpvpn.
This patch changes the necessary test calls to be admin and
requires neutron >= 23.0.0.0b2.
[2] removed neutron.debug, remove the dependency to it in
service_drivers.bagpipe.bagpipe and in test_bagpipe.
Make neutron-tempest-plugin-bgpvpn-bagpipe job temporaryly
non-voting, when this patch and the bagpipe one depending on
this one (see [3]) are merged we have to set the job back to
voting.
[1]: 670cc383e0
[2]: https://review.opendev.org/c/openstack/neutron/+/883081
[3]: https://review.opendev.org/c/openstack/networking-bagpipe/+/883064
Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/883838
Related-Bug: 2019097
Change-Id: I5c3070cd385307a46a9cea39e37276d4d888bd1b
2023年06月08日 10:01:59 +02:00
elajkat
ce690c8803 CI: add oslo_master and sqlalchemy to periodic weekly
Add openstack-tox-py39-with-oslo-master to periodic weekly and as an
extra simplify the required projects with anchor.
Add openstack-tox-py310-with-sqlalchemy-master job to weekly queue.
Change previous jobs in the periodic to py310
Related-Bug: #2004265
Change-Id: I043c657052c9fa43fcef4636362477d16551c337
2023年04月12日 14:12:09 +02:00
Zuul
828b2a239f Merge "Use neutron-lib policy rules" 2023年03月13日 19:33:43 +00:00
Zuul
8d85459043 Merge "Update master for stable/2023.1" 2023年03月13日 15:32:11 +00:00
Nurmatov Mamatisa
a23313c042 Use neutron-lib policy rules
Change-Id: I04ea4f02b3e1cdd22c07b8d458a5e011620b5e39
2023年03月09日 11:04:59 +03:00
Corey Bryant
902b82169d Drop rc1 and b1 from min versions in requirements.txt
The min versions for python3-networking-bagpipe and
python3-neutron have been set to a release candidate
and beta version for a while now. Let's set those to
the official corresponding release versions.
Change-Id: Icb61aa418476cd4e2d66e918e37fc08abe5191a9
2023年03月01日 08:20:40 -05:00
ddee2a3bdb Update master for stable/2023.1
Add file to the reno documentation build to show release notes for
stable/2023.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.
Sem-Ver: feature
Change-Id: I28b82dcc051fa501c4b67f03ef1c8ddf5ac0ef9e
2023年03月01日 09:20:59 +00:00
Zuul
fc202ff7bb Merge "Remove TripleO job" 2023年02月28日 12:39:16 +00:00
OpenStack Proposal Bot
6658d4b34d Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: Id20b38fed4dd648d6c8ca4510f7c925ea87bc427
18.0.0 18.0.0.0rc1
2023年02月15日 03:07:00 +00:00
elajkat
7d1f8d61ff Fix some pylint indentation warnings
Running with a stricter .pylintrc generates a lot of
C0330 warnings (hanging/continued indentation).
Following the efforts of haleyb (see [0])
[0]: https://review.opendev.org/q/intopic:%255Epylint-c0330.*+owner:haleyb.dev%2540gmail.com
Change-Id: Ie197a9704a10741624ee36817bae5f73a84156ec
2023年01月30日 13:01:29 +00:00
elajkat
d259ea394b Tox4: add allowlist_externals where necessary
With tox4 allowlist_externals is more strictly checked, so
fix it where necessary and fix pylint version.
Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943
Related-Bug: #1999558
Change-Id: I7a4fed13cf6d04609f2e2e074a4c6fc8d17107d4
2022年12月21日 09:10:27 +01:00
3a668d598a Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I6b51ed856d5fc3b543634ca4db50a68b5f6d8328
2022年09月16日 12:06:06 +00:00
fa27b22adb Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.
Sem-Ver: feature
Change-Id: Ia6eda93e39eb61871413764256d43a75b3737426
2022年09月16日 12:06:04 +00:00
elajkat
3cba4a40fc Change dsvm-functional to dsvm-functional-gate
Adopt dsvm-functional target name as [0] changed in Neutron, so the new
name of the target is dsvm-functional-gate.
[0]: https://review.opendev.org/c/openstack/neutron/+/856262
Depends-On: https://review.opendev.org/c/openstack/neutron/+/857680
Change-Id: I94ce9515c6620471a15f415b4daf450666c0ecde
17.0.0 17.0.0.0rc1
2022年09月14日 13:41:17 +00:00
Zuul
03265a1050 Merge "Address RemovedInDjango40Warning" 2022年08月09日 12:09:05 +00:00
Zuul
52c60d63c7 Merge "Imported Translations from Zanata" 2022年08月09日 12:09:03 +00:00