]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix bug that resources in attr_map may point to same object
authorWei Wang <wangwei@unitedstack.com>
Mon, 13 Apr 2015 10:25:11 +0000 (18:25 +0800)
committerWei Wang <wangwei@unitedstack.com>
Sat, 11 Jul 2015 16:48:51 +0000 (00:48 +0800)
commit75859529cf878dcc1b59768fac2b8a2ad14822df
tree710b105f3829b89eef196262145259a9529443cc
parent83cac810f00933d8b22f17cdcc20094e1d27a018
Fix bug that resources in attr_map may point to same object

The assignment of attr_map may cause resources' attr_map point
to a same object. So once one resource's attr_map update, it maybe
affecte others.

Change-Id: Ica2c3082f9579b297f8c6323e04f8fd17c4da222
Closes-Bug: #1443342
neutron/api/extensions.py
neutron/tests/unit/api/test_extensions.py