CHANGES
=======

0.1.0
-----

* Update .gitreview for new namespace
* Use value_specs for port_security_enabled flag
* Set default branch for git review to stable/kilo
* Update default cirros version in sample-vnfd
* tacker-horizon and client branch update
* Cleanup requirements file
* Remove unused tacker agent code
* Update Tacker README.rst with new project scope and pointers
* Name and description are always copied from template
* Tacker support on physical host
* Add devstack hook for tacker
* Errors during the vnf-create configuration process are not logged
* Error during VNF create returns internal error
* delete_wait() has typos that cause it not to wait
* Check instance exists when attach or detach interface
* Refactor tacker.conf
* Fix delete device bug
* README.rst should contain tacker related information
* Disable import exception for tacker.i18n
* Cleanup Tacker devref from Neutron related docs
* Change admin_state_up to True when create port
* configure after respawn
* copy description when respawn
* add description to vnf
* config service when vm is ready
* monitor: monitor with correct vnf id
* get_vnfs: don't return internally used record
* monitor:respawn heat: make device status active->dead->active
* support config update for multiple vdus
* mgmt driver for openwrt
* vnf-update: update attributes
* teach service type to vnfd and vnf
* make pending create deletable
* tacker/vm/drivers/heat/heat.py: make multiple vdu work
* tacker/vm/monitor.py: log format error
* monitor, respawn: keep vnf id when respawning new vnf
* infra_driver:heat: fill name and description when appropriate
* monitor: implement boot_wait
* failure policy: make respawn workable
* glue monitoring code and failure policy code
* glue monitor policy and implement failure policy
* device, vnf: attributes wasn't supported properly
* support provider net for monitoring
* fill mgmt_url
* device, vnf: add name column
* heat driver: teach config drive
* vnfd: placement policy with availability zone
* heat driver: teach vnfd sample
* Add Heath check class
* heat infra driver
* extensions/servicevm.py: default value for service context
* db: increase device attribute size
* tacker/db/vm/vm_db.py: type: kwargs -> attributes
* disable service api
* nova driver authentication
* mgmt_driver invocation:
* update: etc/tacker/tacker.conf
* typo: abstractmetho
* Revert "drop service instance rest resources and drop related codes"
* Revert "drop agent related code which isn't used at this point"
* update requirement.txt
* update tacker.conf for keystone
* XML_NS_V20 -> XML_NS_V10
* api-paste.ini: use new keystone library
* db update:
* add proxy_db.py
* add mgmt drivers(work in progress)
* s/oslo.config/oslo_config/
* fix: config file path
* fix exceptions
* api update: device_driver -> infra_driver, mgmt_address -> mgmt_url
* add attach-interface and detach-interface action to device
* API: add constants for key of template attributes
* plugins/common/constants.py: drop unnecessary constants
* drop unnecessary constants and rename quantum -> tacker
* context: add auth token to context
* Enable hacking check H401
* Enable hacking check H104
* Bump hacking to version 0.9.2
* Workflow documentation is now in infra-manual
* Work toward Python 3.4 support and testing
* drop agent related code which isn't used at this point
* drop service instance rest resources and drop related codes
* scheduler for hosting device
* agent for rpc proxy
* mgmt driver for rpc and rpc proxy
* device driver for nova
* servicevm plugin
* tacker/tests/unit/services/vm/test_servicevm_extension.py: added
* data model for servicevm
* extension for servicevm api
* driver_manager: library for loading drivers
* mgmt_driver: base class and noop driver
* device_driver: base class and noop driver
* add tacker/db/models_v1.py
* update configuration files for tacker TODO: import python-tackerclient once pypi repository
* upate files under etc for tacker
* move server command under tacker/cmd dir
* rename neutron/{extensions, plugins, services} to tacker/{extensions, plugins, services}
* rename various files of neutron/*.py to tacker/*.py
* rename neutron/api to tacker/api
* rename neutron/common to tacker/common
* rename neutron/locale to tacker/locale
* rename neutron/db to tacker/db
* rename neutron/tests to tacker/tests
* rename neutron/openstack/ to tacker
* rename neutron/agent to tacker
* remove unnecessary neutron_plugin_base_v2.py quota.py
* remove unnecessary files under neutron/notifiers
* remove unnecessary neutron files under neutron/api/rpc
* remove unnecessary files under neutron/db
* remove unnecessary files under neutron/scheduler
* remove unnecessary neutron files under neutron/extensions
* remove unnecessary neutron files under neutron/debug
* remove unnecessary neutron files under neutron/locale
* remove unnecessary neutron files under neutron/services/
* remove unnecessary neutron files under neutron/{cmd, common}
* remove unnecessary neutron files under neutron/agent
* remove unnecessary neutron files under neutron/plugins
* remove unnecessary neutron files under neutron/tests
* tox.ini: disable unit tests for now until its stabilization
* import neutron master of cba140daccd7c4f715263cda422d5cec27af069d
* Added .gitreview
