OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Thomas Morin 605364ad78 Support that an extension extends a sub-resource
The neutron.api.extensions code assumes that the resource to update are
base resources and updates its dictionary. When the resource
is a sub-resource, ie. a {'parent': ... , 'parameters': {..} } dictionary,
the result of the update is that the content of 'parameters' is
overwritten.

The correct thing to do here, in the case where the extended resource is
a sub-resource, is to update the content of parameters with the new/changed
attributes.

This change also removes a workaround that was made in
the qos-bw-limit-direction extension, and which after the change in API
extension code, is not needed anymore.

Needed-By: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
Change-Id: I4cb61481205c3689c41e62670cec113adb2a0362
Closes-Bug: 1722842
6 years ago
api-ref Fix some typos 7 years ago
bin Use os-xenapi for neutron when XenServer as hypervisor 6 years ago
devstack Merge "devstack: Adapt to lib/neutron" 6 years ago
doc Merge "Remove DocImpact info from contributor docs" 6 years ago
etc Fix typo "extention" -> "extension" 6 years ago
neutron Support that an extension extends a sub-resource 6 years ago
playbooks Added zuulv3 jobs for testing neutron tempest plugin 6 years ago
rally-jobs Fix the link to the rally docs in README.rst 6 years ago
releasenotes Merge "Renamed ovs_vsctl_timeout into ovsdb_timeout" 6 years ago
tools Allow fullstack to operate on dhclient-script for OpenSUSE 6 years ago
.coveragerc Cleanup coverage configuration 7 years ago
.gitignore Added zuulv3 jobs for testing neutron tempest plugin 6 years ago
.gitreview Fix .gitreview to not point at a branch 8 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Update pylint disable list to pass pylint 1.7.1 checks 6 years ago
.stestr.conf Fix post gate hook to accommodate for new os-testr 6 years ago
.testr.conf Allow more time for DB migration tests 7 years ago
.zuul.yaml Donot run neutron-tempest-plugin-api job in gate pipeline 6 years ago
CONTRIBUTING.rst Update link for contribution 6 years ago
HACKING.rst Update the documentation link for doc migration 6 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
README.rst Correct tag link in README 6 years ago
TESTING.rst docs: clarify wording about how to use advanced glance image 6 years ago
babel.cfg Use babel to generate translation file 11 years ago
bindep.txt Add libffi-dev to bindep.txt 6 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg [log]: implement logging agent extension 6 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Updated from global requirements 6 years ago
tox.ini add doc link validation to release checklist and tox 6 years ago

README.rst

Team and repository tags

image

Welcome!

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute:

CONTRIBUTING.rst