neutron/neutron/objects/extensions
Ihar Hrachyshka 9b809fcc60 objects: exclude revision_number from updatable fields
Revision service plugin is the entity that updates the database model
attribute, and we don't allow to modify the attribute on API layer. We
should not allow to explicitly update it on OVO layer either.

This can help with spurious unit test failures that sometimes try to
update revision number and then reuse the same number to fetch the
object. If revision service plugin decides to bump the number during the
test case execution once more, using the old number may yield no
results.

Change-Id: I4666c672223ac38508738b739207f754847c62bc
Closes-Bug: #1694753
2017-06-08 18:42:10 +00:00
..
__init__.py ovo: Introduce standard attributes to objects 2016-04-08 18:07:19 +00:00
port_security.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
standardattributes.py objects: exclude revision_number from updatable fields 2017-06-08 18:42:10 +00:00