CHANGES
=======

1.0.0
-----

* devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES
* Added link for modindex
* Enable placement on gate
* Switch to decorators.idempotent_id
* Add tap-as-a-service spec
* Remove unnecessary executable mode of some source files
* Updated from global requirements
* Updated from global requirements
* Use ExtensionDescriptor from neutron-lib
* Use tox_install convention
* Remove PLURALS
* Use the new neutron manager
* Import model_base from neutron-lib rather than neutron
* Include alembic migrations in module
* Updated from global requirements
* Updated from global requirements
* Add status field in the TaaS API
* Use neutron-lib modules for neutron_taas
* Disable VLAN id checks in create_tap_flow and delete_tap_flow
* Fix i18n translation imports
* Tag the alembic migration revisions for Newton
* Fix Bug 1623457
* Switch to internal _i18n pattern, as per oslo_i18n guidelines
* Updated from global requirements
* Rename DB columns: tenant -> project
* Enable DeprecationWarning in test environments
* Bring models in sync with migrations, add test
* Fix a few db vs migration mismatch
* UT: Fix "RuntimeError: stop called on unstarted patcher"
* presentations.rst: Add another TaaS related Austin presentation
* Fix can't delete tap service on agent site
* Add Python 3.5 classifier and venv
* Add more unit tests to test DB mixin class for TaaS
* Add testresources to test-requirements
* Make get_plugin_type classmethod
* Provide support for tap-*-update
* Updated from global requirements
* Fix validation of direction on TapFlow
* Add unit tests to test DB mixin class for TaaS
* Fix typo in class name
* Updated from global requirements
* Support service framework to separate plugin logic
* Remove network-id from tap-service
* Use call_and_ignore_notfound_exc directly
* doc: reference OpenStack Austin presentation
* CLI: Turn comments into docstring
* Fix tap-flow CLI to take service parameter
* Fix help text for tap flow command
* Remove new= argument from create_connection
* Initialize alembic branches for TaaS repo
* devstackgaterc: Remove stale reference to n-obj
* Dont pass tenant-id in request unless given
* Improve exception messages
* Fix API end point for tapservice/tapflow
* Updated from global requirements
* devstackgaterc: Disable unrelated services
* Update tempest plugin after tempest-lib deprecation
* Fix Gate tests
* Avoid using _get_tenant_id_for_create
* Add report to coverage
* Deprecated tox -downloadcache option removed
* Change stackforge to openstack
* Fix in install and api guide
* Remove old TaaS CLI repo, update API reference
* Re-implement TaaS CLI as a NeutronClient extension
* Fix db error when running python34 unit tests
* Fix TempestPlugin function signature
* Delete python bytecode before every test run
* Create specs directory
* devstackgaterc: Specify tests to run on gate
* Add a few dumb api tests
* Add TaaS services client for tempest
* Add a skeleton tempest plugin
* Remove old install instructions and script
* Add a minimum documentation for devstack plugin
* Add devstack plugin
* unit tests: Use the correct base class
* Add alembic migration
* Add an entry point for the service plugin
* Add entry points for cli commands
* Fix taas_init_ops
* INSTALL.rst: Tweak the description of ML2 extension driver
* Updated from global requirements
* Remove repos.py replacement
* Move constants.TAAS to our local module for now
* Update .gitreview for new namespace
* Add tests for the rest of plugin methods
* Add some more tests
* tox.ini: Fix cover by giving the source directory explicitly
* tox.ini: Fix a typo in cover env
* Add a few more tests
* setup.cfg: Drop python 2.6 and 3.3
* Start writing tests
* Move topics definitions to our own module for now
* Python3 support improvement
* test-requirements: Remove discover
* Remove some commented out code
* Misc documentation improvements
* Change ignore-errors to ignore_errors
* Improved install script and updated the install readme file
* Removing the reference shell script as now its part of the taas linux ovs driver
* Deleting neutron configuration file as its no longer needed in the dependencies folder
* Edited the READEM.rst file to refer API Reference document
* Adding the API Reference guide for TaaS
* Bug fix in the __init__.py file
* Fixed misssing path prefix in taas_plugin.py
* Changing all oslo.config to oslo_config
* This is the initial commit of TaaS sources code
* Changed tox.ini file to reflect only py27 and pep8
* Adding an install script to install TaaS
* Changing the README.rst file for tap-as-a-service
* Changed the Readme file and Added INSTALL.rst file
* Initial Cookiecutter Commit
* Added .gitreview
