X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=releasenotes%2Fnotes%2Ffix_bug_2275-9344b6edce5bfade.yaml;fp=releasenotes%2Fnotes%2Ffix_bug_2275-9344b6edce5bfade.yaml;h=62bb370abe3bbfb5840782699579ad9e4ad11acb;hb=3dcff2e821908afdc6625d0328c208d9b0b6f6e8;hp=0000000000000000000000000000000000000000;hpb=bc1cef067e5a07fb60d35c51234fc0a5f5c3ab3e;p=osm%2FRO.git diff --git a/releasenotes/notes/fix_bug_2275-9344b6edce5bfade.yaml b/releasenotes/notes/fix_bug_2275-9344b6edce5bfade.yaml new file mode 100644 index 00000000..62bb370a --- /dev/null +++ b/releasenotes/notes/fix_bug_2275-9344b6edce5bfade.yaml @@ -0,0 +1,24 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +fixes: + - | + Fix Bug 2275 + + Remove the pre-check before deleting a Neutron Port. The existing request + has no filter and is retrieving all the ports in the Tenant. This requires + a big amount of execution time causing issues in the NS deletions.