diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index 1c7435b86f..d5290f4e16 100644 --- a/neutron/Chart.yaml +++ b/neutron/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Neutron name: neutron -version: 0.3.1 +version: 0.3.2 home: https://docs.openstack.org/neutron/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: diff --git a/neutron/values.yaml b/neutron/values.yaml index cc2d441a2b..0fb26452fd 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -286,11 +286,7 @@ dependencies: - requireSameNode: true labels: application: openvswitch - component: openvswitch-vswitchd - - requireSameNode: true - labels: - application: openvswitch - component: openvswitch-vswitchd-db + component: server services: - endpoint: internal service: oslo_messaging diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index 3eaea36069..e292ac8ea8 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -43,4 +43,5 @@ neutron: - 0.2.27 Distinguish between port number of internal endpoint and binding port number - 0.3.0 Remove support for Train and Ussuri - 0.3.1 Remove default policy rules + - 0.3.2 Use correct labels for ovs which uses one daemonset for ovs-db and ovs-vswitchd ...