Replace CRLF by LF
... because LF is now commonly used as newline code. Change-Id: Iaeb970c3dc335c416329e9ec688d4a97898729c6
This commit is contained in:
parent
3ced5956a7
commit
bf83de893f
@ -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
|
||||
|
@ -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>`_.
|
||||
|
Loading…
x
Reference in New Issue
Block a user