Release-announce
Threads by month
- ----- 2026 -----
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- 17236 discussions
We are ecstatic to announce the release of:
neutron-dynamic-routing 16.0.0: Neutron Dynamic Routing
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/neutron-dynamic-routing
Download the package from:
https://tarballs.openstack.org/neutron-dynamic-routing/
Please report issues through:
https://bugs.launchpad.net/neutron/+bugs
For more details, please see below.
Changes in neutron-dynamic-routing 15.0.0..16.0.0
-------------------------------------------------
31ea570 Monkey patch original current_thread _active
5597a8b Update TOX_CONSTRAINTS_FILE for stable/ussuri
157c34a Update .gitreview for stable/ussuri
045811b Fix docs publishing
3b546a3 Cleanup py27 support
fd72823 Switch functional job to Zuulv3 syntax
777fb16 Drop python 2 support and testing
0c98a88 Remove tempest path from setup.cfg & tox.ini
e760a49 Remove tempest tests that have moved to neutron-tempest-plugin
e2d4ced Fix resource_filter.bind method that was changed in neutron
8b0f8bc Switch to Ussuri jobs
6e02b02 Update master for stable/train
4780fe5 bgp: Gracefully handle missing last_known_router_id
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 120 +------
neutron_dynamic_routing/cmd/eventlet/__init__.py | 6 +
neutron_dynamic_routing/services/bgp/bgp_plugin.py | 2 +-
.../bgp/scheduler/bgp_dragent_scheduler.py | 5 +-
.../tempest/api/test_bgp_speaker_extensions.py | 327 ------------------
.../api/test_bgp_speaker_extensions_negative.py | 125 -------
.../post.yaml | 80 -----
.../run.yaml | 57 ----
.../notes/drop-py27-support-795303ca12cccd34.yaml | 7 +
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
setup.cfg | 20 +-
setup.py | 9 -
test-requirements.txt | 3 +-
tox.ini | 33 +-
33 files changed, 45 insertions(+), 2142 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 7fbd53c..1a87d66 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD
1
0
We are chuffed to announce the release of:
monasca-notification 2.0.0: Reads alarms from Kafka and then notifies
the customer using their configured notification method.
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/monasca-notification
Download the package from:
https://tarballs.openstack.org/monasca-notification/
Please report issues through:
https://bugs.launchpad.net/monasca/+bugs
For more details, please see below.
2.0.0
^^^^^
Upgrade Notes
* Support for YAML configuration file has been removed. Last release
of monasca-notification to support YAML configuration is OpenStack
Train. Please use oslo.config configuration file instead.
Changes in monasca-notification 1.18.0..2.0.0
---------------------------------------------
0b5b77c Remove deprecated YAML config
db7377f Use unittest.mock instead of third party mock
db01fe4 Migrate from ujson to simplejson
7b6b053 Cleanup py27 support
76f86ec Declare cli.yaml_config option as not required
044b9c7 Allow users to set periodic notifications on all notification types
efc6e28 Fix periodic notifications for webhooks
fc8c53f [ussuri][goal] Drop python 2.7 support and testing
f062546 Blacklist sphinx 2.1.0 (autodoc bug)
88dbdcf Switch to Ussuri jobs
484073e Fix the IPv6 address and port parsing
f92e210 Bump the openstackdocstheme extension to 1.20
e4bcb1f Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 15 +-
lower-constraints.txt | 1 +
monasca_notification/conf/__init__.py | 84 --------
monasca_notification/conf/cli.py | 40 ----
monasca_notification/conf/kafka.py | 2 +-
monasca_notification/conf/types.py | 4 +-
monasca_notification/conf/zookeeper.py | 2 +-
monasca_notification/config.py | 16 +-
monasca_notification/main.py | 4 +-
monasca_notification/notification.py | 4 -
monasca_notification/notification_engine.py | 6 +-
monasca_notification/periodic_engine.py | 9 +-
monasca_notification/plugins/hipchat_notifier.py | 2 +-
monasca_notification/plugins/jira_notifier.py | 7 +-
monasca_notification/plugins/jiraformat.yml | 1 -
monasca_notification/plugins/pagerduty_notifier.py | 2 +-
monasca_notification/plugins/slack_notifier.py | 6 +-
monasca_notification/plugins/webhook_notifier.py | 2 +-
monasca_notification/processors/alarm_processor.py | 2 +-
...or_all_notification_types-ce399a32e5d0f4d3.yaml | 3 +
.../notes/drop-py-2-7-285e126a13e4b5a7.yaml | 6 +
.../notes/drop-yaml-config-9eb8f5e68a40ba14.yaml | 6 +
...ix_periodic_notifications-d842bfb5ec665123.yaml | 6 +
releasenotes/source/conf.py | 16 --
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
requirements.txt | 1 +
setup.cfg | 10 +-
setup.py | 9 -
test-requirements.txt | 2 -
tox.ini | 12 +-
46 files changed, 80 insertions(+), 471 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index f45bae6..6bf5b74 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,0 +16 @@ jira>=1.0.3 # BSD License (2 clause)
+simplejson>=3.8.1
diff --git a/test-requirements.txt b/test-requirements.txt
index b89e4b7..4c0a30d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +9,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0.0 # BSD
-funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
1
0
We contentedly announce the release of:
octavia-dashboard 5.0.0: Horizon panels for Octavia
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/octavia-dashboard
Download the package from:
https://pypi.org/project/octavia-dashboard
Please report issues through:
https://storyboard.openstack.org/#!/project/openstack/octavia-
dashboard
For more details, please see below.
5.0.0
^^^^^
New Features
* Added support for availability zones. Can now create a LB in a
specific AZ.
Changes in octavia-dashboard 4.0.0.0rc1..5.0.0
----------------------------------------------
57e9ea7 Imported Translations from Zanata
97d1c6d Imported Translations from Zanata
c53fa6a Imported Translations from Zanata
74bf067 Update TOX_CONSTRAINTS_FILE for stable/ussuri
31edacf Update .gitreview for stable/ussuri
761408e Availability zone support
684aabc Imported Translations from Zanata
9a42586 Add missing fields for HTTPS health monitors
558222f Fix pyScss version in lower-constraints.txt
b96ac1a Remove six usage
d30787d Drop Django 1.11 support
2fd7d6e OpenStack is dropping the py2.7 support in ussuri cycle.
f4f7be3 translation: drop babel extractor definitions
86fb321 Fix Django version in lower-constraints
36b5649 Imported Translations from Zanata
fe4df43 Fix fip address display for loadbalancer
1a4e530 Imported Translations from Zanata
3eb1e2b Switch to official Ussuri jobs
aa21130 Use Horizon project template for django jobs
a8f3e52 Imported Translations from Zanata
1c7055d Imported Translations from Zanata
0b1e89e Update master for stable/train
4ccd1a0 Imported Translations from Zanata
acbaafb Fix dashboard certificates skipping pkcs12 bundles
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
babel-django.cfg | 3 -
babel-djangojs.cfg | 12 -
lower-constraints.txt | 10 +-
octavia_dashboard/api/rest/lbaasv2.py | 59 +-
octavia_dashboard/karma.conf.js | 2 +-
.../locale/de/LC_MESSAGES/djangojs.po | 21 +-
.../locale/en_AU/LC_MESSAGES/djangojs.po | 608 ---------------------
.../locale/en_GB/LC_MESSAGES/djangojs.po | 69 ++-
.../locale/ja/LC_MESSAGES/djangojs.po | 11 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po | 176 +-----
.../locale/zh_CN/LC_MESSAGES/djangojs.po | 9 +-
octavia_dashboard/post_install.sh | 2 +-
.../core/openstack-service-api/lbaasv2.service.js | 20 +
.../openstack-service-api/lbaasv2.service.spec.js | 8 +
.../lbaasv2/loadbalancers/details/detail.html | 6 +-
.../lbaasv2/loadbalancers/loadbalancers.module.js | 8 +
.../loadbalancer/loadbalancer.controller.js | 32 ++
.../loadbalancer/loadbalancer.controller.spec.js | 70 ++-
.../workflow/loadbalancer/loadbalancer.html | 22 +
.../project/lbaasv2/workflow/model.service.js | 38 +-
.../project/lbaasv2/workflow/model.service.spec.js | 47 +-
.../project/lbaasv2/workflow/monitor/monitor.html | 2 +-
.../notes/add-az-support-efdd4e7c5dccef21.yaml | 4 +
.../notes/drop-py-2-7-f3372b5c26171513.yaml | 6 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 256 ---------
.../source/locale/id/LC_MESSAGES/releasenotes.po | 321 -----------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 260 ---------
.../locale/zh_CN/LC_MESSAGES/releasenotes.po | 197 -------
.../locale/zh_TW/LC_MESSAGES/releasenotes.po | 197 -------
releasenotes/source/train.rst | 6 +
requirements.txt | 5 +-
setup.cfg | 2 -
tox.ini | 22 +-
zuul.d/projects.yaml | 4 +-
37 files changed, 433 insertions(+), 2085 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c953f1f..3ba3763 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-horizon>=14.0.0.0b3 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
@@ -11,2 +11 @@ python-barbicanclient>=4.5.2 # Apache-2.0
-python-keystoneclient>=3.8.0 # Apache-2.0
-six>=1.10.0 # MIT
+python-keystoneclient>=3.22.0 # Apache-2.0
1
0
We high-spiritedly announce the release of:
neutron-vpnaas-dashboard 2.0.0: Neutron VPNaaS Dashboard
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/neutron-vpnaas-dashboard
Download the package from:
https://tarballs.openstack.org/neutron-vpnaas-dashboard/
Please report issues through:
https://bugs.launchpad.net/neutron-vpnaas-dashboard/+bugs
For more details, please see below.
Changes in neutron-vpnaas-dashboard 1.6.0..2.0.0
------------------------------------------------
68721ea Imported Translations from Zanata
bcfc417 Fix pyScss version in lower-constraints.txt
a70fa6b Update hacking for Python3
d409f50 Drop Django 1.11 support
4d959e8 translation: drop babel extractor definitions
e498979 [ussuri][goal] Drop python 2.7 support and testing
e0d2f96 Switch to official Ussuri jobs
201683e Imported Translations from Zanata
6222bf5 Update master for stable/train
4fd4481 Imported Translations from Zanata
b3e37ba Fix help text for "Authorization algorithm"
cb1c5e5 Add tox env and job for Django 2.2
22211be Update the constraints url
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 10 +-
babel-django.cfg | 3 -
babel-djangojs.cfg | 12 -
lower-constraints.txt | 10 +-
.../vpn/templates/vpn/_add_ike_policy_help.html | 1 -
.../locale/de/LC_MESSAGES/django.po | 5 +-
.../locale/en_GB/LC_MESSAGES/django.po | 5 +-
.../locale/id/LC_MESSAGES/django.po | 5 +-
.../locale/ja/LC_MESSAGES/django.po | 5 +-
.../locale/ko_KR/LC_MESSAGES/django.po | 9 +-
.../locale/ru/LC_MESSAGES/django.po | 961 +++++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/django.po | 5 +-
.../notes/drop-py-2-7-bfbdac2889ac051a.yaml | 6 +
releasenotes/source/index.rst | 1 +
.../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 -
.../source/locale/de/LC_MESSAGES/releasenotes.po | 22 +-
.../source/locale/es/LC_MESSAGES/releasenotes.po | 25 -
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 31 +-
.../source/locale/ru/LC_MESSAGES/releasenotes.po | 105 ++-
releasenotes/source/train.rst | 6 +
requirements.txt | 2 +-
setup.cfg | 3 +-
test-requirements.txt | 2 +-
tox.ini | 37 +-
25 files changed, 1151 insertions(+), 146 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 614362e..312c39b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-horizon>=14.0.0 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e55e4bc..1d7731c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
1
0
We exuberantly announce the release of:
manila 10.0.0: Shared Storage for OpenStack
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/manila
Download the package from:
https://tarballs.openstack.org/manila/
Please report issues through:
https://bugs.launchpad.net/manila/+bugs
For more details, please see below.
10.0.0
^^^^^^
Bug Fixes
* When attempting to shrink a share to a size smaller than the
current used space, the share status will remain as "available"
instead of "shrinking_possible_data_loss_error". The user will
receive warning message saying that the shrink operation was not
completed.
Changes in manila 9.0.0..10.0.0
-------------------------------
541f9d8d [Unity] Fix unit test issue
3ea582e1 Update share-manager behavior for shrink share operation
cec83f8c [CI] Fix grenade share networks test
bdb955a1 [grenade][stable/ussuri only] Switch base version
c5b95ef4 Update TOX_CONSTRAINTS_FILE for stable/ussuri
2b1ab19b Update .gitreview for stable/ussuri
0a499674 Drop install_command usage in tox
00e548a6 [NetApp] Fix vserver peer accept on intra cluster replication
c169902d [NetApp] Fix share shrink error status
78005396 fix bug in quota checking
ddb87233 [doc] Annotate max api microversion in Ussuri
4b471012 fix bug in consume from share
cf83f962 [cycle-goals] Add PTL and contributor quickstart
59822398 Use unittest.mock instead of third party lib
879f2081 fix bug in tox py test
c5558960 Fix invalid assert statement
93487666 VNX/PowerMax: Fix export locations
0d949ac4 [NetApp] Fix vserver peer creation with same vserver
2a4a63ef Fix docs duplicated autoclass definition
14d081ac [CI] Stop gating with manila-tempest-minimal-dsvm-lvm
63867a3b [NetApp] Improve create share from snapshot functionality
8f8ddfd6 [ZFSonLinux] Create share from snapshot in different backends
3e51ea34 Remove experimental flag from share groups feature
6c47b193 Create share from snapshot in another pool or backend
252a7e81 [Unity] Manage/unmanage share server/share/snap
2c30fed4 Remove provisioned calculation on non thin provision backends
5f80a24f Delete type access list when deleting types
dceced6d Add new quota for share replicas
470bab7c Prevent share type deletion if linked to group types
c0ee00f2 Increase MANILA_SERVICE_VM_FLAVOR_DISK
35e82746 Support query user message by timestamp
4d53f3ec Revert "Remove provisioned calculation on non thin provision backends"
3fdd9983 Hacking: Fix W605
27808af1 Hacking: Fix E731
3be50ced Hacking: Fix E741
8098045f Hacking: Fix E305
0c6b39d9 Hacking: Fix E117
7022c8df Hacking: Fix E226
28bb6501 Hacking: Fix E241
8730b163 Hacking: Fix F601
aac66559 Hacking: Fix F841
8c1e23c2 Hacking: Fix F632
3ac1870e Update hacking for Python3
cd9292b9 Remove provisioned calculation on non thin provision backends
a4d41598 Cleanup Python 2.7 support
8c582d87 If only .pyc exist, the extension API will be disabled
cb016333 [ci] Stop requiring neutron-tempest-plugin
84daeb48 Enforce policy checks for share export locations
6f79bb6c Fix URLs in code and documentation
14b75b1f [NetApp] cDOT to set valid QoS during migration
50881770 Enable the use scheduler creating share from snapshot flag
9250e02b [NetApp] Fix driver to honor standard extra specs
947315f0 share_networks: enable project_only API only
0aafb1c4 Cleanup docs building
bf15efe3 Update devstack repository URL
ef6b9a0c Fix database loading for some resources
8595a594 Fix release note for LP 1853940's bugfix
26645f5d Add opt doc and reno for noop interface driver
be149c4c Add asynchronous error info into messages when share extend error
3e82f118 Use psycopg2-binary for test-requirements
6aec28f1 Introduce noop interface driver
e7858ad0 Refactor route clearing to linux interface
a8f9174c clear_outdated_routes: reduce neutron calls
e8adbf3c generic: Refactor network functions to l3_init
e224b83d Use StrOpt for instance type
54c5667e Improve share list speed using lazy='subquery'
acfd0f33 Store ganesha logs and configs
0103c3aa [Unity]: Failed to delete cifs share if wrong access set
5c858bc5 Fix over-quota exception of snapshot creation
37a9e538 Don't send heartbeats if driver not initializing correctly
3039a30a Fix missing parameter in the log message
73b0bccd Fix a wrong comma in log message
edfde7ed Add manila-specs link to readme.rst
7874ea98 fix a typo
a7aa8470 Fix error that failed to get image for booting server
417071f1 Make extra_specs value as case-insensitive
ddfb0798 VNX/Powermax: Make it work under python3
cb95b6f6 [ussuri][goal] Drop python2.7 support
75127d82 PowerMax and VNX Manila - Read only policy is not working correctly
572be43b [NetApp] Fix share replica failing for 'transfer in progress' error
24337fe7 Document max Train-release API version
f50c5bec [Unity] Add release note and tests for IPv6 fix
4cc1ce60 Fix invalid assert statement
de2d9417 Fix share network update erroneously returns success
c9d8506f [Unity] Sync Unity related Docs
37575eda Enable glusterfs-native ci
75f108b0 [NetApp] Allow extension/shrinking of NetApp replicated share
1ac6f5f8 add document,source,bugs,blueprints links to readme
c79edcbf update readme links
09c6e159 Imported Translations from Zanata
579487ca Update master for stable/train
700c1a02 Remove backend spec from share type while creating replica
8c7c9e40 [Infortrend] Add Infortrend Manila Doc
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 28 +-
CONTRIBUTING.rst | 24 +-
HACKING.rst | 3 +-
README.rst | 25 +-
api-ref/source/parameters.yaml | 20 +-
api-ref/source/samples/share-create-response.json | 1 +
.../samples/share-instances-list-response.json | 15 +
.../samples/share-show-instance-response.json | 1 +
api-ref/source/samples/share-show-response.json | 1 +
.../samples/shares-list-detailed-response.json | 2 +
api-ref/source/share-instances.inc | 2 +
api-ref/source/shares.inc | 5 +
contrib/ci/post_test_hook.sh | 1 +
contrib/ci/pre_test_hook.sh | 2 +
devstack/README.rst | 4 +-
devstack/plugin.sh | 6 +-
devstack/settings | 7 +-
devstack/upgrade/resources.sh | 20 +-
devstack/upgrade/settings | 8 +-
.../share_back_ends_feature_support_mapping.rst | 4 +-
.../configuration/shared-file-systems/drivers.rst | 3 +-
.../drivers/dell-emc-unity-driver.rst | 473 ++++++++-----
.../drivers/infortrend-nas-driver.rst | 85 +++
.../configuration/tables/manila-infortrend.inc | 34 +
.../development-environment-devstack.rst | 14 +-
.../contributor/samples/container_local.conf | 6 +-
.../contributor/samples/zfsonlinux_local.conf | 6 +-
lower-constraints.txt | 17 +-
manila/api/common.py | 64 +-
manila/api/extensions.py | 10 +-
manila/api/openstack/__init__.py | 2 +-
manila/api/openstack/api_version_request.py | 10 +-
manila/api/openstack/rest_api_version_history.rst | 22 +-
manila/api/v1/limits.py | 3 +-
manila/api/v1/share_servers.py | 2 +-
manila/api/v2/messages.py | 59 +-
manila/api/v2/quota_sets.py | 27 +-
manila/api/v2/share_export_locations.py | 5 +-
manila/api/v2/share_group_snapshots.py | 99 ++-
manila/api/v2/share_group_type_specs.py | 69 +-
manila/api/v2/share_group_types.py | 107 ++-
manila/api/v2/share_groups.py | 90 ++-
manila/api/v2/share_instance_export_locations.py | 8 +-
manila/api/v2/share_networks.py | 33 +-
manila/api/views/limits.py | 25 +-
manila/api/views/quota_class_sets.py | 6 +
manila/api/views/quota_sets.py | 6 +
manila/api/views/share_instance.py | 15 +
manila/api/views/share_network_subnets.py | 2 +-
manila/api/views/shares.py | 13 +
manila/cmd/status.py | 1 +
manila/common/constants.py | 4 +
manila/compute/nova.py | 12 +
manila/db/api.py | 17 +-
.../1f0bd302c1a6_add_availability_zones_table.py | 2 +-
...547b381_add_progress_field_to_share_instance.py | 62 ++
manila/db/sqlalchemy/api.py | 270 ++++++--
manila/db/sqlalchemy/models.py | 22 +-
manila/db/sqlalchemy/query.py | 1 +
manila/db/sqlalchemy/utils.py | 51 ++
manila/exception.py | 17 +-
manila/hacking/checks.py | 44 +-
manila/manager.py | 9 +
manila/message/api.py | 10 +-
manila/message/message_field.py | 31 +-
manila/network/linux/interface.py | 52 +-
manila/network/linux/ovs_lib.py | 20 +-
manila/network/neutron/neutron_network_plugin.py | 8 +-
manila/quota.py | 14 +-
manila/scheduler/drivers/filter.py | 27 +-
manila/scheduler/evaluator/evaluator.py | 3 +-
manila/scheduler/filters/create_from_snapshot.py | 71 ++
manila/scheduler/filters/extra_specs_ops.py | 5 +
manila/scheduler/host_manager.py | 21 +-
manila/scheduler/weighers/host_affinity.py | 65 ++
manila/service.py | 8 +
manila/share/api.py | 292 +++++---
manila/share/driver.py | 125 +++-
manila/share/drivers/cephfs/driver.py | 2 +-
manila/share/drivers/container/storage_helper.py | 2 +-
.../drivers/dell_emc/common/enas/connector.py | 4 +-
.../drivers/dell_emc/common/enas/xml_api_parser.py | 2 +-
manila/share/drivers/dell_emc/driver.py | 107 ++-
.../dell_emc/plugins/powermax/connection.py | 21 +-
.../dell_emc/plugins/powermax/object_manager.py | 26 +-
.../share/drivers/dell_emc/plugins/unity/client.py | 8 +-
.../drivers/dell_emc/plugins/unity/connection.py | 188 +++++-
.../share/drivers/dell_emc/plugins/unity/utils.py | 37 ++
.../drivers/dell_emc/plugins/vnx/connection.py | 14 +-
.../drivers/dell_emc/plugins/vnx/object_manager.py | 26 +-
manila/share/drivers/ganesha/__init__.py | 2 +-
manila/share/drivers/ganesha/manager.py | 18 +-
manila/share/drivers/generic.py | 6 +-
manila/share/drivers/glusterfs/__init__.py | 2 +-
manila/share/drivers/glusterfs/common.py | 8 +-
manila/share/drivers/glusterfs/glusterfs_native.py | 6 +-
manila/share/drivers/glusterfs/layout.py | 2 +-
manila/share/drivers/glusterfs/layout_directory.py | 2 +-
manila/share/drivers/glusterfs/layout_volume.py | 14 +-
manila/share/drivers/hdfs/hdfs_native.py | 2 +-
manila/share/drivers/helpers.py | 2 +-
manila/share/drivers/hitachi/hnas/driver.py | 14 +-
manila/share/drivers/hpe/hpe_3par_driver.py | 7 +-
manila/share/drivers/huawei/base.py | 2 +-
manila/share/drivers/huawei/huawei_nas.py | 2 +-
manila/share/drivers/huawei/v3/connection.py | 2 +-
manila/share/drivers/ibm/gpfs.py | 8 +-
manila/share/drivers/infinidat/infinibox.py | 2 +-
manila/share/drivers/infortrend/infortrend_nas.py | 6 +-
manila/share/drivers/inspur/as13000/as13000_nas.py | 2 +-
manila/share/drivers/inspur/instorage/instorage.py | 2 +-
manila/share/drivers/lvm.py | 8 +-
manila/share/drivers/maprfs/maprfs_native.py | 2 +-
.../share/drivers/netapp/dataontap/client/api.py | 1 +
.../netapp/dataontap/client/client_cmode.py | 107 ++-
.../netapp/dataontap/cluster_mode/data_motion.py | 11 +-
.../netapp/dataontap/cluster_mode/drv_multi_svm.py | 3 +
.../dataontap/cluster_mode/drv_single_svm.py | 3 +
.../netapp/dataontap/cluster_mode/lib_base.py | 498 ++++++++++++--
.../netapp/dataontap/cluster_mode/lib_multi_svm.py | 60 +-
manila/share/drivers/netapp/options.py | 8 +-
manila/share/drivers/nexenta/ns4/nexenta_nas.py | 2 +-
manila/share/drivers/nexenta/ns5/nexenta_nas.py | 2 +-
manila/share/drivers/qnap/qnap.py | 2 +-
manila/share/drivers/service_instance.py | 82 +--
manila/share/drivers/tegile/tegile.py | 2 +-
manila/share/drivers/veritas/veritas_isa.py | 13 +-
manila/share/drivers/windows/windows_smb_helper.py | 2 +-
manila/share/drivers/zfsonlinux/driver.py | 37 +-
manila/share/drivers/zfssa/zfssashare.py | 2 +-
manila/share/manager.py | 473 +++++++++----
manila/share_group/api.py | 2 +-
manila/test.py | 10 +-
manila/testing/README.rst | 1 -
.../api/v2/test_share_instance_export_locations.py | 3 +-
.../api/v2/test_share_replica_export_locations.py | 3 +-
.../api/v2/test_share_snapshot_export_locations.py | 3 +-
...est_share_snapshot_instance_export_locations.py | 3 +-
.../migrations/alembic/migrations_data_checks.py | 31 +-
.../network/test_standalone_network_plugin.py | 3 +-
.../scheduler/filters/test_create_from_snapshot.py | 92 +++
.../scheduler/filters/test_extra_specs_ops.py | 5 +
.../drivers/container/test_container_helper.py | 5 +-
.../drivers/container/test_protocol_helper.py | 5 +-
.../share/drivers/container/test_storage_helper.py | 6 +-
.../share/drivers/dell_emc/common/enas/fakes.py | 14 +-
.../drivers/dell_emc/common/enas/test_connector.py | 13 +-
.../drivers/dell_emc/common/enas/test_utils.py | 5 +-
.../share/drivers/dell_emc/common/enas/utils.py | 2 +-
.../drivers/dell_emc/plugins/isilon/test_isilon.py | 3 +-
.../dell_emc/plugins/isilon/test_isilon_api.py | 4 +-
.../dell_emc/plugins/powermax/test_connection.py | 57 +-
.../plugins/powermax/test_object_manager.py | 2 +-
.../drivers/dell_emc/plugins/unity/__init__.py | 2 +-
.../dell_emc/plugins/unity/fake_exceptions.py | 4 +
.../dell_emc/plugins/unity/mocked_manila.yaml | 43 +-
.../dell_emc/plugins/unity/mocked_unity.yaml | 89 +++
.../drivers/dell_emc/plugins/unity/res_mock.py | 18 +-
.../drivers/dell_emc/plugins/unity/test_client.py | 10 +-
.../dell_emc/plugins/unity/test_connection.py | 152 ++++-
.../drivers/dell_emc/plugins/unity/test_utils.py | 49 ++
.../share/drivers/dell_emc/plugins/unity/utils.py | 3 +-
.../dell_emc/plugins/vnx/test_connection.py | 55 +-
.../dell_emc/plugins/vnx/test_object_manager.py | 3 +-
.../drivers/glusterfs/test_glusterfs_native.py | 5 +-
.../drivers/glusterfs/test_layout_directory.py | 2 +-
.../share/drivers/glusterfs/test_layout_volume.py | 8 +-
.../share/drivers/hitachi/hnas/test_driver.py | 3 +-
.../share/drivers/hpe/test_hpe_3par_constants.py | 1 +
.../share/drivers/hpe/test_hpe_3par_driver.py | 10 +-
.../share/drivers/hpe/test_hpe_3par_mediator.py | 10 +-
.../share/drivers/infinidat/test_infinidat.py | 13 +-
.../drivers/infortrend/test_infortrend_nas.py | 4 +-
.../drivers/inspur/as13000/test_as13000_nas.py | 21 +-
.../drivers/inspur/instorage/test_instorage.py | 7 +-
.../share/drivers/netapp/dataontap/client/fakes.py | 43 +-
.../drivers/netapp/dataontap/client/test_api.py | 12 +-
.../netapp/dataontap/client/test_client_base.py | 3 +-
.../netapp/dataontap/client/test_client_cmode.py | 104 ++-
.../dataontap/cluster_mode/test_data_motion.py | 2 +-
.../cluster_mode/test_driver_interfaces.py | 3 +-
.../netapp/dataontap/cluster_mode/test_lib_base.py | 732 ++++++++++++++++++++-
.../dataontap/cluster_mode/test_lib_multi_svm.py | 109 ++-
.../dataontap/cluster_mode/test_lib_single_svm.py | 3 +-
.../dataontap/cluster_mode/test_performance.py | 3 +-
.../netapp/dataontap/protocols/test_cifs_cmode.py | 2 +-
.../netapp/dataontap/protocols/test_nfs_cmode.py | 2 +-
.../share/drivers/nexenta/ns4/test_jsonrpc.py | 5 +-
.../share/drivers/nexenta/ns4/test_nexenta_nas.py | 57 +-
.../share/drivers/nexenta/ns5/test_jsonrpc.py | 2 +-
.../share/drivers/nexenta/ns5/test_nexenta_nas.py | 92 +--
.../share/drivers/veritas/test_veritas_isa.py | 2 +-
.../share/drivers/windows/test_service_instance.py | 2 +-
.../drivers/windows/test_windows_smb_driver.py | 6 +-
.../drivers/windows/test_windows_smb_helper.py | 2 +-
.../share/drivers/windows/test_windows_utils.py | 3 +-
.../share/drivers/windows/test_winrm_helper.py | 3 +-
.../post.yaml | 13 +
.../post.yaml | 13 +
.../run.yaml | 2 -
.../post.yaml | 15 -
.../manila-tempest-minimal-dsvm-dummy-py2/run.yaml | 82 ---
.../manila-tempest-minimal-dsvm-lvm/run-ipv6.yaml | 2 -
.../manila-tempest-minimal-dsvm-lvm/run.yaml | 2 -
.../post.yaml | 13 +
...t-another-pool-or-backend-98d61fe753b85632.yaml | 14 +
...eplicas-and-replicas-size-565ffca315afb6f0.yaml | 8 +
...user-message-by-timestamp-c0a02b3b3e337e12.yaml | 5 +
...extraspec-for-replication-d611d2227997ae3e.yaml | 8 +
...or-share-export-locations-a5cea1ec123b1469.yaml | 6 +
...-active-share-group-types-83809532d06ef0dd.yaml | 6 +
...xtend-of-replicated-share-2c9709180d954308.yaml | 4 +
...alid-qos-during-migration-4405fff02bd6fa83.yaml | 5 +
...to-honour-std-extra-specs-d32fae4e9411b503.yaml | 4 +
...nity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml | 5 +
...powermax-read-only-policy-585c29c5ff020007.yaml | 6 +
...5147-vnx-read-only-policy-75b0f414ea5ef471.yaml | 6 +
...fail-to-delete-cifs-share-c502a10ae306e506.yaml | 4 +
...update-unexpected-success-eba8f40db392c467.yaml | 6 +
...lica-update-check-failure-90aa964417e7734c.yaml | 9 +
...r-when-share-extend-error-a0c458204b395994.yaml | 5 +
...eat-if-driver-not-initial-9c3cee39e8c725d1.yaml | 7 +
...etapp-fix-shrinking-error-48bcfffe694f5e81.yaml | 7 +
...shot-over-quota-exception-bb6691612af03ddf.yaml | 5 +
...-1859785-share-list-speed-6b09e7717624e037.yaml | 7 +
...x-share-network-retrieval-31768dcda5aeeaaa.yaml | 7 +
...-backref-by-eager-loading-2d897976e7598625.yaml | 5 +
...sion-API-cannot-be-loaded-172cb9153ebd4b56.yaml | 7 +
...thin-provisioned-backends-1da2cc33d365ba4f.yaml | 7 +
...oject-access-when-deleted-4fcd49ba6e6c40bd.yaml | 8 +
...ax-wrong-export-locations-e9763631c621656f.yaml | 6 +
...er-peer-with-same-vserver-8bc65816f1764784.yaml | 10 +
...872872-fix-quota-checking-b06fd372be143101.yaml | 7 +
...73-fix-consume-from-share-eea5941de17a5bcc.yaml | 8 +
...server-peer-intra-cluster-966398cf3a621edd.yaml | 10 +
...44046-fix-image-not-found-629415d50cd6042a.yaml | 7 +
.../drop-python2-support-e160ff36811a5964.yaml | 6 +
...ra_specs_case_insensitive-e9d4ca10d94f2307.yaml | 4 +
...shrinking-data-loss-state-edc87ba2fd7e32d8.yaml | 7 +
...ver-noop-interface-driver-24abcf7af1e08ff9.yaml | 9 +
...uate-share-groups-feature-5f751b49ccc62969.yaml | 10 +
...rom-snapshot-another-pool-330639b57aa5f04d.yaml | 7 +
...er-share-snapshot-support-6a0bbbed74da13c7.yaml | 4 +
...-snapshot-another-backend-44296f572681be35.yaml | 7 +
releasenotes/source/index.rst | 1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 132 ++++
releasenotes/source/train.rst | 6 +
requirements.txt | 9 +-
setup.cfg | 8 +-
setup.py | 8 -
test-requirements.txt | 7 +-
tools/check_logging.sh | 6 +-
tools/install_venv.py | 1 +
tox.ini | 64 +-
407 files changed, 8986 insertions(+), 2691 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 60e5007c..1d393ab2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ Babel!=2.4.0,>=2.3.4 # BSD
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet>=0.22.0,!=0.23.0,!=0.25.0 # MIT
@@ -12 +11,0 @@ greenlet>=0.4.10 # MIT
-ipaddress>=1.0.17;python_version<'3.3' # PSF
@@ -20 +19 @@ oslo.log>=3.36.0 # Apache-2.0
-oslo.messaging>=5.29.0 # Apache-2.0
+oslo.messaging>=6.4.0 # Apache-2.0
@@ -26 +25 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
+oslo.service>=2.1.1 # Apache-2.0
@@ -28 +27 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=3.40.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3737aa35..b3de8f18 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -12 +11,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
@@ -16 +15 @@ oslotest>=3.2.0 # Apache-2.0
-# Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used
+# Do not remove 'PyMySQL' and 'psycopg2-binary' dependencies. They are used
@@ -20 +19 @@ PyMySQL>=0.7.6 # MIT License
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2-binary>=2.8.5 # LGPL/ZPL
1
0
We are overjoyed to announce the release of:
neutron-fwaas-dashboard 3.0.0: Neutron FWaaS Dashboard
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/neutron-fwaas-dashboard
Download the package from:
https://tarballs.openstack.org/neutron-fwaas-dashboard/
Please report issues through:
https://bugs.launchpad.net/neutron-fwaas-dashboard/+bugs
For more details, please see below.
Changes in neutron-fwaas-dashboard 2.1.0..3.0.0
-----------------------------------------------
873d518 Imported Translations from Zanata
6c7034e Fix pyScss version in lower-constraints.txt
6882b42 Update hacking for Python3
d57d35e Deprecate neutron-fwaas-dashboard as stadium project
b7b288f Drop Django 1.11 support
bffad77 translation: drop babel extractor definitions
4eb4547 Imported Translations from Zanata
fd90544 Imported Translations from Zanata
4571ce7 Drop python 2.7 support and testing
725e1ac Add neutron-fwaas-dashboard integration tests
cfb63bb Switch to official Ussuri jobs
36184a8 Update master for stable/train
b508ac3 Use Horizon project template for django jobs
70495c6 Update the constraints url
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 34 +++++++++++----
README.rst | 8 ++++
babel-django.cfg | 3 --
babel-djangojs.cfg | 12 ------
bindep.txt | 5 +++
lower-constraints.txt | 14 ++++---
.../test/integration/__init__.py | 0
.../test/integration/horizon.conf | 4 ++
.../test/integration/pages/__init__.py | 0
.../test/integration/pages/project/__init__.py | 0
.../integration/pages/project/network/__init__.py | 0
.../pages/project/network/firewallgroupspage.py | 21 ++++++++++
.../test/integration/test_basic.py | 24 +++++++++++
...-fwaas-as-stadium-project-af51b5bcab1cb25f.yaml | 14 +++++++
.../notes/drop-py-2-7-aeac41c824c80d4a.yaml | 6 +++
releasenotes/source/index.rst | 1 +
.../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 -----------
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 48 +++++++++++++++++++++-
.../source/locale/es/LC_MESSAGES/releasenotes.po | 25 -----------
.../source/locale/ru/LC_MESSAGES/releasenotes.po | 46 ++++++++++++++++++++-
releasenotes/source/train.rst | 6 +++
requirements.txt | 2 +-
setup.cfg | 2 -
test-requirements.txt | 10 ++++-
tox.ini | 34 ++++++++-------
26 files changed, 249 insertions(+), 103 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index dc7006e..312c39b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-horizon>=14.0.0.0b3 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index da40880..a9c39d5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -11 +11,2 @@ mock>=2.0.0 # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
@@ -13,0 +15,5 @@ reno>=2.5.0 # Apache-2.0
+
+# integration tests requirements
+selenium>=2.50.1 # Apache-2.0
+xvfbwrapper>=0.1.3 #license: MIT
+testtools>=2.2.0 # MIT
1
0
We are overjoyed to announce the release of:
neutron 16.0.0: OpenStack Networking
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/neutron
Download the package from:
https://tarballs.openstack.org/neutron/
Please report issues through:
https://bugs.launchpad.net/neutron/+bugs
For more details, please see below.
16.0.0
^^^^^^
Prelude
The 16.0.0 release includes many bug fixes and new features.
The most important improvements worth mentioning are:
* Python 2 is no longer supported by Neutron, Python 3.6 and 3.7
are.
* Address scopes and subnetpools can now be shared with other
tenants using the Role Based Access Control ("RBAC") mechanism.
* Security groups can now be set as "stateful". Conntrack will not
be used for any rules from such a group. This is currently supported
only by the "iptables" and "iptables_hybrid" drivers.
* Neutron API now allows tagging resources directly in the "POST"
request.
* IGMP snooping (multicast) can now be enabled in the "OVS" and
"OVN" drivers.
* A list of IPv6 addresses for a dhcp-host entry in the dnsmasq DHCP
agent driver can be configured. This solves problems with failing
boot process when only one IP address is available. See #1861032
(https://bugs.launchpad.net/neutron/+bug/1861032)) for details about
the issue.
* The networking-ovn mechanism driver has been merged into the
neutron repository and is now an in-tree driver for ML2.
Changes in neutron 15.0.0.0rc1..16.0.0
--------------------------------------
1e81440b63 Monkey patch original current_thread _active
54ffa37538 Add Octavia file in devstack/lib
cca0aebb26 Add Prelude for Ussuri release notes.
e3e9a90f75 Imported Translations from Zanata
ed10d0ca60 Update TOX_CONSTRAINTS_FILE for stable/ussuri
bd997fd9f1 Update .gitreview for stable/ussuri
a8a2bd7e07 Lock subnets during port creation and subnet deletion
dc9084a8ec [L3 HA] Add "no_track" option to VIPs in keepalived config
2697341846 [OVN] External ports: Account for VNIC_DIRECT_PHYSICAL / VNIC_MACVTAP
3a6a8c334a Provide correct fip cidr when deleting port forwarding
ba35c0fc29 [OVN] Enable qos service plugin in tempest jobs
d840881359 Additions to ovn-db-local.conf.sample
2273499155 Add rootwrap filter rule for radvd-kill script
8d85b35629 Add "rbac-address-scope" to OVN supported extensions
aa9db869ee Fix "TestMonitorDaemon" keepalived-state-change input parameters
2ccddef913 Improve port retrieval when validating auto address
7e5a0e04b8 OVN: Add note re IGMP groups upon ovn-controller service restart
c92950b0ee [Fullstack] Handle properly BrokenPipeError exception
ac5094daa6 Wait until agent metadata is in SB chassis register
b098239d72 Refactor OVN client QoS extension
56b971bb42 Allow sharing of subnet pools via RBAC mechanism
784f8e6416 Update OVN local.conf sample file
05d87d6d90 Promote tempest and fullstack uwsgi jobs to be voting
f93aebe790 [OVN] Bump up transaction timeout for functional tests
2e6aa290a3 Default (shared) network segment range is not mandatory
25830e8ec5 [OVN] Add IGMP snooping configuration guide
2a36ea26cc Add fullstack tests for stateless security groups
02a74c3d2a Enable back mac spoofing and disabled port security tests
a1735c46d8 Don't reschedule hosts unless we need to
21935365f2 "keepalived_state_change" needs to use threading to send arping
306280813f Replace ctype.CDLL by ctypes.PyDLL in linux.ip_lib
3e2b15f0d6 Add tunnel_ip_version to tunnel_sync() error message
a90654ae5a Revert "Subcribe trunk & subport events to set subport id"
d0a1652227 Add trunk subports to be one of dvr serviced device owners
eb775458c6 [DVR] Don't populate unbound ports in router's ARP cache
b27940c205 Migrate the OVN migration scripts
27c8391458 Fix neutron debug probe to use integration_bridge
3d3b61f879 Revert "[OVN] Set 'unknown' address properly when port sec is disabled"
6d619ea7c1 Fix name of "subnet_dns_publish_fixed_ip" extension in docs
ea999564a5 [OVN] HA Chassis Group: Ignore UPDATES when external_ids hasn't changed
72a5b5b61f Fix return correct cache when reusing port
ba00b06ae4 mech_driver.OVNMechanismDriver "_ovn_client" is a read-only property
e37722c0f5 Wait before deleting trunk bridges for DPDK vhu
79e8230e39 Filter subnet by segment ID or None
113dfac608 Prioritize port create and update ready messages
d7f925249a Mark security group fullstack tests as stable
c52029c39a Do not link up HA router gateway in backup node
07b015d789 Use dict .get() to avoid a KeyError in the segment plugin
21ca0ab52c Enable neutron-ovn jobs in check queue
3281d15dd4 Switch tripleo based job to be run on Centos 8
00298fe6e8 [Security] fix allowed-address-pair 0.0.0.0/0 issue
f31ae53dd5 Revert "Switch to use cast method in dhcp_ready_on_ports method"
f156784b42 [OVN] Fix: DevStack guide
e92e311232 [ovn] Documentation: Fix broken links in the OVN Doc
79af9e786d Add usage note in utils.Timer class
f9d6076aec [OVN] Fix check_for_ha_chassis_group_address maintenance task
d982a68446 Finish migration to new engine facade in test_db_base_plugin_v2
4980995176 Revert "Remove native openflow driver 'deferred' code"
1e970f1aa0 Switch to new engine facade in extensions unit tests
4da355098e Switch to new engine facade in test_allowedaddresspairs_db module
c8f2a30983 Reno only - Make stateless allocation segment aware
42ad50db1e Add known gaps between ML2/OVS and OVN
4b10f6876f Fix fake_meta_dvr_port initialization
06fde66b0b [ovn] Stricter matching on metadata port binding event
eb6104c0ac Allow sharing of address scopes via RBAC mechanism
9bd97242b6 Clear lsp.addresses always if port is OVN LB VIP port.
ceb27f2c7d Mark TestVirtualPorts tests as unstable
e1804e6f5f Use "datetime.datetime.isoformat" instead of "timeutils.isotime"
512d8abb4b Neutron ovs agent: Removing SmartNIC OVS representor port on instance tear down and resync
ee73b50618 [OVN] Call OVNClient methods with context when possible
45643f2679 Change OVS tunnel tests to support unittest.mock
8c7aac4f3c Change TestOVNL3RouterPlugin to support unittest.mock
f987486feb Deny delete last slaac subnet with allocation on segment
3d3dc60408 subnet create - segment aware auto-addr allocation
8ebc635a18 Subcribe trunk & subport events to set subport id
807a99f3ab [fullstack] Add option for custom apipaste.ini
7e09e72661 Filter subnets on fixed_ips segment
e0cb072b84 [OVN] Switch release jobs to OVN 20.03 (v20.03.0 tag)
4912d11b34 Add fip_pf_description extension to be supported by service plugin
5a256dd937 Switch to new enginefacade in l3_hascheduler_db module
2b56e60140 Unblock security group update with same stateful data
d92e71c297 Use OVN mech driver OVSDB connections for l3 plugin
933049f529 [OVN] Updates to tools/migrate_names.txt
8108db2c6f Bump neutron-lib to 2.2.0
9e416224b0 [OVN] OVN DB schema update aware maintenance tasks
4824a714bf [OVN] Add support for external ports
03ef29b1f0 [OVN] Default to TLS for OVN-enabled tests
db26ded539 Fix bulk port tag test_type_args_passed_to_extension()
cc281afeec Register DNSMASQ_OPTS in functional sanity tests
295480c53c Provide meaningful defaults for OVN/OVS_REPO_NAME
1e69279817 Check tc_lib.add_tc_policy_class input parameters
d954cd4fea Remove native openflow driver 'deferred' code
cbc473e066 Support for stateless security groups
8456240e7d Run fullstack security group test always serially
6b01ecf9ea Limit ovn sanity checks to q-svc
02a7e96743 Rename devstack service neutron-ovn-metadata-agent
7fa6c1bf39 [OVN] Add IGMP snooping support
592c2f8d91 DHCPv6 - Use addr6_list in dnsmasq
07d5a20b3b [OVN] Add missing OVN functional tests
36656ca318 [Community goal] Add contributor and PTL guide
a27081636b Fix _notify_l3_agent_port_update when there is no binding host
2baeae7519 Clean dvr fip gateway entry when fip agent gw port is deleted
42fc820ded Increase log information in "TestMonitorDaemon"
ec539cb76f Fix assertEqual() calls in metadata agent unit tests
5af046fd4e Remove extra header fields in proxied metadata requests
18c63a7148 [OVN] DevStack: Split the OVN_BRANCH and OVS_BRANCH variables
248cdaa6f7 Allow usage of assert_called_once method in unit tests
5c99964ead [OVN] Enable live-migration tests for devstack multinode
ab1390163d Make neutron-ovn-tempest-slow job green
08132e213d Change way of retrieving LSP in virtual_port functional tests
8c103739f6 [OVN] Always update router static route
d6e1523f78 Add tag-ports-during-bulk-creation to devstack
4739a4febb Ensure that default SG exists during list of SG rules API call
2581778264 [OVN] Remove SG dependency on original port dict
8ae949d5cb Revert "Blacklist test_multiple_ports_portrange_remote for OVN"
b46dbce219 Fix logging call in the segment plugin
c3bbbf575f [OVN] Update zuul jobs to use local OVN driver
046672247d Fix queries to retrieve allocations with network_segment_range
43e150e690 Ensure netlink.nla_slot tuple key is a string
eae036a9d9 Catch PortBindingChassisEvent in test_agent_resync_on_non_existing_bridge
483cc047fa Remove leftovers of get_external_network_id for router
d340f6be57 Add functional test for metadata agent monitoring
03378182f4 Remove neutron-tempest-dvr job from CI
5600163e9b [OvS] Handle re_added multi ports
e4de8d0dd3 Improve log message on exception for invalid tunnel type
4d5817003c Blacklist test_multiple_ports_portrange_remote for OVN
321afc8f89 Move rejection of min-bw rule on non-physnet port to the ovs qos driver
caa34c2797 Drop invalid rootwrap filters
d874c46bff Filter by owner SGs when retrieving the SG rules
dfd394805d Remove method get_security_group_rules_count
88a6c92dc7 [OVN] Merge networking-ovn vagrant into neutron
03203cc4c8 [OVN] Add OVN functional tests - part 1
6dbba8d5ce Check SG members instead of ports to skip flow update
f5c5755100 [Fullstack] Wait until min QoS and Queue registers are set in DB
0d43372f14 Add "project_id" filter when changing the network segmentation ID
7593f95a74 Set a default IP route metric in ip_lib.list_ip_routes
3053caaa02 Workaround in NetworkSegmentRange OVO until "project_id" migration
33fb446add Deprecate config option "ovs_integration_bridge"
98266664c8 Mark NetcatTesterTestCase tests as unstable
e2ab1636b0 Centralize traffic when LB and member has FIP
22ce84ab4d Revert "Add "ncat" rootwrap filter for debug"
2dd6222198 Set an absolute path in rootwrap filters_path
ee01ea950d Bump neutron-lib to 2.1.0
cc3b9df426 "ping"/"ping6" command support in rootwrap filters
cd66232c2b Merge networking-ovn documentation into neutron
0ef4233d89 Add "ncat" rootwrap filter for debug
efec8fc153 Reduce the VLAN/tunneled ranges in fullstack tests
016e7826f1 Improve VLAN allocations synchronization
50025935fe Add 'fip-port-details' to OVN ML2 supported extensions
c9a3d49513 Enhance agent's resources_synced check
cc4c382fd5 Add NEUTRON_PATH to configure_for_func_testing.sh
d8349033e9 Enforce "qos_max_rate" and "qos_burst" in OVN QoS options
b85c273639 [OVN] Reduce the number of watched tables in MetadataProxyHandler
37fafeb678 Add SR-IOV agent resource provider information
a0bb5763b2 dhcp-agent: equalize port create_low/update/delete priority
f9b5a7b6d7 Add 'is_available' function
e64bf6be1b [OVN] Devstack: Fix adding another compute node
6971404bb9 Add ovn-octavia-provider tag as official tag
99105848e5 Revert "Disable neutron-ovn-tempest-ovs-release temporarily"
244e6eead8 Use sys.executable instead of 'python'
13aa00026f Re-use existing ProcessLauncher from wsgi in RPC workers
a05a3ba413 Remove plugins.ml2.db.get_binding_levels
93d9d6bbba Ensure there is always at most 1 dvr fip gw port per agent and network
18d8d3973a Revert "[DVR] Add lock during creation of FIP agent gateway port"
c37781342e Use Python 3 as interpreter in test
a1d65ba210 Remove duplicate QoS backend support table
dcec852b7f [OVN] Update QoS related code from networking-ovn
5b12d808aa Disable neutron-ovn-tempest-ovs-release temporarily
d027a9bc77 Fix duplicate ID warning during doc build
2cd75e073a OVN Metadata agent gets OVSDB updates for only its Chassis
4e60c047d2 Permit OVS build can be set
938581d9bd Increate tox-py38 timeout to 3600 seconds
97773eaea6 Increase log information when a RootHelperProcess fails
740741864a Remove sleep command when retrieving OVS dp
b7dc0ac63a Increase tox-cover timeout to 4800 seconds
cf36bd4ca5 Enable ovsdb debug messages in functional and fullstack
b3a42cddc5 DVR: Remove control plane arp updates for DVR
c471c7330c [OVN] Remove VLAN check when setting external_mac
e22a191f47 Implement tagging during bulk port creation
7fa564ba2c Fix OVN agent devstack script to support IPv6
6ff46fb44b Add "ovn" as official tag used on Neutron's Launchpad
647b7f63f9 [OVN] Add an interval between agents health checks
936bd67aa4 Check "security_group_rule" quota during security group creation
f8a3b2c589 Stop configuring install_command in tox.
3284b5f5ac [OVN] Provide local.conf sample file for DevStack
303937f3ae [OVN] scripts for networking-ovn code migration
2e316157ed Pass result dict to extensions by create port bulk
9283738843 [OVN] Bump ovsdbapp requirements to 1.0.0
710dad13a2 Collect exception information in ARPSpoofTestCase only if initialized
fc507c701c Define new ipv6-only job for OVN
bc0b38b282 Use distutils.version to check dnsmasq supported version
c6a5b284b5 Ensure we don't pass empty addresses to lsp_set_addresses
3b56299e1f Ensure driver error preventing trunk port deletion is logged
06e43dd95d Add description field to portforwarding NAT rules
349869096b [OVN] Migrate the OVN tools
f9e2514ddc [OVN] Double the tempest_concurrency
4f94c55ed3 Increase tox-py3{6,7} and lower-constraints timeout to 3600 seconds
28b1cb749d Remove networking-midonet job from Neutron's check queue
18410097f2 [ovn] Agent liveness - allow time to propagate checks
37521cee8d Assign local variable before being referred
2225457791 Update release-checklist doc page
c5b7817fd0 Follow up to change of exception raised
2f46aee345 Remove python 3.5 from L3 rootwrap filters
45ae9dfb7d [OVN] Delete NAT entry first on any FIP update
d6fccd247f Allow to kill keepalived state change monitor process
cc890bf88b [OVN] Pass context while removing objects in OVN client
426afcfe02 [OVN] Use STACK_USER's actual primary group in starting services
e395322fbf [OVN] Re-enable test_port_security_macspoofing_port
6d1d4cd6ba "_create_security_group_precommit" additional arguments are kwargs
89f138fa41 Remove "update_device_up" parameter from port notification
d1e6c8e556 Remove TripleO job from Neutron's check queue
f2b52b5e8f Add "qos_network_policy_id" to port definition
00a74d1137 Install OVN for functional tests
3ac866950f Replace support matrix ext with common library
13f1015809 Fix invalid assertFalse statements
1310c536e6 [OVN] Enable neutron-ovn-tempest-ovs-release job
0643ab44d8 Set OpenFlow 1.0, 1.3 and 1.4 by default on bridges
12089a526e Add support for direct ports with QoS in OVS
3acf0812a2 [OVN] Add missing pyOpenSSL requirement
1986865bd5 Add MariaDB 10.3 repository for Ubuntu Bionic
48ab58b46e [OVN] Change DevStack to use the local OVN driver
03b87ad963 [OVN] Set 'unknown' address properly when port sec is disabled
620adfe753 Complete dropping py27 support goal
0c8e520b37 [OVN] Add missing OvnSbIdl and OvnNbIdl unit tests
7d5cd3f47d [OVN] TrivialFix: use_new_ovn_repository must check major version
a0fbb3da9b Modify exception string to have more information
03ad5bf19c Fix bug number in release note
7e0c44e21f Remove references to unittest2 library
b20669fa6e IPv6 accepts first address only for routers
84658a96b3 Bump neutron-lib to 2.0.0
efa8dd0895 Add accepted egress direct flow
30a0333f64 Add Dongcan Ye as neutron-vpnaas lieutenant and bug contact person
a022301b50 Set binding profile directly from OVNTrunkDriver (redo cont.)
93e9dc5426 ovs agent: signal to plugin if tunnel refresh needed
193cc4b5ec [OVN] Add OVN metadata entry points
668f582f8d Remove neutron-rootwrap-xen-dom0 script
331a195972 [OVN] Migrate the OVN mech driver
f758bc9980 DhcpLocalProcess._enable should not call DhcpLocalProcess.restart
af274fa826 Switch to reader context
6f7b88d080 Use effective MAC address for macvtap assigned VFs
83d7eb961d Add OVS QoS driver cache for minimum bandwidth rules
08bfbed4c3 Remove the condition that the mtu is nullable
5f2758bb80 Move arp device check out of loop
b89616b1cf Add missing parameter option in log message
9c5156575d Pass correct port data to extension manager
0b3cff33c1 Subnet gateway should be a valid IP
0bf005b3c3 Disable not needed services in grenade jobs
2a8b5860a0 Imported Translations from Zanata
4075db5fd0 Improve ovs cleanup utility help
e54b64f725 OVSInterfaceDriver.plug_new should catch correct exceptions
474bff078c Work around potential double row.delete() call
3faba7cae0 [L3] Switch order of processing added and removed router ports
52787dd4a4 Move tripleo standalone job to ostempest
480b04ce04 Unnecessary routers should not be created
d484bbec2e Update TOX_ENV_SRC_MODULES example
3c156b6a4a Check "keepalived" is stopped in KeepalivedManagerTestCase
0166a1f286 Remove the neutron-grenade job definition
5663517613 Support L3 agent cleanup on shutdown
f711090ed3 Check mtu on network update
3dbe5c2057 Add Neutron Priorities to dashboards list
be1bdd4342 [OVN] Import OVN Client, L3 and QoS related code
b869f30e0b Fix TestHashRingManager test cases
57bc6d167b Allow to select subnets to publish DNS records
36727e3463 Fix pep8 errors found by hacking 2.0.0
a75ec08ddb don't clear skb mark when ovs is hw-offload enabled
df401ddca1 Remove unused arguments in test methods
364fc1413b Remove locks from privileged ip_lib module
04e391ba3e Bump neutron-lib to 1.30.0
fc4e3b95d8 Bump min pyroute2 version to 0.5.7
eabaf30fea Add etc/neutron/*.sample files to be ignored by git
ade35a233e Add retries to update trunk port
7a9fcd11a8 [OVN] Move trunk driver
b99765df8f Use "via" in gateway dictionary in Linux Bridge agent
07be793435 Use constraints for docs tox target
ed26c606c1 Add a tox requirements target
49c0d0548a Move zuul jobs definitions to zuul.d directory
258eebea71 Locate RP-tree parent by hypervisor name
af8a812240 Load the glibc library only once for Pyroute2
88153e7013 [OVN] Move OVN metadata agent
fdb3f05055 [OVN] Import ovsdb related code (part 2)
3437572906 Replace "ip monitor" command with Pyroute2 implementation
f77c1037e4 [OVN] Move OVN ACL commands to Neutron tree
ec171b06f0 doc: fixed word 'neutron-serer' spelling error
8cc2765b5f Avoid raising NetworkInterfaceNotFound exception in DHCP agent logs
50ffa5173d [OVS] Handle added/removed ports in the same polling iteration
b81155ee27 Migrate from ofctl to native QoS DSCP
96741866a7 Move DevStack OVN module to Neutron
c5c896683c [OVN] Move OVN common.acl to Neutron tree
4b5cf9e5fb [OVN] Import ovsdb related code
65692127f6 [OVN] Move OVN commons to neutron tree
f8cb7e849f [OVN] Add revision number maintenance methods
04f693bbbb [OVN] Add revision number methods
10bb7ecbb6 Update comments messages in abandon_old_reviews script
b59fdaa9aa Log exact error during getting value from file
d63da24a13 [OVN] Add hash ring methods
397eb2a2fe Serialize subnet creating depending on the network ID
b01e0c2aa9 [OVS FW] Clean port rules if port not found in ovsdb
a8b5afa41e Add upgrade check for NIC Switch agent
4b3baeb15a Do not inherit from built-in "dict"
151dab39dc Remove grenade-py3 job from Neutron CI
22d2bb94f7 Revert "Revise log when create port failed"
f26b3620db [OVN] Add DB tables for OVN backend
5cb0ff418a Add more condition to check sg member exist
1e5ce97bb9 [OVN] Disable ovn jobs temporary
d296188c2e Set ignore_basepython_conflict to true in tox.ini
9fa881f870 Add upgrade check for networking-ovn db version
b898d2e3c0 List SG rules which belongs to tenant's SG
9267966628 [OVN] Sync requirements with OVN
9c6d3e073e Rehome networking-ovn CI jobs to neutron repository
b4972e246d use objects common_types from neutron-lib
139b496ef9 Dont schedule Network, respecting network_auto_schedule config
ea85e39660 Force arp_responder to True when DVR and tunneling enabled
185efb38aa Update networking-bgpvpn and networking-bagpipe liuetenants
cdadaef53a OpenFlow monitor
728d8ee4b1 NetcatTester.stop_processes skip "No such process" exception
e1a79995b9 Explicit mention py2 for neutron-grenade job
78231fb425 Start README.rst with a better title
eba2e9ce19 Remove neutron-grenade job from Neutron CI queues
39255f3e7e Parameter 'fileds' value is not used in _get_subnets
3593b0dc69 Switch neutron-tempest-with-os-ken-master job to zuul v3
0041860e97 HA race condition test for DHCP scheduling
4afba466e0 Make network support read and write separation
458fd224db [Fullstack] Fix waiting for packet with DSCP mark in test
a2fdf8aa72 Remove one of iptables_hybrid jobs
1d6207187c Update liaison for networking-sfc project
eeefd54c53 doc: Adjust heading levels
3c9b0a5fac [fullstack] find ip based on allocation_pool
c03b263a67 Trivial: fix firewall_refresh_needed return value type
cae66a4d8d Revise log when create port failed
76de8a715d SR-IOV: macvtap assigned vf check using sysfs
c4fd5a030f Remove old, legacy experimental CI jobs
ab286bcdac Set DB retry for quota_enforcement pecan_wsgi hook
7a9d6d2641 Do not initialize snat-ns twice
a545da420c Enable bulk updates for the dnsmasq
d15ad2e481 Increase waiting time for network rescheduling
9ad03dcf96 Catch FileNotFoundError when listing namespace PIDs
0a3c53e411 Move migration to proper dir and fix objects tests
59b37701e9 TestMinBwQoSOvs must call the correct methods
5b341150e2 Add "igmp_snooping_enable" config option for OVS agent
02be7c13b3 Remove deprecated agent_type option
30d3e4c56c Fix Geneve max_header_size config option text
eb3302207f Add profiler decorator to Neutron
26b8026cee Update security group rule if port range is all ports
7218873050 Set rootwrap daemon timeout for fullstack and functional tests
cc3886fd78 PSExtDriverTestCase: initialize variable in case of exception
aedc099176 Increase timeout when waiting for dnsmasq enablement
5537a81fbb Remove info about "ovsdb_interface" from config description
4d52b903eb Adding check for IPv6 address in setup_controllers
cb2ebcc998 "round" with ndigits=None returns an integer
0a7f166861 Add neutron-tempest-mariadb-full periodic job
4379310846 Remove Floating IP DNS record upon associated port deletion
a260afcf18 Add Source links to readme and update Documentation
68625686a4 Make the MTU attribute not nullable
48ea7da6c5 Router synch shouldn't return unrelated routers
1d55a4508f Clean-up ssl packages from bindep.txt
6842465260 Stop testing python 2
7c5ce50a0c Check dnsmasq process is active when spawned
ecef65b9b5 Do not use exceptions in get_link_id() to control the code flow
4f59db2fab Reset timeout exception in DietTestCase when retrying
1a686fb401 Switch to use cast method in dhcp_ready_on_ports method
51dd91a73d Update bug contacts
48730d9449 Use threads insted of greethreads in IP monitor
471dc98707 Temporary disable CI job neutron-functional-python27
bdc1bc73f3 Fix mismatch of tags in dnsmasq options
e801159003 Handle OVSFWPortNotFound and OVSFWTagNotFound in ovs firewall
60ac055ff6 Add more info when parsing config fails
4b67a06403 Log OVS firewall conjunction creation
a8fa085364 [nova][train] Docs: Remove deprecated RetryFilter
70763c0d1b Update list of Neutron lieuetenants
555238da69 Start using oslo_utils.netutils.is_ipv6_enabled()
3fe4df00e3 [doc][IPv6] make kernel config addr_gen_mode clear
e101652a63 Don't call super() in Timer class __init__ method
592b446299 Convert Pyroute2 byte results to strings
dce7af902c Mock openstacksdk raise_from_response in ironic unit test
6b52e361f0 Fix misspell word
6a5a75d5a6 Add radvd_user config option
ee3054b936 Switch to openstack-python3-ussuri-jobs
ac0a426017 Add policy config for get_flavor_service_profile operation
12760c94c8 Adding LOG statements to debug 1838449
451c21571f ovsdb monitor: handle modified ports
040b550a86 Use admin context when updating router gateway
02b6c9827d doc: Update QoS minimum bandwidth limitations for Train
17706412e2 Switch neutron-tempest-postgres-full job definition to Zuul v3
74550b7b15 Code review policy - add note about approving mechanical changes
0fdcbe4ee8 Imported Translations from Zanata
654c1f06d5 Fix designate driver not being fully region aware
a534f10e7b Add irrelevant files to neutron-centos-7-tripleo-standalone
db3001a7a2 Remove QoS related objects unneeded compatibility conversions
4762ee9d1a Update master for stable/train
761b91fd22 Randomize VNI in FdbInterfaceTestCase
6b241bb13c Always make sure openvswitch kernel module is loaded
94f69ab407 Randomize BaseFullStackTestCase._find_available_ips
ffe5943e65 Make port list by mac case insesitive
d8eb42f1ea Configure keepalived interfaces according to config file
f9a750fcaf Prevent providing privsep-helper paths outside /etc
2bb241b7a2 Log the IPTables rules if "debug_iptables_rules"
c952b59600 Handle ports assigned to routers without routerports
0528068a35 switch to the newly created opensuse-15 nodeset
def8e95aad fixed_configured=True when Add/Remove port IPs
ab75405708 Initialize nova_notifier for only port data changes
69b3762dda Add binding_index to NetworkDhcpAgentBinding
da93f09676 Open Ussuri DB branch
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 +
.gitreview | 1 +
.zuul.yaml | 456 ---
CONTRIBUTING.rst | 19 +-
HACKING.rst | 5 +-
README.rst | 18 +-
TESTING.rst | 18 +-
bin/neutron-rootwrap-xen-dom0 | 154 -
bindep.txt | 7 -
devstack/lib/dns | 11 +-
devstack/lib/octavia | 45 +
devstack/lib/ovn_agent | 829 +++++
devstack/lib/ovs | 14 +-
devstack/lib/tag_ports_during_bulk_creation | 3 +
devstack/ovn-compute-local.conf.sample | 89 +
devstack/ovn-db-local.conf.sample | 47 +
devstack/ovn-local.conf.sample | 172 +
devstack/ovn-vtep-local.conf.sample | 39 +
devstack/plugin.sh | 35 +
.../admin/ovn/figures/ovn-l3ha-bfd-failover.png | Bin 0 -> 122142 bytes
.../admin/ovn/figures/ovn-l3ha-bfd-failover.svg | 2599 +++++++++++++
.../figures/ovn-north-south-distributed-fip.png | Bin 0 -> 125745 bytes
.../figures/ovn-north-south-distributed-fip.svg | 3090 ++++++++++++++++
.../ovn/refarch/figures/ovn-architecture1.png | Bin 0 -> 205984 bytes
.../ovn/refarch/figures/ovn-architecture1.svg | 1568 ++++++++
.../admin/ovn/refarch/figures/ovn-compute1.png | Bin 0 -> 139894 bytes
.../admin/ovn/refarch/figures/ovn-compute1.svg | 982 +++++
.../admin/ovn/refarch/figures/ovn-services.png | Bin 0 -> 97775 bytes
.../admin/ovn/refarch/figures/ovn-services.svg | 860 +++++
.../refarch/launch-instance-provider-network.rst | 774 ++++
.../launch-instance-selfservice-network.rst | 757 ++++
.../admin/ovn/refarch/selfservice-networks.rst | 517 +++
.../contributor/internals/code_profiling.rst | 197 +
.../internals/ovn/acl_optimizations.rst | 186 +
.../contributor/internals/ovn/data_model.rst | 263 ++
.../internals/ovn/database_consistency.rst | 442 +++
.../internals/ovn/distributed_ovsdb_events.rst | 142 +
.../internals/ovn/l3_ha_rescheduling.rst | 166 +
.../contributor/internals/ovn/loadbalancer.rst | 316 ++
.../contributor/internals/ovn/metadata_api.rst | 363 ++
.../contributor/internals/ovn/native_dhcp.rst | 53 +
.../contributor/internals/ovn/ovn_worker.rst | 84 +
.../contributor/internals/quality_of_service.rst | 40 +-
.../contributor/ovn_vagrant/prerequisites.rst | 29 +
.../ovn_vagrant/sparse-architecture.rst | 106 +
.../contributor/policies/release-checklist.rst | 20 +-
.../contributor/testing/ci_scenario_jobs.rst | 22 +-
.../general_feature_support_matrix.ini | 167 +-
.../provider_network_support_matrix.ini | 57 +-
.../install/ovn/figures/ovn-initial-resources.png | Bin 0 -> 87952 bytes
.../install/ovn/figures/ovn-initial-resources.svg | 1596 ++++++++
.../install/ovn/figures/tripleo-ovn-arch.png | Bin 0 -> 115804 bytes
.../install/ovn/figures/tripleo-ovn-arch.svg | 3175 ++++++++++++++++
etc/neutron/rootwrap.d/debug.filters | 6 +-
etc/neutron/rootwrap.d/iptables-firewall.filters | 3 +
etc/neutron/rootwrap.d/l3.filters | 15 +-
etc/neutron/rootwrap.d/privsep.filters | 2 +-
.../neutron_ovn_metadata_agent.ini | 6 +
etc/oslo-config-generator/ovn.ini | 6 +
etc/rootwrap.conf | 3 +
lower-constraints.txt | 21 +-
neutron/agent/common/ovs_lib.py | 58 +-
neutron/agent/common/ovsdb_monitor.py | 16 +-
neutron/agent/common/placement_report.py | 61 +-
neutron/agent/common/utils.py | 25 +
neutron/agent/dhcp/agent.py | 54 +-
neutron/agent/dhcp_agent.py | 2 +
neutron/agent/l3/agent.py | 24 +-
neutron/agent/l3/dvr.py | 6 +-
neutron/agent/l3/dvr_edge_ha_router.py | 8 +-
neutron/agent/l3/dvr_edge_router.py | 10 +-
neutron/agent/l3/dvr_local_router.py | 41 +-
neutron/agent/l3/extensions/port_forwarding.py | 4 +-
neutron/agent/l3/ha.py | 9 +
neutron/agent/l3/ha_router.py | 43 +-
neutron/agent/l3/keepalived_state_change.py | 91 +-
neutron/agent/l3/router_info.py | 40 +-
neutron/agent/l3_agent.py | 2 +
neutron/agent/linux/daemon.py | 2 +-
neutron/agent/linux/dhcp.py | 275 +-
neutron/agent/linux/external_process.py | 5 +-
neutron/agent/linux/interface.py | 49 +-
neutron/agent/linux/ip_lib.py | 62 +-
neutron/agent/linux/ip_monitor.py | 86 -
neutron/agent/linux/ipset_manager.py | 2 +-
neutron/agent/linux/iptables_firewall.py | 81 +-
neutron/agent/linux/iptables_manager.py | 1 +
neutron/agent/linux/keepalived.py | 22 +-
neutron/agent/linux/of_monitor.py | 84 +
.../agent/linux/openvswitch_firewall/firewall.py | 173 +-
neutron/agent/linux/openvswitch_firewall/rules.py | 6 +
neutron/agent/linux/ra.py | 11 +-
neutron/agent/linux/tc_lib.py | 50 +-
neutron/agent/linux/utils.py | 5 +-
neutron/agent/metadata/agent.py | 39 +-
neutron/agent/metadata/driver.py | 7 +-
neutron/agent/ovn/__init__.py | 0
neutron/agent/ovn/metadata/__init__.py | 0
neutron/agent/ovn/metadata/agent.py | 483 +++
neutron/agent/ovn/metadata/driver.py | 224 ++
neutron/agent/ovn/metadata/ovsdb.py | 72 +
neutron/agent/ovn/metadata/server.py | 198 +
neutron/agent/ovn/metadata_agent.py | 39 +
neutron/agent/rpc.py | 8 +-
neutron/agent/securitygroups_rpc.py | 8 +-
.../api/rpc/agentnotifiers/dhcp_rpc_agent_api.py | 4 +-
neutron/api/rpc/handlers/l3_rpc.py | 19 +-
neutron/api/rpc/handlers/securitygroups_rpc.py | 11 +-
neutron/cmd/eventlet/agents/ovn_metadata.py | 17 +
neutron/cmd/ovn/__init__.py | 0
neutron/cmd/ovn/migration_mtu.py | 119 +
neutron/cmd/ovn/neutron_ovn_db_sync_util.py | 218 ++
neutron/cmd/ovs_cleanup.py | 4 +-
neutron/cmd/sanity/checks.py | 52 +-
neutron/cmd/sanity_check.py | 13 +
neutron/cmd/upgrade_checks/checks.py | 123 +-
neutron/common/_constants.py | 3 +
neutron/common/cache_utils.py | 27 +-
neutron/common/config.py | 1 -
neutron/common/eventlet_utils.py | 9 +-
neutron/common/ipv6_utils.py | 29 +-
neutron/common/ovn/__init__.py | 0
neutron/common/ovn/acl.py | 499 +++
neutron/common/ovn/constants.py | 216 ++
neutron/common/ovn/exceptions.py | 38 +
neutron/common/ovn/extensions.py | 57 +
neutron/common/ovn/hash_ring_manager.py | 100 +
neutron/common/ovn/utils.py | 474 +++
neutron/common/utils.py | 17 +-
neutron/conf/agent/cmd.py | 3 +-
neutron/conf/agent/common.py | 3 +
neutron/conf/agent/dhcp.py | 11 +-
neutron/conf/agent/l3/config.py | 14 +
neutron/conf/agent/ovn/__init__.py | 0
neutron/conf/agent/ovn/metadata/__init__.py | 0
neutron/conf/agent/ovn/metadata/config.py | 58 +
neutron/conf/agent/ovs_conf.py | 11 +
neutron/conf/agent/ovsdb_api.py | 5 +-
neutron/conf/plugins/ml2/drivers/driver_type.py | 4 +-
.../plugins/ml2/drivers/mech_sriov/agent_common.py | 9 +
neutron/conf/plugins/ml2/drivers/ovn/__init__.py | 0
neutron/conf/plugins/ml2/drivers/ovn/ovn_conf.py | 300 ++
neutron/conf/plugins/ml2/drivers/ovs_conf.py | 29 +-
neutron/conf/policies/flavor.py | 17 +-
neutron/conf/policies/security_group.py | 16 +-
neutron/conf/profiling.py | 31 +
neutron/core_extensions/qos.py | 8 +-
neutron/db/address_scope_db.py | 6 +-
neutron/db/agentschedulers_db.py | 6 +-
neutron/db/db_base_plugin_common.py | 19 +-
neutron/db/db_base_plugin_v2.py | 113 +-
neutron/db/external_net_db.py | 7 -
neutron/db/ipam_backend_mixin.py | 21 +-
neutron/db/ipam_pluggable_backend.py | 25 +-
neutron/db/l3_db.py | 79 +-
neutron/db/l3_dvr_db.py | 224 +-
neutron/db/l3_dvrscheduler_db.py | 85 +-
neutron/db/l3_hascheduler_db.py | 5 +-
neutron/db/migration/__init__.py | 2 +
.../alembic_migrations/versions/EXPAND_HEAD | 2 +-
.../expand/c613d0b82681_subnet_force_network_id.py | 5 +
.../18a7e90ae768_add_security_group_stateful.py | 37 +
...22de6_add_dvr_fip_gateway_port_network_table.py | 42 +
...454a9655_add_dns_publish_fixed_ip_to_subnets.py | 46 +
.../expand/86274d77933e_change_mtu_to_not_null.py | 55 +
.../Ibac91d24da2_port_forwarding_description.py | 77 +
.../a010322604bc_network_subnet_update_lock.py | 40 +
.../expand/c3e9d13c4367_add_binding_index_to_.py | 68 +
.../expand/d8bdf05313f4_add_in_use_to_subnet.py | 53 +
...236b0e1ff_add_rbac_support_for_address_scope.py | 82 +
...e88badaa9591_add_rbac_support_for_subnetpool.py | 81 +
.../ussuri/expand/f4b9654dd40c_ovn_backend.py | 74 +
neutron/db/migration/cli.py | 3 +-
neutron/db/models/address_scope.py | 18 +-
neutron/db/models/dns.py | 23 +
neutron/db/models/dvr.py | 17 +
neutron/db/models/ovn.py | 63 +
neutron/db/models/plugins/ml2/geneveallocation.py | 8 +
.../models/plugins/ml2/gre_allocation_endpoints.py | 8 +
neutron/db/models/plugins/ml2/vlanallocation.py | 8 +
neutron/db/models/plugins/ml2/vxlanallocation.py | 8 +
neutron/db/models/port_forwarding.py | 6 +-
neutron/db/models/securitygroup.py | 4 +
neutron/db/models_v2.py | 65 +-
neutron/db/network_dhcp_agent_binding/models.py | 12 +
neutron/db/ovn_hash_ring_db.py | 69 +
neutron/db/ovn_revision_numbers_db.py | 229 ++
neutron/db/rbac_db_models.py | 22 +
neutron/db/securitygroups_db.py | 104 +-
neutron/db/securitygroups_rpc_base.py | 41 +-
neutron/debug/debug_agent.py | 2 +
neutron/debug/shell.py | 2 +
neutron/extensions/fip_pf_description.py | 20 +
neutron/extensions/qos_port_network_policy.py | 20 +
neutron/extensions/rbac.py | 5 +
neutron/extensions/rbac_address_scope.py | 22 +
neutron/extensions/rbac_subnetpool.py | 22 +
neutron/extensions/stateful_security_group.py | 22 +
neutron/extensions/subnet_dns_publish_fixed_ip.py | 20 +
.../extensions/tag_ports_during_bulk_creation.py | 24 +
neutron/extensions/tagging.py | 14 +-
neutron/hacking/checks.py | 18 +-
neutron/ipam/subnet_alloc.py | 2 +-
neutron/ipam/utils.py | 15 +-
neutron/locale/de/LC_MESSAGES/neutron.po | 587 +--
neutron/locale/es/LC_MESSAGES/neutron.po | 529 +--
neutron/locale/fr/LC_MESSAGES/neutron.po | 533 +--
neutron/locale/it/LC_MESSAGES/neutron.po | 522 +--
neutron/locale/ja/LC_MESSAGES/neutron.po | 526 +--
neutron/locale/ko_KR/LC_MESSAGES/neutron.po | 514 +--
neutron/locale/pt_BR/LC_MESSAGES/neutron.po | 517 +--
neutron/locale/ru/LC_MESSAGES/neutron.po | 507 +--
neutron/locale/tr_TR/LC_MESSAGES/neutron.po | 1648 ---------
neutron/locale/zh_CN/LC_MESSAGES/neutron.po | 452 +--
neutron/locale/zh_TW/LC_MESSAGES/neutron.po | 462 +--
neutron/manager.py | 7 +
neutron/objects/address_scope.py | 27 +-
neutron/objects/agent.py | 2 +-
neutron/objects/auto_allocate.py | 2 +-
neutron/objects/common_types.py | 319 --
neutron/objects/conntrack_helper.py | 2 +-
neutron/objects/extensions/port_security.py | 2 +-
neutron/objects/flavor.py | 2 +-
neutron/objects/floatingip.py | 2 +-
neutron/objects/ipam.py | 2 +-
neutron/objects/l3_hamode.py | 2 +-
neutron/objects/l3agent.py | 2 +-
neutron/objects/logapi/logging_resource.py | 2 +-
neutron/objects/metering.py | 2 +-
neutron/objects/network.py | 22 +-
neutron/objects/network_segment_range.py | 98 +-
neutron/objects/plugins/ml2/base.py | 40 +
neutron/objects/plugins/ml2/flatallocation.py | 4 +-
neutron/objects/plugins/ml2/geneveallocation.py | 9 +-
neutron/objects/plugins/ml2/greallocation.py | 9 +-
neutron/objects/plugins/ml2/vlanallocation.py | 39 +-
neutron/objects/plugins/ml2/vxlanallocation.py | 11 +-
.../objects/port/extensions/allowedaddresspairs.py | 2 +-
.../objects/port/extensions/data_plane_status.py | 2 +-
neutron/objects/port/extensions/extra_dhcp_opt.py | 2 +-
.../port/extensions/uplink_status_propagation.py | 2 +-
neutron/objects/port_forwarding.py | 22 +-
neutron/objects/ports.py | 88 +-
neutron/objects/qos/binding.py | 19 +-
neutron/objects/qos/policy.py | 52 +-
neutron/objects/qos/rule.py | 31 +-
neutron/objects/qos/rule_type.py | 7 +-
neutron/objects/quota.py | 2 +-
neutron/objects/rbac.py | 12 +-
neutron/objects/rbac_db.py | 43 +-
neutron/objects/router.py | 18 +-
neutron/objects/securitygroup.py | 32 +-
neutron/objects/servicetype.py | 2 +-
neutron/objects/subnet.py | 121 +-
neutron/objects/subnetpool.py | 65 +-
neutron/objects/trunk.py | 2 +-
neutron/opts.py | 1 -
neutron/pecan_wsgi/hooks/quota_enforcement.py | 1 +
neutron/plugins/ml2/db.py | 20 -
neutron/plugins/ml2/drivers/helpers.py | 142 +-
neutron/plugins/ml2/drivers/l2pop/mech_driver.py | 7 +-
.../agent/extension_drivers/qos_driver.py | 4 +-
.../linuxbridge/agent/linuxbridge_neutron_agent.py | 7 +-
.../drivers/mech_sriov/agent/common/exceptions.py | 6 +-
.../drivers/mech_sriov/agent/eswitch_manager.py | 93 +-
.../ml2/drivers/mech_sriov/agent/pci_lib.py | 40 +-
.../drivers/mech_sriov/agent/sriov_nic_agent.py | 16 +-
.../drivers/openvswitch/agent/common/constants.py | 2 +
.../agent/extension_drivers/qos_driver.py | 54 +-
.../openvswitch/agent/openflow/native/br_int.py | 29 +-
.../openvswitch/agent/openflow/native/ofswitch.py | 5 +-
.../agent/openflow/native/ovs_bridge.py | 10 +-
.../openvswitch/agent/ovs_dvr_neutron_agent.py | 56 +-
.../drivers/openvswitch/agent/ovs_neutron_agent.py | 327 +-
neutron/plugins/ml2/drivers/ovn/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/mech_driver.py | 1157 ++++++
.../ml2/drivers/ovn/mech_driver/ovsdb/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/ovsdb/api.py | 689 ++++
.../ml2/drivers/ovn/mech_driver/ovsdb/commands.py | 1159 ++++++
.../ovn/mech_driver/ovsdb/extensions/__init__.py | 0
.../ovn/mech_driver/ovsdb/extensions/qos.py | 251 ++
.../drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py | 860 +++++
.../drivers/ovn/mech_driver/ovsdb/maintenance.py | 622 ++++
.../drivers/ovn/mech_driver/ovsdb/ovn_client.py | 2313 ++++++++++++
.../drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py | 1244 +++++++
.../drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py | 558 +++
.../ml2/drivers/ovn/mech_driver/ovsdb/worker.py | 38 +
neutron/plugins/ml2/drivers/type_tunnel.py | 12 +-
neutron/plugins/ml2/drivers/type_vlan.py | 53 +-
neutron/plugins/ml2/extensions/dns_integration.py | 67 +-
.../ml2/extensions/subnet_dns_publish_fixed_ip.py | 83 +
.../extensions/tag_ports_during_bulk_creation.py | 58 +
neutron/plugins/ml2/managers.py | 4 +-
neutron/plugins/ml2/plugin.py | 92 +-
neutron/plugins/ml2/rpc.py | 18 +-
neutron/policy.py | 5 +-
neutron/privileged/agent/linux/ip_lib.py | 106 +-
neutron/profiling/__init__.py | 0
neutron/profiling/profiled_decorator.py | 82 +
neutron/quota/resource_registry.py | 5 -
neutron/scheduler/base_resource_filter.py | 2 +-
neutron/scheduler/base_scheduler.py | 4 +-
neutron/scheduler/dhcp_agent_scheduler.py | 64 +-
neutron/scheduler/l3_ovn_scheduler.py | 154 +
neutron/server/wsgi_eventlet.py | 2 +-
neutron/service.py | 18 +-
.../externaldns/drivers/designate/driver.py | 3 +-
.../metering/drivers/iptables/iptables_driver.py | 6 +-
neutron/services/ovn_l3/__init__.py | 0
neutron/services/ovn_l3/plugin.py | 427 +++
neutron/services/placement_report/plugin.py | 34 +-
neutron/services/portforwarding/pf_plugin.py | 4 +-
neutron/services/qos/drivers/manager.py | 5 +-
neutron/services/qos/drivers/openvswitch/driver.py | 15 +-
neutron/services/qos/drivers/ovn/__init__.py | 0
neutron/services/qos/drivers/ovn/driver.py | 63 +
neutron/services/qos/qos_plugin.py | 16 +-
neutron/services/segments/exceptions.py | 4 +
neutron/services/segments/plugin.py | 55 +-
neutron/services/tag/tag_plugin.py | 9 +-
.../drivers/openvswitch/agent/ovsdb_handler.py | 5 +-
neutron/services/trunk/drivers/ovn/__init__.py | 0
neutron/services/trunk/drivers/ovn/trunk_driver.py | 191 +
neutron/services/trunk/plugin.py | 16 +-
neutron/services/trunk/rpc/server.py | 44 +-
.../agent/l3/bin/cmd_keepalived_state_change.py | 22 +
.../agent/l3/test_keepalived_state_change.py | 219 +-
.../functional/agent/l3/test_legacy_router.py | 10 +-
.../functional/agent/l3/test_metadata_proxy.py | 2 +-
.../functional/agent/linux/test_bridge_lib.py | 4 +-
.../functional/agent/linux/test_ip_monitor.py | 67 -
.../functional/agent/linux/test_keepalived.py | 17 +-
.../functional/agent/linux/test_of_monitor.py | 98 +
.../functional/agent/linux/test_process_monitor.py | 3 +-
.../functional/agent/ovn/metadata/__init__.py | 0
.../agent/ovn/metadata/test_metadata_agent.py | 273 ++
.../test_c3e9d13c4367_add_binding_index_to_.py | 90 +
.../functional/db/test_ovn_revision_numbers_db.py | 186 +
.../functional/plugins/ml2/drivers/ovn/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/ovsdb/__init__.py | 0
.../ovn/mech_driver/ovsdb/extensions/__init__.py | 0
.../ovn/mech_driver/ovsdb/extensions/test_qos.py | 113 +
.../drivers/ovn/mech_driver/ovsdb/test_impl_idl.py | 149 +
.../ovn/mech_driver/ovsdb/test_maintenance.py | 828 +++++
.../ovn/mech_driver/ovsdb/test_ovn_db_resources.py | 1153 ++++++
.../ovn/mech_driver/ovsdb/test_ovn_db_sync.py | 1634 +++++++++
.../ovn/mech_driver/ovsdb/test_ovsdb_monitor.py | 233 ++
.../drivers/ovn/mech_driver/test_mech_driver.py | 596 +++
.../scheduler/test_dhcp_agent_scheduler.py | 62 +-
.../l3_router/test_l3_dvr_router_plugin.py | 243 --
.../functional/services/ovn_l3/test_plugin.py | 552 +++
.../portforwarding/test_port_forwarding.py | 63 +-
.../openvswitch/agent/test_ovsdb_handler.py | 3 +-
.../services/trunk/drivers/ovn/__init__.py | 0
.../trunk/drivers/ovn/test_trunk_driver.py | 116 +
.../unit/agent/common/test_placement_report.py | 54 +-
.../agent/l3/extensions/test_port_forwarding.py | 19 +-
.../linux/openvswitch_firewall/test_firewall.py | 100 +-
.../agent/linux/openvswitch_firewall/test_rules.py | 3 +-
.../unit/agent/linux/test_external_process.py | 19 +
.../unit/agent/linux/test_iptables_firewall.py | 23 +-
.../unit/api/rpc/handlers/test_resources_rpc.py | 2 +-
.../api/rpc/handlers/test_securitygroups_rpc.py | 22 +-
.../unit/common/ovn/test_hash_ring_manager.py | 134 +
.../unit/extensions/test_data_plane_status.py | 3 +-
.../extensions/test_floating_ip_port_forwarding.py | 37 +-
.../extensions/test_network_ip_availability.py | 25 +-
.../extensions/test_subnet_dns_publish_fixed_ip.py | 105 +
.../objects/plugins/ml2/test_geneveallocation.py | 6 +-
.../unit/objects/plugins/ml2/test_greallocation.py | 6 +-
.../objects/plugins/ml2/test_vlanallocation.py | 6 +-
.../objects/plugins/ml2/test_vxlanallocation.py | 6 +-
.../unit/objects/test_network_segment_range.py | 206 +-
.../plugins/ml2/drivers/l2pop/test_mech_driver.py | 2 +-
.../agent/test_linuxbridge_neutron_agent.py | 3 +-
.../mech_sriov/agent/test_eswitch_manager.py | 159 +-
.../ml2/drivers/mech_sriov/agent/test_pci_lib.py | 40 +-
.../mech_sriov/agent/test_sriov_nic_agent.py | 32 +-
.../agent/extension_drivers/test_qos_driver.py | 27 +-
.../agent/openflow/native/test_br_int.py | 58 +-
.../openvswitch/agent/test_ovs_neutron_agent.py | 699 ++--
.../drivers/openvswitch/agent/test_ovs_tunnel.py | 42 +-
.../ml2/drivers/ovn/mech_driver/__init__.py | 0
.../ml2/drivers/ovn/mech_driver/ovsdb/__init__.py | 0
.../ovn/mech_driver/ovsdb/extensions/__init__.py | 0
.../ovn/mech_driver/ovsdb/extensions/test_qos.py | 365 ++
.../ovn/mech_driver/ovsdb/schemas/ovn-nb.ovsschema | 449 +++
.../ovn/mech_driver/ovsdb/schemas/ovn-sb.ovsschema | 404 +++
.../drivers/ovn/mech_driver/ovsdb/test_commands.py | 1564 ++++++++
.../ovn/mech_driver/ovsdb/test_impl_idl_ovn.py | 826 +++++
.../ovn/mech_driver/ovsdb/test_maintenance.py | 410 +++
.../ovn/mech_driver/ovsdb/test_ovn_db_sync.py | 986 +++++
.../ovn/mech_driver/ovsdb/test_ovsdb_monitor.py | 603 +++
.../drivers/ovn/mech_driver/test_mech_driver.py | 3050 ++++++++++++++++
.../unit/plugins/ml2/drivers/test_type_vlan.py | 18 +
.../test_tag_ports_during_bulk_creation.py | 129 +
.../unit/plugins/ml2/test_ext_portsecurity.py | 1 +
.../unit/plugins/ml2/test_tracked_resources.py | 5 +
.../unit/privileged/agent/linux/test_ip_lib.py | 43 +-
.../unit/scheduler/test_dhcp_agent_scheduler.py | 46 +-
.../unit/scheduler/test_l3_agent_scheduler.py | 49 +-
.../unit/services/placement_report/test_plugin.py | 33 +-
.../services/qos/drivers/openvswitch/__init__.py | 0
.../qos/drivers/openvswitch/test_driver.py | 45 +
.../unit/services/qos/drivers/ovn/__init__.py | 0
.../unit/services/qos/drivers/ovn/test_driver.py | 46 +
.../unit/services/qos/drivers/test_manager.py | 3 +-
.../unit/services/trunk/drivers/ovn/__init__.py | 0
.../trunk/drivers/ovn/test_trunk_driver.py | 382 ++
neutron/wsgi.py | 6 +
playbooks/add_mariadb_repo.yaml | 3 +
.../legacy/neutron-grenade-dvr-multinode/run.yaml | 12 +
.../legacy/neutron-grenade-multinode/run.yaml | 12 +
.../post.yaml | 0
.../run.yaml | 37 +-
.../legacy/neutron-tempest-postgres-full/post.yaml | 15 -
.../legacy/neutron-tempest-postgres-full/run.yaml | 46 -
.../neutron-tempest-with-os-ken-master/post.yaml | 15 -
.../neutron-tempest-with-os-ken-master/run.yaml | 55 -
playbooks/multinode-setup.yaml | 4 +
plugin.spec | 81 +
...ect-ports-with-QoS-in-OVS-48c78c156606e724.yaml | 7 +
.../notes/Ussuri-prelude-ca4d793da2d0bc63.yaml | 28 +
.../accepted_egress_direct-cc23873e213c6919.yaml | 20 +
.../add-address-scope-rbac-a903ff28f6457606.yaml | 5 +
...-field-in-port-forwarding-5db3b3f407c7eef4.yaml | 4 +
...ping_enable-config-option-6a0e15e4ed0a2cf7.yaml | 7 +
...tu-writable-api-extension-f7038f85f3494a74.yaml | 2 +-
.../add-subnetpool-rbac-2eb2008bd1b27b11.yaml | 5 +
...addres-case-insensitivity-750299c11b49a9a8.yaml | 9 +
...te-ovs_integration_bridge-d4d1521c35f999bd.yaml | 6 +
.../notes/dhcp-bulk-updates-0150b764bb1b165f.yaml | 14 +
...p-host-addr6-list-support-45d104b3f7ce220e.yaml | 25 +
.../notes/drop-python-2-7-9707a901c7d8eab6.yaml | 5 +
.../notes/external-ports-03050eda7ffe13d5.yaml | 11 +
...-allocation-with-segments-b90e99a30d096c9d.yaml | 9 +
...ity-group-no-port-on-host-9177e66d4b16e90c.yaml | 8 +
...-routed-provider-networks-c54a54844d9a3926.yaml | 7 +
...rp-responder-true-for-dvr-5aabbfa51945dd5a.yaml | 8 +
...3_agent_graceful_shutdown-87bf3304e6fab8a5.yaml | 10 +
...parent-by-hypervisor-name-3244ed87dc57f950.yaml | 23 +
.../make-mtu-not-nullable-2b2765bc85379545.yaml | 5 +
...roxy-header-vulnerability-60c44eb7c76d560c.yaml | 8 +
...-on-network-auto-schedule-1ea5e74fd5bb560c.yaml | 14 +
...ovn-igmp-snooping-support-1a6ec8e703311fce.yaml | 5 +
.../radvd_user-config-option-24730a6d686fee18.yaml | 11 +
...-agent_type-config-option-31eea687b4ec2e3a.yaml | 5 +
...remove-get_binding_levels-c4e8b350a196706a.yaml | 6 +
...oup-rule-all-ports-update-2857d80e5742ebc5.yaml | 10 +
...-for-security-group-owner-6635dd3e4c6ab5ee.yaml | 6 +
...rnel-3.13-removed-support-8bb00902dd607746.yaml | 8 +
.../stateful-security-group-04b2902ed9c44e4f.yaml | 18 +
...ublish-fixed-ip-extension-6a5bb42a048a6671.yaml | 10 +
...orts-during-bulk-creation-23161dd39d779e99.yaml | 5 +
releasenotes/source/index.rst | 1 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po | 90 -
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 301 --
.../locale/ko_KR/LC_MESSAGES/releasenotes.po | 103 -
releasenotes/source/train.rst | 6 +
requirements.txt | 16 +-
roles/add_mariadb_repo/tasks/main.yaml | 17 +
setup.cfg | 19 +-
test-requirements.txt | 3 +-
tools/abandon_old_reviews.sh | 4 +-
tools/configure_for_func_testing.sh | 27 +-
tools/deploy_rootwrap.sh | 5 +-
tools/download_gerrit_change.py | 61 +
tools/files_in_patch.py | 81 +
tools/migrate_names.py | 111 +
tools/migrate_names.txt | 49 +
tools/ovn_migration/README.rst | 43 +
tools/ovn_migration/hosts.sample | 37 +
.../infrared/tripleo-ovn-migration/README.rst | 33 +
.../infrared/tripleo-ovn-migration/main.yml | 194 +
.../roles/create-resources/defaults/main.yml | 9 +
.../roles/create-resources/tasks/main.yml | 33 +
.../templates/create-resources.sh.j2 | 153 +
.../create-resources/templates/start-pinger.sh.j2 | 58 +
.../roles/prepare-migration/defaults/main.yml | 7 +
.../roles/prepare-migration/tasks/main.yml | 181 +
.../templates/start-ovn-migration.sh.j2 | 7 +
tools/ovn_migration/migrate-to-ovn.yml | 204 ++
.../tripleo_environment/ovn_migration.sh | 349 ++
.../playbooks/ovn-migration.yml | 110 +
.../playbooks/reduce-dhcp-renewal-time.yml | 24 +
.../playbooks/roles/backup/tasks/main.yml | 19 +
.../delete-neutron-resources/defaults/main.yml | 3 +
.../roles/delete-neutron-resources/tasks/main.yml | 22 +
.../templates/delete-neutron-resources.sh.j2 | 29 +
.../playbooks/roles/migration/defaults/main.yml | 15 +
.../roles/migration/tasks/activate-ovn.yml | 15 +
.../roles/migration/tasks/cleanup-dataplane.yml | 79 +
.../roles/migration/tasks/clone-dataplane.yml | 15 +
.../playbooks/roles/migration/tasks/main.yml | 12 +
.../playbooks/roles/migration/tasks/sync-dbs.yml | 20 +
.../roles/migration/templates/activate-ovn.sh.j2 | 41 +
.../roles/migration/templates/clone-br-int.sh.j2 | 77 +
.../roles/post-migration/defaults/main.yml | 4 +
.../playbooks/roles/post-migration/tasks/main.yml | 59 +
.../playbooks/roles/pre-migration/tasks/main.yml | 17 +
.../roles/resources/cleanup/defaults/main.yml | 6 +
.../roles/resources/cleanup/tasks/main.yml | 26 +
.../cleanup/templates/cleanup-resources.sh.j2 | 32 +
.../roles/resources/create/defaults/main.yml | 5 +
.../roles/resources/create/tasks/main.yml | 22 +
.../create/templates/create-resources.sh.j2 | 128 +
.../roles/resources/validate/defaults/main.yml | 5 +
.../roles/resources/validate/tasks/main.yml | 12 +
.../validate/templates/validate-resources.sh.j2 | 19 +
.../roles/tripleo-update/defaults/main.yml | 4 +
.../playbooks/roles/tripleo-update/tasks/main.yml | 24 +
.../templates/generate-ovn-extras.sh.j2 | 7 +
tools/pip_install_src_modules.sh | 2 +-
tools/requirements.txt | 5 +
tools/tripleo/ovn.yml | 51 +
tox.ini | 64 +-
vagrant/ovn/README.rst | 6 +
vagrant/ovn/provisioning/boxes.yml | 6 +
vagrant/ovn/provisioning/id_rsa | 27 +
vagrant/ovn/provisioning/id_rsa.pub | 1 +
vagrant/ovn/provisioning/provider-setup.sh | 19 +
vagrant/ovn/provisioning/providers.rb | 42 +
vagrant/ovn/provisioning/setup-base.sh | 104 +
vagrant/ovn/provisioning/setup-compute.sh | 103 +
vagrant/ovn/provisioning/setup-controller.sh | 130 +
vagrant/ovn/provisioning/setup-db.sh | 29 +
vagrant/ovn/provisioning/setup-vtep.sh | 32 +
vagrant/ovn/sparse/README.rst | 9 +
vagrant/ovn/sparse/Vagrantfile | 96 +
vagrant/ovn/sparse/instances.yml | 46 +
zuul.d/base.yaml | 59 +
zuul.d/grenade.yaml | 49 +
zuul.d/project.yaml | 124 +
zuul.d/rally.yaml | 87 +
zuul.d/tempest-multinode.yaml | 252 ++
zuul.d/tempest-singlenode.yaml | 308 ++
zuul.d/tripleo.yaml | 38 +
741 files changed, 91931 insertions(+), 13736 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4ba3f71160..875fc4ba82 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ Routes>=2.3.1 # MIT
-debtcollector>=1.2.0 # Apache-2.0
+debtcollector>=1.19.0 # Apache-2.0
@@ -19 +19 @@ netifaces>=0.10.4 # MIT
-neutron-lib>=1.29.1 # Apache-2.0
+neutron-lib>=2.2.0 # Apache-2.0
@@ -21 +21 @@ python-neutronclient>=6.7.0 # Apache-2.0
-tenacity>=3.2.1 # Apache-2.0
+tenacity>=4.4.0 # Apache-2.0
@@ -24 +24 @@ WebOb>=1.8.2 # MIT
-keystoneauth1>=3.4.0 # Apache-2.0
+keystoneauth1>=3.14.0 # Apache-2.0
@@ -49 +49 @@ ovs>=2.8.0 # Apache-2.0
-ovsdbapp>=0.9.1 # Apache-2.0
+ovsdbapp>=1.0.0 # Apache-2.0
@@ -51,2 +51,2 @@ psutil>=3.2.2 # BSD
-pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
-weakrefmethod>=1.0.2;python_version=='2.7' # PSF
+pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
+pyOpenSSL>=17.1.0 # Apache-2.0
@@ -58,0 +59,2 @@ os-vif>=1.15.1 # Apache-2.0
+futurist>=1.2.0 # Apache-2.0
+tooz>=1.58.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3aaac91e36..43d563a78f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,2 +4 @@
-hacking>=1.1.0 # Apache-2.0
-
+hacking>=1.1.0,<1.2.0 # Apache-2.0
1
0
We are pleased to announce the release of:
networking-bgpvpn 12.0.0: API and Framework to interconnect bgpvpn to
neutron networks
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/networking-bgpvpn
Download the package from:
https://pypi.org/project/networking-bgpvpn
Please report issues through:
https://bugs.launchpad.net/bgpvpn/+bugs
For more details, please see below.
Changes in networking-bgpvpn 11.0.0..12.0.0
-------------------------------------------
d6a93f6 Fix recent gate failures
9dcd5ed Add release note on horizon optional dependency
af146b9 Use extras for horizon dependency
49c7e58 Switch functional/install jobs to Zuulv3 syntax
0a77c0b Remove references for unittest2
b3134d1 Fix lower constraints
643b627 Fix sphinx requirements
47719d1 Drop Django 1.11 support
87cc7a3 translation: drop babel extractor definitions
3fa26d6 Imported Translations from Zanata
40fa37b [ussuri][goal] Drop python 2.7 support and testing
e76a266 use standard_attr db from neutron-lib
07a5950 Update the constraints url
8add7ec Use Horizon project template for django jobs
70e6a57 PDF documentation build
00f2a6b Update master for stable/train
735568b fix tox python3 overrides
Diffstat (except docs and test files)
-------------------------------------
.pylintrc | 3 +-
.zuul.yaml | 70 ++++++++--------
babel-django.cfg | 3 -
babel-djangojs.cfg | 12 ---
.../locale/en_GB/LC_MESSAGES/django.po | 97 ++--------------------
bgpvpn_dashboard/locale/fr/LC_MESSAGES/django.po | 97 +---------------------
bindep.txt | 7 +-
devstack/gate_hook.sh | 22 -----
devstack/post_test_hook.sh | 48 -----------
devstack/pre_test_hook.sh | 2 -
lower-constraints.txt | 59 +++++++------
.../locale/en_GB/LC_MESSAGES/networking_bgpvpn.po | 45 +---------
networking_bgpvpn/neutron/db/bgpvpn_db.py | 7 +-
.../services/service_drivers/bagpipe/bagpipe.py | 2 +-
.../en_GB/LC_MESSAGES/networking_bgpvpn_heat.po | 43 +++++++++-
.../post.yaml | 15 ----
.../run.yaml | 80 ------------------
.../run.yaml | 15 ----
.../networking-bgpvpn-dsvm-functional/post.yaml | 15 ----
.../networking-bgpvpn-dsvm-functional/run.yaml | 78 -----------------
playbooks/networking-bgpvpn-dsvm-install/run.yaml | 15 ----
.../notes/drop-py-2-7-4db5f2b1529bb09c.yaml | 6 ++
.../notes/horizon-in-extras-371d572b09437dc4.yaml | 10 +++
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 97 ++++++++++++++++++----
releasenotes/source/train.rst | 6 ++
requirements.txt | 10 +--
setup.cfg | 14 +++-
test-requirements.txt | 10 ++-
tools/test-setup.sh | 57 -------------
tox.ini | 44 +++++-----
36 files changed, 302 insertions(+), 755 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c344f3a..c801947 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
+pbr>=4.0.0 # Apache-2.0
@@ -8 +7 @@ oslo.config>=5.2.0 # Apache-2.0
-oslo.db>=4.27.0 # Apache-2.0
+oslo.db>=4.37.0 # Apache-2.0
@@ -12,2 +11,2 @@ oslo.utils>=3.33.0 # Apache-2.0
-neutron-lib>=1.18.0 # Apache-2.0
-debtcollector>=1.2.0 # Apache-2.0
+neutron-lib>=1.30.0 # Apache-2.0
+debtcollector>=1.19.0 # Apache-2.0
@@ -18 +16,0 @@ neutron>=13.0.0 # Apache-2.0
-horizon>=14.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 537f9f3..f817be1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ PyMySQL>=0.7.6 # MIT License
-WebOb>=1.7.1 # MIT
+WebOb>=1.8.2 # MIT
@@ -12,0 +13,2 @@ oslotest>=3.2.0 # Apache-2.0
+astroid==2.1.0;python_version>="3.0" # LGPLv2.1
+pylint==2.2.0;python_version>="3.0" # GPLv2
@@ -17 +18,0 @@ testtools>=2.2.0 # MIT
-pylint==1.9.2 # GPLv2
@@ -21 +22,3 @@ tempest>=17.1.0 # Apache-2.0
-# if they are in the required-projects list for a job:
+# if they are in the required-projects list for a job.
+# Installation by 'extras' in tox.ini does not honor upper-constraints,
+# so we specify the same here to ensure upper-constraints.
@@ -22,0 +26 @@ networking-bagpipe>=9.0.0 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
1
0
We are amped to announce the release of:
neutron-vpnaas 16.0.0: OpenStack Networking VPN as a Service
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/neutron-vpnaas
Download the package from:
https://tarballs.openstack.org/neutron-vpnaas/
Please report issues through:
https://bugs.launchpad.net/neutron/+bugs
For more details, please see below.
Changes in neutron-vpnaas 15.0.0..16.0.0
----------------------------------------
4bc39fa53 Fix unsubscriptable-object error
a8158e0ae Update TOX_CONSTRAINTS_FILE for stable/ussuri
cbf738f18 Update .gitreview for stable/ussuri
be935a225 Fix invalid escape sequence warning
a64f25f68 Cleanup py27 support
f1856ab2c Fix the endpoint_type column name and order
92781c975 Using unittest.mock instead of mock
5da7b0176 Migrate functional tests job to the zuul v3 syntax
547ce6745 Migrate neutron-vpnaas-dsvm-rally job to the zuul v3 syntax
e0fb6700b Run neutron-vpn-netns-wrapper in venv
15c58acf0 Deprecate ``ovs_integration_bridge``
c11bf0fdb Using policy constants from neutron-lib
7124a4d4f Fix pep8 error in py37
5e93b5163 Fix functional gate failure
cdecf0e12 devstack: no need to use sudo for genconfig
b30acb02b Volunteer as driver maintainers
5b3a139c4 Drop using six library
7d851c640 Drop python 2 support and testing
4077093c1 Complete move of neutron-vpnaas tempest tests to tempest plugin
880ab440b Use cidr from tempest config project_network_v6_cidr
e2122edb8 Use list of self.processes keys in Python2/3
23af68f52 Install suitable service_providers
7b5a5a855 Switch to Ussuri jobs
8e9572f07 Skip check config changed while restart_check_config not enable
811602c37 PDF documentation build
d763f012f Update master for stable/train
3c1e0da1a Fix local_id override in ipsec unit tests
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.pylintrc | 7 +-
.zuul.yaml | 81 +-
devstack/plugin.sh | 2 +-
devstack/settings | 21 +-
lower-constraints.txt | 2 -
neutron_vpnaas/__init__.py | 8 +-
neutron_vpnaas/db/vpn/vpn_db.py | 4 +-
neutron_vpnaas/db/vpn/vpn_models.py | 2 +-
neutron_vpnaas/extensions/vpn_endpoint_groups.py | 5 +-
neutron_vpnaas/extensions/vpnaas.py | 5 +-
neutron_vpnaas/policies/base.py | 17 -
neutron_vpnaas/policies/endpoint_group.py | 2 +-
neutron_vpnaas/policies/ike_policy.py | 2 +-
neutron_vpnaas/policies/ipsec_policy.py | 2 +-
neutron_vpnaas/policies/ipsec_site_connection.py | 2 +-
neutron_vpnaas/policies/vpnservice.py | 2 +-
neutron_vpnaas/services/vpn/common/constants.py | 4 +-
.../services/vpn/common/netns_wrapper.py | 7 +-
.../services/vpn/device_drivers/__init__.py | 5 +-
.../services/vpn/device_drivers/ipsec.py | 36 +-
.../services/vpn/device_drivers/libreswan_ipsec.py | 5 +-
.../vpn/device_drivers/strongswan_ipsec.py | 7 +-
.../services/vpn/service_drivers/__init__.py | 4 +-
.../services/vpn/service_drivers/base_ipsec.py | 4 +-
.../functional/openswan/test_openswan_driver.py | 7 +-
.../strongswan/test_strongswan_driver.py | 2 +-
.../unit/extensions/test_vpn_endpoint_groups.py | 2 +-
.../unit/services/vpn/common/test_netns_wrapper.py | 2 +-
.../unit/services/vpn/device_drivers/test_ipsec.py | 53 +-
.../services/vpn/service_drivers/test_ipsec.py | 2 +-
playbooks/configure_functional_job.yaml | 4 +
.../neutron-vpnaas-dsvm-functional-sswan/post.yaml | 80 --
.../neutron-vpnaas-dsvm-functional-sswan/run.yaml | 56 --
.../legacy/neutron-vpnaas-dsvm-rally/post.yaml | 106 ---
.../legacy/neutron-vpnaas-dsvm-rally/run.yaml | 63 --
.../notes/drop-py27-support-d83cd4daa0e37383.yaml | 6 +
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
requirements.txt | 1 -
setup.cfg | 22 +-
setup.py | 9 -
test-requirements.txt | 6 +-
tox.ini | 34 +-
68 files changed, 275 insertions(+), 2003 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index eb1b88094..0a8c39982 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +10,0 @@ alembic>=0.8.10 # MIT
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e93f552e9..722fde82a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9 @@ flake8-import-order==0.12 # LGPLv3
-mock>=2.0.0 # BSD
-pylint==1.7.6 # GPLv2
+pylint==2.3.0 # GPLv2
@@ -12,2 +11 @@ requests-mock>=1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
1
0
We are chuffed to announce the release of:
murano 9.0.0: Murano API
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/murano
Download the package from:
https://tarballs.openstack.org/murano/
Please report issues through:
https://bugs.launchpad.net/murano/+bugs
For more details, please see below.
Changes in murano 8.0.0..9.0.0
------------------------------
4cbbf56b Monkey patch original current_thread _active
d8b91c62 Update TOX_CONSTRAINTS_FILE for stable/ussuri
386d37b9 Update .gitreview for stable/ussuri
4866d548 Use unittest.mock instead of third party mock
035f4e30 Remove six usage murano/contrib
8bf959f8 Remove six murano/api
07242fc2 Remove six murano/packages
aa5f9450 Remove six murano/engine
91c0f48a Remove six murano/dsl
fc15882b Remove six usage
272a9e40 Remove six murano/db
070a4723 Remove six murano/hacking
d3f05df5 Remove six murano/common
a9e530fd Remove six murano/policy
53695b68 Add contrib to irrelevant-files
3ae53b7f Sync heat-translator and tosca-parser version
0304eb28 Sync python-glanceclient version
1c02f36c Sync python-magnumclient
ac2e1736 Clean muranoartifact py2 support
564f9cf3 Cleanup py27 support
d1dae85a Update hacking for Python3
25ebd01d Drop unittest2 usage
b33d3989 Imported Translations from Zanata
9fe5a99a Eventlet monkey patching should be as early as possible
3afc74b1 Add --procname-prefix for uwsgi murano-api
5e12408b [ussuri][goal] Drop python 2.7 support and testing
d536a70a Imported Translations from Zanata
8983cd6a Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 4 +-
contrib/glance/setup.cfg | 15 +-
contrib/plugins/magnum_plugin/requirements.txt | 2 +-
.../plugins/murano_exampleplugin/requirements.txt | 2 +-
.../plugin/csar_package.py | 5 +-
.../murano_heat-translator_plugin/requirements.txt | 4 +-
devstack/plugin.sh | 2 +-
lower-constraints.txt | 2 -
murano/api/middleware/fault.py | 3 +-
murano/api/v1/environments.py | 5 +-
murano/api/v1/schemas.py | 3 +-
murano/api/v1/static_actions.py | 6 +-
murano/api/v1/templates.py | 3 +-
murano/api/versions.py | 2 +-
murano/cmd/__init__.py | 14 ++
murano/cmd/api.py | 9 --
murano/cmd/cfapi.py | 9 --
murano/cmd/engine.py | 9 --
murano/common/helpers/token_sanitizer.py | 4 +-
murano/common/utils.py | 19 ++-
murano/common/wsgi.py | 9 +-
murano/db/migration/helpers.py | 3 +-
murano/db/services/environments.py | 3 +-
murano/dsl/contracts/basic.py | 12 +-
murano/dsl/contracts/instances.py | 4 +-
murano/dsl/dsl.py | 12 +-
murano/dsl/dsl_exception.py | 4 +-
murano/dsl/executor.py | 3 +-
murano/dsl/helpers.py | 20 ++-
murano/dsl/macros.py | 5 +-
murano/dsl/meta.py | 4 +-
murano/dsl/murano_method.py | 10 +-
murano/dsl/murano_package.py | 3 +-
murano/dsl/murano_property.py | 11 +-
murano/dsl/murano_type.py | 5 +-
murano/dsl/namespace_resolver.py | 6 +-
murano/dsl/package_loader.py | 5 +-
murano/dsl/principal_objects/stack_trace.py | 3 +-
murano/dsl/schema_generator.py | 6 +-
murano/dsl/serializer.py | 5 +-
murano/dsl/session_local_storage.py | 5 +-
murano/dsl/virtual_exceptions.py | 4 +-
murano/dsl/yaql_expression.py | 9 +-
murano/dsl/yaql_functions.py | 3 +-
murano/engine/package_loader.py | 26 ++--
murano/engine/system/agent.py | 4 +-
murano/engine/system/status_reporter.py | 3 +-
murano/engine/system/workflowclient.py | 2 +-
murano/engine/system/yaql_functions.py | 7 +-
murano/hacking/checks.py | 18 +--
murano/locale/en_GB/LC_MESSAGES/murano.po | 11 +-
murano/monkey_patch.py | 31 +++++
murano/packages/exceptions.py | 6 +-
murano/packages/hot_package.py | 3 +-
murano/packages/load_utils.py | 4 +-
murano/packages/package.py | 5 +-
murano/packages/package_base.py | 11 +-
murano/policy/model_policy_enforcer.py | 2 +-
murano/policy/modify/actions/base.py | 5 +-
.../unit/api/middleware/test_fault_wrapper.py | 2 +-
.../api/middleware/test_version_negotiation.py | 3 +-
.../unit/db/services/test_templates_service.py | 3 +-
.../unit/engine/system/test_agent_listener.py | 2 +-
.../unit/engine/system/test_garbage_collector.py | 2 +-
.../unit/engine/system/test_instance_reporter.py | 2 +-
.../unit/engine/system/test_metadef_browser.py | 2 +-
.../unit/engine/system/test_workflowclient.py | 4 +-
.../policy/modify/actions/test_action_manager.py | 2 +-
.../unit/policy/test_model_policy_enforcer.py | 3 +-
playbooks/legacy/grenade-devstack-murano/run.yaml | 1 +
.../notes/drop-py-2-7-37d8f1a13e867edb.yaml | 6 +
releasenotes/source/index.rst | 1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 87 ++++++++++++
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 152 ++++++++++++++++++++-
releasenotes/source/train.rst | 6 +
requirements.txt | 1 -
setup.cfg | 9 +-
setup.py | 9 --
test-requirements.txt | 4 +-
tox.ini | 36 ++---
136 files changed, 563 insertions(+), 406 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 116b884c..ccbeedca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +15,0 @@ psutil>=3.2.2 # BSD
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 64dbb88c..29257c6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<4.0.0 # Apache-2.0
@@ -8 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
@@ -15 +13,0 @@ testscenarios>=0.4 # Apache-2.0/BSD
-unittest2>=1.1.0 # BSD
1
0