]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove List events API from Cisco N1kv Neutron
authorDhanashree Gosavi <dhgosavi@cisco.com>
Mon, 10 Feb 2014 12:19:50 +0000 (04:19 -0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:06:55 +0000 (23:06 +0800)
commited1ada6434a04f93e07982796269549a6537801b
tree0158730073e33f084c78f0ea67b1112fe5707099
parent28568aa770214f25181cd5420d8f07f6e7e4611f
Remove List events API from Cisco N1kv Neutron

Earlier Cisco N1kv plugin was using list events api to
poll policies from VSM.
It was inefficient and caused delay in processing.
So, now Cisco N1kv plugin  switched to list profiles to
poll policies from VSM.

Change-Id: Ia734735361dc3eaee8e276ada0c80045eaa9ef96
Closes-Bug: #1292173
(cherry picked from commit e0f69d69293f0ffba22a6540f483f05baa48cd6f)
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/n1kv/n1kv_client.py
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/tests/unit/cisco/n1kv/fake_client.py
neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py