diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index 856773610f..21a36e7cc9 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.1.11 +version: 0.1.12 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 0275649f49..1b13b91e50 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -1003,7 +1003,6 @@ conf: network_create_args: {} network_update_args: admin_state_up: false - name: _updated context: quotas: neutron: @@ -1023,7 +1022,6 @@ conf: admin_state_up: false device_id: dummy_id device_owner: dummy_owner - name: _port_updated ports_per_network: 5 context: network: {} @@ -1044,7 +1042,6 @@ conf: router_create_args: {} router_update_args: admin_state_up: false - name: _router_updated subnet_cidr_start: 1.1.0.0/30 subnet_create_args: {} subnets_per_network: 2 @@ -1069,7 +1066,6 @@ conf: subnet_create_args: {} subnet_update_args: enable_dhcp: false - name: _subnet_updated subnets_per_network: 2 context: network: {} diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index 9e8e122a3d..96a1a30da8 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -12,3 +12,4 @@ neutron: - 0.1.9 Update ovs agent to support host/label overrides - 0.1.10 Change Issuer to ClusterIssuer - 0.1.11 Added the helm.sh/hook, helm.sh/hook-weight annotations + - 0.1.12 Removed "name" parameter from Rally tests