CHANGES
=======

2.0.0
-----

* Send logging resource update to backend only when fw log exists
* Increase SLA time for create_routers task
* Clean up #noqa imports in unit tests
* Neutron cli support for logging resource
* Add explanation for BGP service in local.conf.sample
* Implementation for logging resource extension of FWaaS
* Fix lack of client for midonet variant of l2gw
* Add validation for bgp_peer_id in add_bgp_peer
* Add entry_points for l2gateway, gwdevice and bgp service plugins
* devstackgaterc: Exclude fwaas tests
* devstack: Change MidoNet deb repository URL
* Spec for logging resource for FWaaS in MidoNet
* tox.ini: Stop using zuul-cloner for venv
* Retry on DBDuplicateEntry
* Skip a few ML2 tests
* Fix markup of BGP release notes entry
* BGP extension implementation(2nd stage)
* devstackgaterc: Enable test_firewall_admin_disable
* devstack: Add an option to use MidoNet binary packges
* README.rst: Fix sphinx error on L2 Gateway Service
* Add validation of tunnel ips for gateway device
* Solve devstack failure with L2 Gateway
* Enable test_port_security_macspoofing_port
* BGP extension implementation(1st stage)
* doc: add release notes
* Add some releasenotes entries for Mitaka
* Make README references to neutron.conf consistently
* Revert "devstack: Override create_neutron_initial_network"
* Updated from global requirements
* devstack: Revert tempest tweak
* Spec for bgp-speaker-router-insertion
* devstackgaterc: Fix typos in VPN section
* doc: Fix a markup for gerrit dashboard link
* devstack: Override create_neutron_initial_network
* Add explanation for Gateway Device and L2 Gateway to README
* devstackgaterc: Enable tests from Neutron tempest plugin
* devstackgaterc: Reduce tempest timeout
* Revert "devstackgaterc: Exclude tempest plugins"
* Switch to using hacking checks from neutron-lib
* Update supported MidoNet versions
* Neutron cli support for gw device of network_vlan
* Document the installation of python-midonetclient in the README file
* Stop using other project's i18n module
* Updated from global requirements
* Allow segmentation id over vlan in L2GW Connection
* Add releasenotes (reno) support to networking-midonet
* l3: Reject requests to connect to non-midonet networks gracefully
* devstackgaterc: Skip test_router_interface_port_update_with_fixed_ip
* [Trivial] Remove executable privilege of doc/source/conf.py
* Support L2GW with network_vlan gateway device
* Support gateway device of network_vlan type
* devstackgaterc: Exclude tempest plugins
* devstackgaterc: Remove stale reference to n-obj
* Add a constraint on gateway device model
* Fix coverage option and execution
* devstack: Add a knob to configure MidoNet API to use Keystone
* Change validation logic from router port to l2gateway in gateway_device deletion
* Change validation logic along change in upstream l2gw
* Change port status along admin_state_up parameter
* Stop using builtin _
* pep8: Disable N341
* devstack: Add a knob to configure NAT for public connectivity
* devstack: Use uplink network for uplink plumbing
* Neutron cli support for gateway device
* Magnum recipe for MidoNet
* README.rst: Mention Magnum
* plugin_v2: Show the default provider network_type as "midonet"
* devstack: Update NETWORK_API_EXTENSIONS
* LBaaS: Fix AttributeError on healthmonitor update
* Use constraints for tox targets
* devstack: Switch to neutron-lbaas devstack plugin
* devstack plugin: Explicitly enable neutron importer
* Change status of router to ERROR when the backend fails
* Change status of port to ERROR when the backend fails
* devstackgaterc: Enable VPNaaS
* Change status of floatingip to ERROR when the backend fails
* Fix translation setup
* Updated from global requirements
* README.rst: Document LBaaS provider options
* README.rst: Document neutron interface driver
* add rally neutron extras plugin and jobs
* FWaaS: Make a firewall without routers INACTIVE
* devstack: Switch to neutron-vpnaas devstack plugin
* Remove irrelevant back slash in some services
* devstack: Don't enable tempest in rally job
* Call _dict_extend in create_(net|port) ops
* device_management_update.rst: Fix sphinx errors and warnings
* doc: Fix the gerrit dashboard link for non-master branches
* MidonetInterfaceDriver: Remove a redundant namespace operation
* Prevent binding IPv6 addresses to Neutron interfaces
* Add mtu argument to the interface driver plug_new
* test_migrations: Exclude a few LBaaS tables
* l3: Allow floating-ip association to VIP
* requirements.txt: Comment out python-midonetclient
* Allow segmentation_id setting in l2gateway
* Remove uniqueness validation for vtep_address in remote_mac_entry
* l3: Explicitly reject floating-ip association to non-compute port
* Improve translation setup
* Stop using neutron.i18n
* devstackgaterc: Disable a few tests and explain why
* Updated from global requirements
* tox_install: Add an explicit BRANCH_NAME
* Revert "devstackgaterc: Enable test_host_name_is_same_as_server_name"
* doc: Add a gerrit dashboard link
* ml2: Use SubnetContext.network
* Add a sanity check for MANIFEST.in
* Update MANIFEST.in
* Re-enable and improve VPNaaS tests
* Define expected data in dictionary instead of Array
* Reject fixed_ips updates on non-VIF ports
* Use assertDictSupersetOf method when checking dictionary in test code
* Updated from global requirements
* devstackgaterc: Skip known broken tests
* Add a REVIST comment for test_extension_l2gateway vs py34
* Enable test_extension_vpnaas for py34
* tox.ini: Sort py3 tests for easier human investigation
* tox.ini: Remove no longer necessary exclusions
* Add validation that disallow multiple l2gw connections per l2gw
* Make gateway device update raise error when failing with invoking midonet
* Add validation for following cases. * use L2 Gateway Service without Gateway Device Management Service * create l2-gateway with non-existent gateway device. * create l2-gateway-connection with non-existent network. * create l2-gateway-connection with non-existent l2_gateway
* Adds rally support
* loadbalancer: Add missing whitespaces in exception messages
* Fix prefix of service provider for midonet l2-gateway(l2gw to Midonet)
* Add tenant_id in remote mac entry sub resource
* L2 Gateway Management Service support in devstack
* Correct assertion argument order in test code for gateway device and l2 gateway
* Define has_neutron_plugin_security_group using override-defaults
* devstack: Use the correct gateway for the route to FIXED_RANGE
* Avoid using _get_tenant_id_for_create
* Correct assertion argument order
* Delete from DB only on remote mac create MN error
* Add post/precommit methods for remote mac entries
* Minor clean-ups of gw device plugin
* Add method logging to remote mac entry methods
* Remove _check_gateway_device_exists in GW DB mixin
* Reverse param order for remote mac create method
* Remove manual check for duplicate GW remote mac
* Remove incorrect primary key in GW Mac entry
* Remove tenant_id references from gw remote mac
* Minor clean-up for gateway device unit tests
* Minor clean-ups for gw device extension
* Organize methods in GwDeviceDbMixin
* Midonet L2 Gateway Management Service plugin
* VPNaaS: Fix the case of multiple ipsec connections
* Midonet Gateway Device Management Service plugin
* VPNaaS support in devstack
* devstack: Enable fwaasrouterinsertion in NETWORK_API_EXTENSIONS
* devstack: Fix the combination of ML2 + q-dhcp
* devstackgaterc: Enable test_host_name_is_same_as_server_name
* Skip known failing vpnaas unit tests
* Update spec to reflect implementation updates
* devstack: Set up a route to FIXED_RANGE
* Subscribe a few l3_db related events explicitly
* Deprecated tox -downloadcache option removed
* README.rst: Add minimum documentation of ML2 drivers
* devstack: Update after the recent fwaas change
* devstack: Avoid relying on Q_AGENT=openvswitch for ML2
* Clarify our use of Text(length) and explicitly restrict it to mysql
* Add alembic migrations vs. models sync test
* Fix db migration script autogeneration
* devstackgaterc: Skip a few known broken test cases
* Remove dynamic routing db tables
* Sync models to db migration
* Separate migration branches (expand/contract)
* Updates to Gateway Device Management spec
* Put py34 first in the env order of tox
* settings: Remove unused setting
* tox_install: Fix "already installed" test
* Midonet VPNaaS plugin
* Updated from global requirements
* Border Gateway API Spec
* upgrade.rst: Improve rendering
* devstackgaterc: Enable dstat
* Use sphinx-build -W in [docs] target
* specs: Dig into Mitaka specs as well
* midonet-db-manage: Retire migration functionalities
* Enable subnet_allocation extension
* plugin_v1: Sort the list of extensions
* plugin_v1: Add a TODO comment
* Gateway device management API spec
* devstack plugin: Explicitly requires tox
* Render and publish specs
* Add a copyright notice to migration script template
* Move MidonetInterfaceDriver from Neutron repository
* upgrade.rst: Fix v2 plugin history
* upgrade.rst: Redo stevedore entry point change correctly
* Enable tests from FWaaS tempest plugin on gate
* Introduce stevedore aliases for service plugins
* upgrade.rst: cosmetical updates
* Use stevedore entry point instead of module path for core plugin
* add_router_interface: Don't remove the pre-existing port on failure

1.0.0
-----

* tox_install: Switch to stable/liberty
* Fix the usage for assertTrue
* Fix argument order for assertEqual to (expected, observed)
* Stop doing any magic cloning of neutron during CI
* Use stevedore entry point instead of module path for interface driver
* Remove retry decorators in plugins
* Stop doing any magic cloning of neutron during CI
* tox.ini: Don't bother to install test-requirements for genconfig
* Updated from global requirements
* .gitreview: Set defaultbranch
* Remove no longer necessary conditional
* Enable FWaaS on gate for v2
* Enable LBaaS on gate
* devstack: Set midolman log level to DEBUG
* README.rst: Replace URL of package site
* l3: Stop mimicing a core plugin
* devstack: Exclude a few known-broken tests on gate
* devstack: Enable midonet metadata proxy for v2 and ml2 jobs on gate
* devstack: Chown egg-info so that later "tox -e genconfig" is possible
* Ensure LOGDIR to align with devstack-gate
* plugin_v2: Deal with the lack of portsecurity DB rows
* Hang the devref index on the main index
* Rely on pbr to define the version of the library
* Document repos for packages
* plugin_v2: Tighten network_type validation a bit
* Replace deprecated wiki links
* Use https to link to *.midonet.org
* Some notes about Neutron agents
* Update a note about midonet-db-manage retirement
* Add 'uplink' type driver
* README.rst: Mention FWaaS configuration
* Remove "new" argument from n_rpc.create_connection
* README.rst: Remove HACKING section
* README.rst: Move unit test description into a separate rst file
* README.rst: Remove package.sh section
* Tag the alembic migration for Liberty
* Replace v2015.09 with v5.0
* README.rst: Recommend deb/rpm rather than setup.py install
* Update How to install section
* Revert "Retire midonet-db-manage"
* test-requirements: Add testscenarios
* Some upgrade notes
* Removing the package scripts
* Add references to SG callbacks to avoid GC
* devstack: Configure nova for midonet metadata proxy
* Move v1-only code from plugin.py to plugin_v1.py
* Remove midonet.neutron.common.utils as it's now empty
* Remove an unused decorator, retry_on_error
* Remove an unused decorator, handle_api_error
* Remove an unused global, PLURAL_NAME_MAP
* devstack: FWaaS support
* FWaaS: Specify the extension path
* devstack: Avoid modifying ERROR_ON_CLONE
* MidoNet FWaaS plugin
* Listen alternative topic for state reports
* plugin_v2: Add revisit comment about metadata proxy
* test_midonet_plugin: Update plugin path after decomposition phase2
* Update documentation after plugin decomposition phase2
* tox.ini: Fix cover by giving the source directory explicitly
* .coveragerc: Fix module path
* Enable tempest tests for lbaas when enabled
* Plugin decomposition phase2
* Generate config file example
* Remove the white-list of tests for py34
* Enable more tests for py34
* Make ZOOM the default for devstack
* Fix unit tests
* tox.ini: Add an env for coverage
* Retire midonet-db-manage
* migration: Drop downgrade
* Fix the sphinx build path in .gitignore file
* Change ignore-errors to ignore_errors
* Run check_migration during "tox -e pep8"
* Removed unused test dependency: discover
* Fix missing value types for log message
* devstack: Export LOGDIR as well
* Adapt LB unit tests to the new service providers management
* Allow py34 to run tests individually
* test_midonet_plugin_ml2: Ensure that ml2 options are registered
* Define VIF_TYPE_MIDONET in networking-midonet repo
* Set the supported extensions correctly
* Override api_extensions_path in unit tests
* Add missing 'ext-gw-mode' extension to v1
* Move ML2 util methods from common util
* tests: Do not skip IPv6 tests
* Remove enable_plugin for LBaaS
* devstack: midonet embedded metadata proxy support
* Add filter for midonet networking types
* Add Midonet ML2 Mechanism/Type Driver
* Remove duplicate code to load client
* make devstack up-to-date for Liberty
* Set Q_L3_ROUTER_PER_TENANT to True
* doc: Hook devstack/README.rst into doc build
* README.rst: Fix some markup and typos
* tox.ini: Add docs to envlist
* tox.ini: Add docs target
* devstack/settings: Stop tweaking the list of enabled services
* Move the router and fip handlers to l3 service
* Update documentation after create_fake_uplink_l2
* Add devstackgaterc to manage gate tests
* Format the list items in README.rst
* tox.ini: Enable some of tests for py34
* Set up Q_PLUGIN earlier
* Configure only cluster or API in devstack plugin
* tox.ini: Disable python3 tests failing due to Routes < 2.0
* add stub file for midonet ml2 mech driver
* Fix python3 job
* Allow users to run 'tox -epy34'
* Update version for Liberty
* tox.ini: Remove PYTHONHASHSEED=0
* tox.ini: Remove py26 env
* Switch requirements to neutron master
* Upgrade version to Liberty!

2015.1.0
--------

* Add check against gw port with no IP
* Add port-security extension support
* devstack/plugin.sh: Don't launch midonet services too early
* Add epoch :1 on packaging
* Call create_fake_uplink_l2.sh from devstack
* Remove old REST to ZOOM from devstack
* Pin the oslo.i18n version for kilo
* devstack/README.rst: Fix a note on MIDONET_CREATE_FAKE_UPLINK
* devstack: Allow to specify plugin_v2 in local.conf
* plugin.sh: Run delete_fake_uplink.sh before running unmido.sh
* Enable VNC by default in local.conf.sample
* Fix packaging issue by removing ${python:Depends}
* Validate subnet for pool/vip properly
* Remove inappropriate 'self' params
* remove 'self' arg from update_vip
* Add delete_network retres for v2
* Use UPLINK net type instead of LOCAL
* delete_network: Retry on DBDeadlock as well
* Provide metadata RPCs
* Split Midonet Plugin into legacy and new arch
* Retry net deletion on NetworkInUse
* Add python-oslo and python-babel as dependencies
* Improve error handling for create operations
* Fix an obvious typo in cluster get_agent()
* Update URLs after the move from stackforge/ to openstack/
* Update .gitreview after the move from stackforge/ to openstack/
* Provide better V2 configs in devstack
* Add non *py files in the package
* set MIDO_DB_USER/MIDO_DB_PASSWORD in devstack
* Enable 'Allowed Address Pairs' extension
* Add provider extension support
* Switch USE_CLUSTER to USE_NEW_STACK
* Set the supported extensions in __init__
* Improve local.conf sample for devstack
* devstack/settings: Do not configure passwords here
* Make extensions configurable
* devstack/README.rst: Improve instructions and mention wiki
* devstack/plugin.sh: Source functions on "unstack" phase as well
* Replace MIDONET_ENABLE_Q_SVC_ONLY with sample conf
* Mention skipping uplink config
* Fix devstack README on LBaaS setup
* Use mysqlconnector as the sqlalchemy driver
* Implement LBaaS MidoNet driver
* Pin version to 2015.1.0
* Neutron-server dependencies pin version
* Setting 3-version number value
* create/delete fake uplink by config
* Return correct default for get_agent(s)
* Implement configurable MN client
* Set USE_CLUSTER variable in devstack
* Change log level from INFO to DEBUG
* Configure API-based plugin unit tests
* Update devstack default to only use IPv4
* remove unsupported extensions
* Clean up migration scripts
* Add python-midonetclient dependency on debs
* Proper lbaas VIP create validation
* Minor fixes for API-based plugin
* Add API based plugin option
* Refactor portbinding
* remove routedserviceinsertion extension
* Create the uplink for API mode
* Add midonetlclient package as a requirement
* Conform to OpenStack logging standards
* Export database variables
* move tasks to after the dictionary updates
* Fix UT module imports
* Add port binding database table
* Deprecate `package.sh`
* Add the package builder script for debs
* Avoid the .centos. suffix on %dist
* Don't copy source rpm
* Create the package_rpm script
* Add dynamic routing tables
* Add the structure to build debs
* %prep should use source name
* Minor fixes for port binding spec
* Update spec for packaging
* Avoid pbr to modify version to 'dev'
* Update MANIFEST.in
* Add to new version numbers
* Add the spec to build the package

2015.1.0b4
----------

* Gateway device management API spec
* Uplink network spec
* Port Binding spec
* L2GW spec
* Extra Route spec
* Add data-version-list command
* Remove the cluster extension
* Add agent ext support in plugin
* Implement midonet-db-manage data-show
* Fix typos in data version spec
* Add data sync cli wrappers
* Add data sync tables to neutron db
* Dynamic Routing spec
* Spec for data version
* Extra route extension support
* Add the port create task in the correct place
* Fix the mixin and extension alias order
* Use enable_service nova for nova stuff
* Don't install nova's rootwrap file in light mode
* Support extra_dhcp_opts extension
* Replace oslo-incubator references
* Try to pass the gate
* Fix devstack light
* Agent neutron extension API spec
* Remove unneeded header line
* Add unit tests for agent membership
* Migrate to the cluster-based arch
* DevMido: disable uplink script
* Add db util commands
* Introduce MIDONET_ENABLE_Q_SVC_ONLY
* Spec for task management
* change agent_membership table name to use plural
* Remove unused task classes
* Fix a wrong use of here documents
* Fix minor issues
* Add last-processed-task table
* Fix the db name for agent membership
* Don't let modify tempest options
* Update the agent member extension spec
* Add all the default settings to 'settings'
* Add agent-membership extension
* Add CONFIG task on startup
* Add migration script to create agent membership
* modify task table to use string for types
* Move devstack config functions to plugin
* Agent membership API spec
* Fix 'package.sh' for new setup.cfg
* Fix compatibility with upstream for root_helper
* Remove foreign key constraint from port binding
* Add port binding table to neutron DB
* Use development version of PMC
* Fix name parsing based on regex
* Move the pip_install to 'stack' stage
* A weird character (\xc2) made env module fail
* Add devstack plugin
* Prepare the project for openstack gates
* Renamig the package to networking-midonet
* Update regex in package.sh to allow more digits
* Infer router instead of requiring it in pool creation
* Fix pep8 import errors
* Fix pep8 errors
* Switch from sqlalchemy to oslo.db exception
* Separate flush/import into 2 different commands
* Add tenant_id to midonet_tasks
* Remove unused repair SQL command
* Remove the old config file
* Convert the plugin code to mixin class
* Fix tox warning related to logging
* Move router service insertion extension to midonet
* Handle more cases of DB deadlock with retries
* Retry on DB deadlock timeout errors
* Fix import for LB
* Add the task table entry for each operation
* Install files to correct location for RPM
* rename imports to use oslo
* Move network and port locks to separate locks
* Add git short sha1 to timestamp
* Use timestamp based packagename always with -t
* Support timestamp based package names for nightlies
* Update revision string for rpm packages
* Add revision string in deb package
* Fix version string to use '+' instead of '-'
* Bump version to 2015.1
* Handle new tag scheme in the packaging script
* Fix jsonutils import
* Add lb methods to flush
* Package RPM and DEB using setuptools
* Add console script to setup.py
* Revert "Use pbr for building"
* Add LB data types to data_type table
* Remove 'Router Interface' from tasks
* include cluster dictionary in create_cluster
* midonet-db-manage script
* Use pbr for building
* Missing __init__.py files
* HEAD file for alembic migration
* Fix the revision of migration script
* Fix pep8 errors
* Update package meta information
* Update the repository URL and version in setup.py
* Update versioning
* Point to gerrithub in .gitreview
* Add rebuild midonet extension
* Run neutron-ns-metadata-proxy in isolated networks
* Add FLUSH operation
* Add db task write functionality
* Add task migration scripts
* Use downstream config module
* Use config from midonet module
* Add API handlers for TunnelZones and TunnelZone Hosts
* Add API handlers for DHCP subnets and their hosts
* Set FIP status in response
* Fix FIP status inconsistency
* Add API handlers for system state
* Add API handlers for routers
* Add API handlers for port groups and their ports
* Add API handlers for routing tables
* Add API handlers for ports to MidonetPluginV2
* Add API handler for licenses
* Add API handler for hosts to MidonetPluginV2
* Add API handler for IP address groups and their addresses
* Support RHEL7 in RPM pacakge
* Make the packaging script consistent with PMC's
* Remove unused capabilities in RPM and DEB packages
* Add API handlers for bridges to MiodnetPluginV2
* Add API handlers for chains and ruels to MiodnetPluginV2
* Add abc support to generate_methods
* Add python-midonetclient to the package's dependency
* Add API handlers of BGPs to MidonetPluginV2
* Modify generate_methods to accept predefined alias
* Add missing attributes and extensions of BGPs
* Add more tests of generate_methods
* Change the subnet ext into a midonet extension
* Correct binding delete function signature
* Add underscore support to generate_methods
* Change Vxlan, Bindings to sub-resources
* Add unit tests for generate_methods
* More cleanup in README
* Fix typo in README
* Update README with more info
* Change route Extension name to routing_table
* Rename the midonet_port extension to port
* Add an abstract class for tunnel zones
* Add Midonet License extension
* Fix flake8 warnings
* Add tunnelzone extension
* Add Tunnel Zone and Tunnel Zone Host API handlers
* Modify generete_methods to support nested resources
* Modify generate_methods to take vargs
* Add Midonet Vtep Extension
* Add Ip Addr Group Midonet extension
* Add Midonet Port Group Extension
* Add Bgp Midonet Extension
* Change midonet network extension to bridge
* Add midonet router extension
* Add Midonet route extension
* Add Midonet chain-rule Extension
* Fix API handler generator to support GET appropriately
* Add Midonet Port Extension
* Modify the core plugin to load extensions
* Add skeleton of a decorator for API handler mixins
* Modify README.rst
* Set default vnic_type in port
* Use the new MidonetClient object
* Add subnet (DHCP Subnet) extension
* Add system status extension
* Midonet Network extension
* Move utilities in the core plugin to the util module
* Add host extension
* Catch up with the upstream change in dhcp driver
* Configure 'api_extensions_path' in midonet plugin
* Move extensions directory
* Fix the network deletion error
* Migrate unit tests
* Add the test infrastructure
* Add .gitreview for Midokura gerrit
* A proper gitignore
* Make it compatible with upstream Neutron
* Update copyrights
* Fix the version number
* Add meta files for the project
* Create README.md
* Add package script
* Add Load Balancer API handlers
* Move source code under midonet directory
* Add sync to port and network deletion
* Repair quota database table if it doesn't exist
* Add 'quotas' to supported extensions
* Add scheduler to Midonet plugin
* Floating IP support
* L3 external gateway mode support
* router interface add/remove support
* New MidoNet router API support
* SG API support
* Enable bulk creation
* Add new MidoNet port API support
* network/subnet new API support
* Use save_and_reraise_exception when reraise exception
* Replaces network:* strings by constants
* 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
* Remove release_lease from the DHCP driver interface
* Midonet plugin: Fix source NAT
* Fix misspells
* Move MidonetInterfaceDriver and use mm-ctl
* Do not add DHCP info to subnet if DHCP is disabled
* Added check on plugin.supported_extension_aliases
* MidoNet: Added support for the admin_state_up flag
* Midonet to support port association at floating IP creation
* Use correct device_manager member in dhcp driver
* Add port bindings to ports created in Midonet
* Disassociate floating IPs from port on terminate
* Add a route to reach the MD server when a subnet is created
* MidoNet plugin, clean up dhcp entries correctly
* Add host routes and dns nameservers to Midonet DHCP
* Change hard coded numbers to constants in security group tests
* Do not apply security groups to logical ports
* Adds support for L3 routing/NAT as a service plugin
* add missing comma to supported alias string list
* Fix message i18n error
* Implement MidoNet Neutron plugin for Havana
* Fixes typos in midonet_lib.py
* Fixing some typos found during translation
* Rename Quantum to Neutron
