Merge "Replace CRLF by LF"

This commit is contained in:
Zuul 2024-03-01 06:13:48 +00:00 committed by Gerrit Code Review
commit 1651631561
2 changed files with 27 additions and 27 deletions

View File

@ -1,20 +1,20 @@
# 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.
from neutron_lib.api.definitions import ecmp_routes as apidef
from neutron_lib.api import extensions
class Ecmp_routes(extensions.APIExtensionDescriptor):
"""Extension class supporting configuration of ECMP routes."""
api_definition = apidef
# 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.
from neutron_lib.api.definitions import ecmp_routes as apidef
from neutron_lib.api import extensions
class Ecmp_routes(extensions.APIExtensionDescriptor):
"""Extension class supporting configuration of ECMP routes."""
api_definition = apidef

View File

@ -1,7 +1,7 @@
---
features:
- |
Neutron supports ECMP routes now, with this change, neutron will
consolidate multiple routes with the same destination address into
a single ECMP route. For more information see bug
`1880532 <https://bugs.launchpad.net/neutron/+bug/1880532>`_.
---
features:
- |
Neutron supports ECMP routes now, with this change, neutron will
consolidate multiple routes with the same destination address into
a single ECMP route. For more information see bug
`1880532 <https://bugs.launchpad.net/neutron/+bug/1880532>`_.