neutron/neutron/objects/extensions
Ihar Hrachyshka 2272a00f77 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.

Conflicts:
	neutron/objects/extensions/standardattributes.py

Closes-Bug: #1694753
Change-Id: I4666c672223ac38508738b739207f754847c62bc
(cherry picked from commit 9b809fcc60)
2017-08-04 15:27:25 +00:00
..
__init__.py ovo: Introduce standard attributes to objects 2016-04-08 18:07:19 +00:00
port_security.py Make UUIDField actually validate UUIDs 2016-12-07 15:11:43 +00:00
standardattributes.py objects: exclude revision_number from updatable fields 2017-08-04 15:27:25 +00:00