2 Commits

Author SHA1 Message Date
yanhongchang5
ec171b06f0 doc: fixed word 'neutron-serer' spelling error
there is a spelling error in the document, the 'neutron-server'
was wrongly written as 'neutron-serer'.

Change-Id: I5e6995f46474570289dfb76caaad86a3494a2bbd
Related-Bug: #1854687
2019-12-06 19:34:28 +08:00
Ihar Hrachyshka
f21c7e2851 Allow to set/modify network mtu
This patch adds ``net-mtu-writable`` API extension that allows to write
to network ``mtu`` attribute.

The patch also adds support for the extension to ml2, as well as covers
the feature with unit and tempest tests. Agent side implementation of
the feature is moved into a separate patch to ease review.

DocImpact: neutron controller now supports ``net-mtu-writable`` API
           extension.
APIImpact: new ``net-mtu-writable`` API extension was added.

Related-Bug: #1671634
Change-Id: Ib232796562edd8fa69ec06b0cc5cb752c1467add
2017-08-11 00:57:34 +00:00