Neutron shared routines and utilities.
Go to file
Thomas Morin c8e1389a55 API attribute processing: allow to populate dict attribute default values
Currently, the neutron-lib API code fills defaults values for the
attributes defined in a resource map, but does not fill defaults inside
the attributes that are dictionaries.

This change introduces a 'dict_populate_defaults' flag that allows the
defaults to be filled inside dictionary attributes (attributes of any
dictionary type).

This is useful to incorporate networking-sfc APIs and avoid using
the specific normalize_* converter methods [1] (see follow-up changes).

[1] https://github.com/openstack/networking-sfc/blob/master/networking_sfc/extensions/sfc.py#L226-L239

Change-Id: I0d7ff1981aa92d17811233e29a6ca7264a9ddb6c
2018-04-17 17:25:31 +02:00
api-ref/source Documenting l3_flavors extn in api-ref 2018-04-12 18:13:26 +03:00
doc API attribute processing: allow to populate dict attribute default values 2018-04-17 17:25:31 +02:00
neutron_lib API attribute processing: allow to populate dict attribute default values 2018-04-17 17:25:31 +02:00
releasenotes API attribute processing: allow to populate dict attribute default values 2018-04-17 17:25:31 +02:00
tools Remove tools/tox_install.sh 2018-03-07 20:31:12 +01:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.stestr.conf Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.testr.conf Improvements to tox envs 2015-12-19 01:00:22 -05:00
.zuul.yaml add lower-constraints job 2018-03-22 16:36:02 -04:00
CONTRIBUTING.rst Merge "Update links in CONTRIBUTING.rst" 2017-10-05 20:47:37 +00:00
HACKING.rst Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Update url links in README.rst 2018-02-12 15:11:11 +08:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
lower-constraints.txt remove debtcollector from requirements 2018-04-13 07:12:59 -06:00
requirements.txt remove debtcollector from requirements 2018-04-13 07:12:59 -06:00
setup.cfg Follow the new PTI for document build 2018-03-27 11:19:28 +08:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt rehome get_deployment_physnet_mtu into plugin utils 2018-04-12 09:48:06 -06:00
tox.ini Merge "Follow the new PTI for document build" 2018-04-06 18:25:32 +00:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO