CHANGES
=======

* Replace openstack.org git:// URLs with https://
* Change import path
* change import path
* Change the import path of segment
* Reflect changes in the neutron path
* Updated from global requirements
* Fixed library path of neutron.db.model\_base
* Updated from global requirements
* Enable DeprecationWarning in test environments
* Updated from global requirements
* Add a missing translation marker
* Remove discover from test-requirements
* Add testresources to test-requirements.txt
* Using vlan id assigned by neutron instead of NWA
* Do not use absolute path in data\_files
* Updated from global requirements
* Add files and change path of data\_files for RHEL
* Add document of use\_necnwa\_router flag
* Updated from global requirements
* Add the switch to use necnwa\_router or l3\_router
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Fixed a error in test\_create\_tenant\_rpc
* Updated from global requirements
* Open newton development
* Add documents of NWA
* Switch to using hacking checks from neutron-lib
* Drop documentation on OpenFlow plugin
* doc: fix formatting error
* Fixed bug that old VLAN ID is used in multi-POD environment
* Fixes limitation of nwa create tenant
* Add unit tests
* Fixed delete\_tenant at nwa error response
* Fixed  nwalib.client.create\_tenant
* doc: fix typos
* doc: use readthedocs.org for document hosting
* doc: update section titles
* doc: Use default theme
* doc: link nwa/devstack to avoid warnings
* Remove unnecessary spaces in test data JSON file
* Fixed bug of deleting vm that is created with port
* Use constrainted environments for testing
* Fix a bug that delete\_tenant\_fw does not work
* Fix a bug that L3 RPC does not work properly
* Make delete\_port\_precommit of necnwa mech driver work
* Ensure floating IP status to DOWN when disassociated
* Ensure update\_tenant\_fw is called in router-interface-add/delete
* fixed bugs: change keyword to 'SUCCEED' from 'SUCCESS'
* Use neutron stable/mitaka until mitaka version is released
* fixed error of NetworkSegment
* Updated from global requirements
* UT: Merge TestNwaClientBase and TestUtNwaClientBase
* nwalib: Split LBaaS/FWaaS methods to separate modules
* nwalib: Drop unused semaphore methods
* devstack: document NWA devstack
* devstack: Allow to specify L3 plugin
* Define main() in networking\_nec.cmd.eventlet.nwa\_agent
* Fix parameters of \_device\_to\_port\_id
* nwalib: Split tenant/L2/L3 methods to separate modules
* NwaClient: remove unused eventlet.pool
* Move workflow.NwaWorkflow.path() to nwa\_restclient
* UT: cleanup test\_client
* nwalib: Move workflow related stuff in NwaClient to NwaRestClient
* nwalib: Move workflow related stuff in RestClient to NwaRestCilent
* nwalib.restclient: rearrange internal methods
* Refactor nwalib client and unit tests
* Drop unused method nwa.l2.utils.update\_port\_status
* Cleanup TODO comments
* Use resource\_group\_file option
* Rewrite TestNwaClientScenario scenarios to more readable one
* Use testscenarios.WithScenarios instead of load\_tests
* Move TestNWAAgentBase to a separate module
* Remove unnecessary LOG variable from unit test code
* Use cfg.CONF from oslo\_config directly
* Disable unused-import in pylint
* Move plugins.necnwa to one more upper directory
* Move nwa unit tests under tests/unit
* Do not pass all proxy\_\* instance to individual constructors
* Maintain nwa\_data in one place
* proxy\_l3: Use AgentProxyException for failure operation
* Rewrite test\_proxy\_l2 with testscenarios
* test\_proxy\_l2: Move test data to JSON files
* Update requirements
* Update documentation
* Drop unnecessary ok, ng, ctx arguments from client
* Add NWA L3 functions
* Cleanup unit tests
* Drop 'new' arg from n\_rpc.create\_connection
* Remove apply\_async and old call\_workflow
* Rewrite TestNwaClient.test\_setting\_fw\_policy
* Remove apply\_async usage in LBaaS/FWaaS related methods
* Remove apply\_async usage in L3-related client methods
* Remove apply\_async usage with meaningless callback
* Drop fwaas and lbaas files
* Disable pylint interface-not-implemented rule
* DevStack plugin support for NWA plugin
* Use SqlTestCaseLight for db-involving test cases
* Use neutron\_lib in unit tests
* Do not evaluate strings when calling logging methods
* Make coverage work
* Simplify agent/proxy\_\* logic using AgentProxyException
* Make log\_method\_return\_value decorator log exception
* Remove too-many-locals in proxy\_l2.py
* Add log\_method\_return\_value decorator
* Enable pylint check too-many-locals
* Enable pylint rules: too-many-{instance-attributes,public-methods}
* Enable pylint rule superfluous-parens
* Use 'from xxx import yyy" pattern
* Enable abstract-method pylint check
* Delete non-existing method calls
* neutron-lib support
* Enable pylint check unused-variable
* Enable pylint checks redefined-builtin and redefined-outer-name
* Enable pylint check super-init-not-called
* Enable rules with no errors
* renamt NWATenantBindingN to NWATenantKeyValue
* Update requirements
* UT: Remove unnecessary config ini file preparation
* Remove unused config option: port\_map
* Support JSON file for resource\_group
* Use \_() for exception message
* Use log\_method\_call decorator to log method args
* Remove unnecessary len(xxx) for list or dict
* Use 'if val' / 'if not val' for boolean logic
* Move return to inside try
* Fix typos
* Remove unnecessary usage of <dict>.keys()
* Use {} instead dict()
* Rewrite nose-specific yield tests with testscenarios
* Remove unnecessary wait in unit tests
* Use set\_override to change cfg.CONF in unit tests
* Remove unnecessary eventlet.monkeypatch
* Fix RPC callback initialization
* NECNWA Plugin Core
* Support db migration for networking-nec
* tox.ini cleanup
* Use \_ from oslo i18n wrapper
* Drop openstack-common.conf
* Add python3 support
* Remove bytecode before running tests
* Drop OpenFlow plugin
* Fix misspelling
* Drop CLI commands related to OpenFlow plugin
* Update translation setup
* Split nwalib unit test into submodules
* NWA client library
* Consume oslo i18n wrapper from local repository
* Define has\_neutron\_plugin\_security\_group using override-defaults
* \_get\_tenant\_id\_for\_create is now deprecated
* Sync the logic of \_get\_router\_for\_floatingip with Neutron
* Updated from global requirements
* LOG.warn -> LOG.warning
* Enable neutron hacking check
* Add neutron client packet-filter support
* Add developer tips
* Make docs build detect warnings an errors
* Update global requirements
* Rename i18n to \_i18n
* Drop python 3.3 support from setup.cfg
* Consume \_ from networking\_nec.i18n
* Update global-requirements
* Update a method name in a comment
* remove python 2.6 trove classifier
* Fix pep8 and py27 unit tests
* Update doc to catch up stackforge retirement
* Update .gitreview to catch up stackforge retirement
* Add plugin deprecation notice
* Avoid using include to outside in document
* Update the document
* Change ignore-errors to ignore\_errors
* Define AGENT\_TYPE\_NEC in networking-nec repo
* Catch up with signature change of L3 agent notifier
* Decomposition phase2 of NEC plugin
* Skip DVR related agent scheduler unit tests
* README: add how to run stable branch
* Stop using neutron.common.test\_lib
* Stop specifying neutron in tox.ini
* Consume loopingcall from oslo\_service instead of oslo-incubator
* Remove usage of python 2.6 style exc.message
* Remove usage of contextlib.nested
* Update global requirements
* Consume test\_agent\_schedule from a new location
* tests: stop overwriting neutron BaseTestCase configuration files
* update get\_port\_and\_sgs to new signature
* Refer to MIN/MAX\_VLAN\_TAG from neutron.plugins.common.constants
* Open Liberty development

2015.1.1
--------

* Consume ovs\_lib from neutron.agent.common
* Pin unit test dependency to neutron stable/kilo
* Switch from neutron.common.log.log to oslo\_log.helpers.log\_method\_call
* Catch up neutron unit test reorganization
* Honor status set by caller to create\_port

2015.1.0
--------

* Remove data\_files entry from setup.cfg
* Skip test\_router\_add\_gateway\_no\_subnet for OpenFlow router
* Ignore (Port)NotFound exception in status update
* Move unit test for utils to its test module
* Ignore StaleDataError in port status update during deactivate\_port
* Update devstack README
* Run test on neutron master branch
* Revert usage of RPC namespace from server to agent
* Make pylint check networking\_nec module
* devstack: Increase OVS logging level
* Update README
* Move plugin-specific devstack code to its own repo
* Update .gitignore
* Remove entry\_points for plugin and agent
* Updated from global requirements
* Fix remaining hacking and pep8 errors
* Update hacking to 0.10 series
* Enable pylint check
* Replace IPv4 and IPv6 default addresses with constants
* Remove remaining do\_delete from unit tests
* Fix nec config and agent in planned neutron after decomposition
* Remove duplicated code planned to be kept in Neutron
* Update README
* Remove root\_helper arg for ovs\_lib and SecurityGroupAgentRpc
* Move portinfo\_changed check to l2manager
* Remove unnecessary "NEC plugin specific" comments
* Remove unused \_vendor\_extensions attr from NECPluginV2Impl
* Add TODO and NOTE to l2manager
* Remove \_backend suffix from l2manager methods
* Scope NEC agent rpc api using a messaging namespace
* Initialize OFC manager in the top plugin class
* Move update\_resource\_status\* to separate functions
* Move the L2 related actual logic to L2Manager
* Make BackendImpl method names called from others public
* Move PortBindingMixin to separate module
* Rename nec\_router.py to router.py
* Split logic which communicates backend into separate class
* Show progress output while running unit tests
* Move RPC API and callback to a separate module
* Lookup policy.json from neutron in unit tests
* Update documents a bit
* Update README.rst
* Add README of devstack plugin
* Fix the logic to get the repo top dir
* Add devstack plugin for networking-nec
* Split plugin class to sync with neutron decomposition code
* Split neutron core and vendor extensions
* Register plugin-specific options explicitly
* Remove NECPluginApi dependency on agent\_rpc.PluginApi
* Refer consolidated db models
* Update tox.ini to point github work repo
* Remove manually configured extension path from test plugin
* Remove \_\_main\_\_ check in l2\_agent
* Fix unit test failures
* Set OS\_LOG\_CAPTURE in .testr.conf
* Remove config shortcuts
* Use extensions from neutron code base
* Use plugin db model from neutron code base
* NEC: Consolidate NEC plugin models
* Update test-requirements
* Rename nec\_plugin.py to plugin.py
* Fix setup.cfg
* Fix pep8 issues
* Move plugins.openflow.common.\* to the plugin top dir
* Prepare own i18n module
* Update requirements.txt
* Fix import order
* Add oslo libraries to requirements.txt
* Use graduated oslo\_log and oslo\_utils.uuidutils
* Add openstack.common module
* Rename neutron.openstack.common
* Fix import paths from neutron to networking\_nec
* Add neutron dependency
* Add missing \_\_init\_\_.py
* Update README
* Rename neutron to networking\_nec
* Initial Cookiecutter Commit
* Generated new .gitreview file for networking-nec
* oslo: migrate to namespace-less import paths

2015.1.0b2
----------

* Add option to remove networks from dead DHCP agents
* Add and use SecurityGroupAgentRpc
* tests: don't spread fixtures.TempDir throughout test cases
* nec: drop usage of SecurityGroupServerRpcApiMixin
* hacking: enable H238 (old style class declaration, use new style)
* Remove \_delete\_port\_security\_group\_bindings from delete\_port
* Avoid unnecessary explicit str() conversion around exceptions

2015.1.0b1
----------

* Use comments rather than no-op string statements
* Enforce log hints
* Update i18n translation for NEC plugin log msg's
* Convert several uses of RpcCallback
* Migrate to oslo.utils
* Drop RpcProxy usage from nec plugin
* Drop RpcProxy usage from neutron.agent.rpc.PluginApi
* switch to oslo.serialization
* Use RPC instead of neutron client in metadata agent
* Remove XML support
* NEC plugin: Allow to apply Packet filter on OFC router interface
* Empty files should not contain copyright or license

2014.2
------

* remove openvswitch plugin
* Set vif\_details to reflect enable\_security\_group
* HA routers master state now distributed amongst agents
* Remove @author(s) from copyright statements
* UTs: Disable auto deletion of ports/subnets/nets
* Remove hints from schedule\_router
* Remove unused arg to config.setup\_logging()

2014.2.b3
---------

* Improve some plugins help strings
* Make SecurityGroupsRpcCallback a separate callback class
* Make DhcpRpcCallback a separate callback class
* Make L3RpcCallback a separate callback class
* Refresh rpc\_backend values in unit tests to those from oslo.messaging
* Remove auto-generation of db schema from models at startup
* Use jsonutils instead of stdlib json
* Return 403 instead of 404 on attr policy failures
* Add L3 Scheduler Changes for Distributed Routers

2014.2.b2
---------

* Change all occurences of no\_delete to do\_delete
* Avoid notifying while inside transaction opened in delete\_port()
* Moved rpc\_compat.py code back into rpc.py
* Remove the useless vim modelines
* Removed create\_rpc\_dispatcher methods
* Renamed consume\_in\_thread -> consume\_in\_threads
* Port to oslo.messaging
* Configure agents using neutron.common.config.init (formerly .parse)
* Introduced rpc\_compat.create\_connection()
* Introduce RpcCallback class
* Consistently use jsonutils instead of specific implementation

2014.2.b1
---------

* Monkey patch threading module as early as possible
* Added RpcProxy class
* NEC plugin: Bump L3RPC callback version to 1.1
* Remove redundant default=None for config options
* Allowed Addresspairs: Removing check for overlap with fixed ips
* Ensure core plugin deallocation after every test
* Fix H302 violations in plugins package
* Fix H302 violations in unit tests
* Enable flake8 E711 and E712 checking
* Replace HTTPSConnection in NEC plugin
* Enable hacking H301 check
* Remove last parts of Quantum compatibility shim
* Delete disassociated floating ips on external network deletion

2014.1.rc1
----------

* UT: do not hide an original error in test resource ctxtmgr
* Adds OVS\_HYBRID\_PLUG flag to portbindings
* nec plugin: allow to delete resource with ERROR status
* NEC plugin: Rename quantum\_id column to neutron\_id
* NEC plugin: Allow to add prefix to OFC REST URL
* NEC plugin: Remove a colon from binding:profile key due to XML problem
* Use save\_and\_reraise\_exception when reraise exception
* Add enable\_security\_group option
* NEC plugin: Honor Retry-After response from OFC
* Change report\_interval from 4 to 30, agent\_down\_time from 9 to 75
* Remove individual cfg.CONF.resets from tests
* Avoid long transaction in plugin.delete\_ports()
* Fix ml2 & nec plugins for allowedaddresspairs tests
* Removes calls to mock.patch.stopall in unit tests
* Stop mock patches by default in base test class
* Fix bug:range() is not same in py3.x and py2.x
* NEC plugin: delete old OFC ID mapping tables

2014.1.b3
---------

* Replaces network:\* strings by constants
* replace rest of q\_exc to n\_exc in code base
* NEC plugin: PFC packet fitler support
* nec plugin: Avoid long transaction in delete\_ports
* Update License Headers to replace Nicira with VMware
* Replace binding:capabilities with binding:vif\_details
* Plugins should call \_\_init\_\_ of db\_base\_plugin for db.configure
* Use "!=" instead of "is not" when comparing two values
* Handle racing condition in OFC port deletion
* nec plugin: Compare OFS datapath\_id as hex int

2014.1.b2
---------

* Remove plugin\_name\_v2 and extension\_manager in test\_config
* Remove root\_helper config from plugin ini

2014.1.b1
---------

* Rebind allowed address pairs only if they changed
* Added check on plugin.supported\_extension\_aliases
* Replace mox in unit tests with mock
* Apply six for metaclass
* Utilizes assertIsNone and assertIsNotNone
* Remove uneeded variable AGENT\_NAME
* Enable one disabled tests in NEC plugin that blocked by 1229954
* Utilizes assertIn
* NEC plugin: Fix nec-agent unexpected exit due to RPC exception

2013.2.rc1
----------

* Allowed Address Pairs support in NEC plugin
* Fix port deletion in NEC Plugin
* Handle long integer conversion in NEC portinfo validation tests
* Use built-in print() instead of print statement
* Adds support for L3 routing/NAT as a service plugin
* Fix message i18n error
* fix conversion type missing

2013.2.b3
---------

* Allow None for binding:profile attribute
* OpenFlow distributed router support in NEC plugin
* Export portinfo thru portbinding ext in NEC plugin
* Fix resource status in NEC Plugin
* Separate packet filter activation from port operation in NEC Plugin
* Make NEC Plugin ignore duplicated messgae from the agent
* Delete useless and wrong comments in NEC Plugin
* Avoid overwrite value of deprecated name in conf
* Make NEC Plugin keep error resources
* refactor port binding codes
* Add agent scheduling for LBaaS namespace agent

2013.2.b2
---------

* Improve packet-filter test coverage in NEC Plugin
* Fix random OverflowError exceptions in gate-neutron-python26 tests
* rename quantum into neutron
* Refactor unit tests for NEC Plugin
* Ensure a name of packet filter is stored in NEC plugin
* Improve DHCP agent performance
* Register agent schedulers options in one place
* Divide dhcp and l3 agent scheduling into separate extensions
* Rename Quantum to Neutron

2013.2.b1
---------

* Pushing initial started code based on Glance project and infrstructure work done by the melange team
