]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add an option for always synchronizing status
authorSalvatore Orlando <salv.orlando@gmail.com>
Thu, 26 Sep 2013 12:41:17 +0000 (05:41 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 26 Sep 2013 15:20:30 +0000 (08:20 -0700)
commit13f100ce5d60e8a5fa9d1c1239502e5853f83207
tree8fa8c5933e3e3480f79b462ece5adeec16c0dc6b
parent0836aab266281749fd2431fff0ad8124f9ad1036
Add an option for always synchronizing status

This patch adds an option for always synchronizing operational status
on a show operation; regardless of the synchronization thread, when
this option is enabled, the resource status is always fetched from
the backend.

The patch also fixes an issue observed when running test_nvp_sync
alone.

Bug #1229149
Bug #1229243

Change-Id: Ifef52ac1c48e32f413d51fc04fd926073335665d
etc/neutron/plugins/nicira/nvp.ini
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/common/config.py
neutron/tests/unit/nicira/test_nvp_sync.py