Neutron shared routines and utilities.
36464dedfc
This new extension allows to set mtu on create and update. Plugins are free to implement only create if needed, returning a meaningful error if update is not supported. Plugins should also make sure that MTU makes general sense in context of corresponding deployment. Plugins supporting the new extension are expected to signal support for net-mtu too because the new extension is a superset of the old feature. We can't just update the existing net-mtu extension because then support for writes is not discoverable. Change-Id: I3dd29578cee4ac4f9f55f6500965664e9e8069a6 Related-Bug: #1671634 |
||
---|---|---|
api-ref/source | ||
doc/source | ||
neutron_lib | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: http://git.openstack.org/cgit/openstack/neutron-lib
- Bugs: http://bugs.launchpad.net/neutron
Features
- TODO