CHANGES
=======

2015.1.4
--------

* Use "session_persistence" in data models for uniformity with API attribute
* Update devstack plugin for dependent packages
* Updated from global requirements
* Bump stable/kilo next version to 2015.1.4

2015.1.3
--------

* Sync db models to migrations
* Remove pylint from stable/kilo
* Updated from global requirements
* Pre-release bump to 2015.1.3

2015.1.2
--------

* Filter get_pool_members to return members from the desired pool
* Add device_id when a loadbalancer is created instead of at listener create
* Updated from global requirements
* Adding code to prevent vip port deletion from port api
* Updated from global requirements
* Fixing Radware LBaaS v2 driver LB deletion
* Bump stable/kilo next version to 2015.1.2

2015.1.1
--------

* Updated from global requirements
* Fix test failures caused by mock update
* Updated from global requirements
* Updated from global requirements
* Bump pre-release to 2015.1.1

2015.1.0
--------

* Add HaproxyNSDriver to lbaas entry points

2015.1.0rc2
-----------

* Updated from global requirements
* update .gitreview for stable/kilo
* Add Kilo release milestone
* Pin neutron to stable/kilo

2015.1.0rc1
-----------

* changes to skip negative test cases with invalid/empty tenant_id
* Updated from global requirements
* Rename imports based on neutron tests reorganization
* Use id attribute of the object in assert_modifications_allowed
* Fixes passphrase encoding error
* Changes to wait for loadbalancer status after any CRUD operation (Changes required to support async client operations)
* Fixes cert_parser intermediate validation
* Included more API tests for neutron_lbaas
* Remove test workaround for subnetpool_id
* Fixes encrypted private key failures
* Updating .coveragerc to exclude the tests
* Update subnet data model to include subnetpool_id
* VMWare Edge loadbalancer v1 driver
* NetScaler driver for LBaaS V2 extension
* Fixed db update_status to handle healthmonitor
* Neutron LBaaS v2 Radware driver implementation
* Updated from global requirements
* VMWare Edge driver database model and migration

2015.1.0b3
----------

* Fixes sni_containers access issues
* Implemented dynamic loadbalancer status tree
* Fixes certificate concatenation issue
* tests: stop overwriting neutron BaseTestCase configuration files
* Brocade Driver for lbaas v2 data model
* Added api tests for session-persistence
* Fixes barbican cert manager to support v2/v3 auth
* Change default cert manager to barbican
* LBaaS reference implementation driver to support TLS
* TLS capability extension implementation for lbaas v2
* Install HAProxy 1.5 on Ubuntu Devstack
* Hooks for lbaasv2 api tempest job
* Validate health_monitor id when associating to pool
* Fixes session persistence validation error
* Bug fixes for cert manager
* Neutron LBaaS: Creating Health Monitor API Tests
* Neutron LBaaS: Adding test cases for Members
* Neutron LBaaS: Creating Pool API Tests
* Neutron LBaaS: Initial Listeners API tests
* Neutron LBaaS: Initial Load Balancer Tests
* Added tox tempest environment
* Error correction of neutron_lbaas.conf
* A10 Networks LBaaS v2 Driver
* Updated from global requirements
* Driver helper methods correctly update LB status
* Allow LBaaS service provider to be configurable in devstack
* Updating gitignore file
* Fix invocation of lbaas agent
* Updating agent mgr and namespace driver
* Haproxy Namespace Driver
* Completion of Agent Manager
* Agent, device driver interface, and callback API
* Added agent callbacks
* oslo.log: clean up remaining usages of incubator module
* Updated from global requirements
* Fixed synchronous driver's import redirect
* Return all data for list pools
* Fixed bug where session persistence was removed
* Neutron LBaaS: Base Test Case Class
* Move pylint checks to pep8 testenv
* Removed lockutils-wrapper from tox targets
* Migrate to oslo.log
* Listener, Pool, Member, and HealthMonitor Managers
* Finish Agent Scheduler and LB Agent Driver Piece
* Moving base driver code to a new location
* Add devstack plugin for neutron-lbaas
* Setup LBaaS V2 Agent Scheduler and Driver
* Updated from global requirements
* Stop storing and passing root_helper
* New directory structure
* Exposing the vip_port_id attribute of a load balancer
* Neutron LBaaS: Initial Health Monitors Test Client
* Neutron LBaaS: Added Members Test Client
* LBaaS: Enable coverage testing
* Add index on tenant_id
* Updated from global requirements
* Neutron LBaaS: Initial Pools Test Client
* Nuetron LBaaS: Initial Listeners Test Client
* Neutron LBaaS: Initial Load Balancers Test Client
* Certificate Management Interface + Implementations
* Enable a bunch of pylint rules, get stuff passing
* Prevent config reads in tests and fix v1/v2 mutex

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

* Updating Jinja config and loadbalancerdbv2
* Initial Tempest Directory
* Common TLS utilities
* Simplify user workflow creating loadbalancers
* Implement managers for synchronous haproxy driver
* Implement synchronous haproxy driver methods
* Move config and extensions to service repo
* Pass root_helper to ip_lib by keyword argument to prep for removal
* oslo: migrate to namespace-less import paths
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Migrate to oslo.concurrency
* Updated from global requirements
* Update hacking to 0.10
* Updated from global requirements
* Updated from global requirements
* Block subnet gateway IP to be used as LB VIP
* Rename array of LB constants to better align with usage
* Reordered neutron import statements in files
* Moved lbaas-haproxy.filters from main neutron repo
* Cleaned up requirements.txt
* Sync with global requirements
* Do not list SQLAlchemy < 0.9.7 in requirments.txt
* Persistence lbaas http cookie
* Fixing HEAD file to have correct migration
* Do not list neutron in requirements.txt
* LBaaS: Unit tests using policy.conf
* Changed testr config to read environment variables for output
* Backward compatibility for lbaas
* Haproxy driver should respect vip/pool admin state

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

* Update documentation files for LBaaS
* Kill oslo-incubator files
* Fixing the tests to run again
* Initializing alembic for separate chain
* Fix python neutron paths for neutron_lbaas
* Post-split, get jenkins tests passing
* Point gitreview at correct repo
* Split lbaas services code into neutron-lbaas
* Workflow documentation is now in infra-manual
* tox.ini: Prevent casual addition of bash dependency
* Updated from global requirements
* Convert several uses of RpcCallback
* Get rid of py26 references: OrderedDict, httplib, xml testing
* Updated the README.rst
* pretty_tox.sh: Portablity improvement
* test_dhcp_agent: Fix no-op tests
* Enable undefined-loop-variable pylint check
* Fix incorrect exception order in _execute_request
* Migrate to oslo.i18n
* Migrate to oslo.middleware
* Migrate to oslo.utils
* Remove Python 2.6 classifier
* Remove ryu plugin
* Updated from global requirements
* Show progress output while running unit tests
* Drop RpcProxy usage from LBaaS code
* Enforce log hints in neutron.services.loadbalancer
* enable H401 hacking check
* enable H237 check
* Updated from global requirements
* Validate loadbalancing method when updating a pool
* Updated from global requirements
* Update i18n translation for neutron.agents log msg's
* enable F812 check for flake8
* enable F811 check for flake8
* Support pudb as a different post mortem debugger
* switch to oslo.serialization
* Add rootwrap filters for ofagent
* Remove openvswitch core plugin entry point
* Updated from global requirements
* Updated from global requirements
* Remove XML support
* enable F402 check for flake8
* enable E713 in pep8 tests
* Hyper-V: Remove useless use of "else" clause on for loop
* Enable no-name-in-module pylint check
* Updated from global requirements
* Remove duplicate import of constants module
* Switch run-time import to using importutils.import_module
* Enable assignment-from-no-return pylint check
* tox.ini: Avoid using bash where unnecessary
* Ensure test_agent_manager handles random hashseeds
* Empty files should not contain copyright or license
* Remove single occurrence of lost-exception warning
* Updated fileutils and its dependencies
* remove E251 exemption from pep8 check
* mock.assert_called_once() is not a valid method
* Add pylint tox environment and disable all existing warnings
* Updated from global requirements
* Ignore top-level hidden dirs/files by default
* Drop sslutils and versionutils modules
* Removed kombu from requirements
* Updated from global requirements
* Updated from global requirements
* Remove sslutils from openstack.common
* remove openvswitch plugin
* remove linuxbridge plugin
* Open Kilo development
* Implement ModelsMigrationsSync test from oslo.db
* Fix entrypoint of OneConvergencePlugin plugin
* Set dsvm-functional job to use system packages
* Separate Configuration from Freescale SDN ML2 mechanism Driver
* Remove @author(s) from copyright statements
* Updated from global requirements
* Adds ipset support for Security Groups
* Remove faulty .assert_has_calls([])
* UTs: Disable auto deletion of ports/subnets/nets
* Add requests_mock to test-requirements.txt
* Removed kombu from requirements
* Supply missing cisco_cfg_agent.ini file
* Remove unused arg to config.setup_logging()
* Updated from global requirements
* Work toward Python 3.4 support and testing
* Revert "Cisco DFA ML2 Mechanism Driver"
* Big Switch: Separate L3 functions into L3 service
* Remove reference to cisco_cfg_agent.ini from setup.cfg again
* Adds router service plugin for CSR1kv
* Support for extensions in ML2
* Cisco DFA ML2 Mechanism Driver
* Adding mechanism driver in ML2 plugin for Nuage Networks
* Fix state_path in tests
* Remove ovs dependency in embrane plugin
* Use lockutils module for tox functional env
* Inline "for val in [ref]" statements
* Prefer "val !=/== ref" over "val (not) in [ref]" in conditions
* Updated from global requirements
* Add specific docs build option to tox
* A10 Networks LBaaS v1 Driver
* Fix bigswitch setup.cfg lines
* Reorder operations in create_vip
* Remove auto-generation of db schema from models at startup
* Updated from global requirements
* Use jsonutils instead of stdlib json
* Opencontrail plug-in implementation for core resources
* Radware: When a pip is needed, reuse the Port
* Remove redundant topic from rpc calls
* Add a tox test environment for random hashseed testing
* Updated from global requirements
* Move from Python logging to Openstack logging
* Remove reference to cisco_cfg_agent.ini from setup.cfg
* Fix spelling mistakes
* Removed configobj from test requirements
* Use correct section for log message if interface_driver import fails
* Fix deprecated opt in haproxy driver
* Updated from global requirements
* Functional tests work fine with random PYTHONHASHSEED
* Set python hash seed to 0 in tox.ini
* Configuration agent for Cisco devices
* Updated from global requirements
* Correct misspelled variable name
* Move loadbalancer vip port creation outside of transaction
* ML2 mechanism driver for SR-IOV capable NIC based switching, Part 2
* This patch changes the name of directory from mech_arista to arista
* ML2 mechanism driver for SR-IOV capable NIC based switching, Part 1
* Move plugin.delete_port call out of transaction
* Allow to import _LC, _LE, _LI and _LW functions directly
* Make readme reference git.openstack.org not github
* Bump hacking to version 0.9.2
* Use auth_token from keystonemiddleware
* Change all occurences of no_delete to do_delete
* Extract CommonDBMixin to a separate file
* Remove reference to setuptools_git
* Add a gate-specific tox env for functional tests
* Add CONTRIBUTING.rst
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Fix example for running individual tests
* Switch to using of oslo.db
* remove unsupported middleware
* Fix re-creation of the pool directory
* Add config for performance gate job
* LBaaS new object model logging no-op driver
* Synced log module and its dependencies from olso-incubator
* don't ignore rules that are already enforced
* Moved rpc_compat.py code back into rpc.py
* Updated from global requirements
* Updated from global requirements
* ofagent: move main module from ryu repository
* Remove the useless vim modelines
* Removed 'rpc' and 'notifier' incubator modules
* Removed create_rpc_dispatcher methods
* Use openstack.common.lockutils module for locks in tox functional tests
* Renamed consume_in_thread -> consume_in_threads
* Port to oslo.messaging
* Updated from global requirements
* Ignore emacs checkpoint files
* Configure agents using neutron.common.config.init (formerly .parse)
* Added missing core_plugins symbolic names
* Fix pool statistics for LBaaS Haproxy driver
* Introduced rpc_compat.create_connection()
* Copy-paste RPC Service class for backwards compatibility
* Introduce RpcCallback class
* Adding static routes data for members
* remove pep8 E122 exemption and correct style
* remove E112 hacking exemption and fix errors
* Updated from global requirements
* Check the validation of 'delay' and 'timeout'
* Monkey patch threading module as early as possible
* Added RpcProxy class
* Use import from six.moves to import the queue module
* Freescale SDN Mechanism Driver for ML2 Plugin
* Remove run-time version checking for openvswitch features
* Removes unnecessary Embrane module-level mocks
* Radware LBaaS driver is able to flip to a secondary backend node
* Sync periodic_task from oslo-incubator
* Added missing plugin .ini files to setup.cfg
* Updated from global requirements
* Synced jsonutils from oslo-incubator
* Disallow 'timeout' in health_monitor to be negative
* Remove redundant default=None for config options
* Cisco APIC ML2 mechanism driver, part 2
* NSX: get rid of the last Nicira/NVP bits
* Add missing translation support
* Add mailmap entry
* LBaaS VIP doesn't work after delete and re-add
* Updated from global requirements
* Remove explicit dependency on amqplib
* Remove duplicate module-rgx line in .pylintrc
* Fix importing module in test_netscaler_driver
* Adding tenant-id while creating Radware ADC service
* Fix H302 violations
* Fix H302 violations in plugins package
* Fix H302 violations in unit tests
* lbaas on a network without gateway
* Improve help strings for radware LbaaS driver
* tests/unit: refactor reading neutron.conf.test
* Don't print duplicate messages on SystemExit
* Updated from global requirements
* LBaaS: remove orphan haproxy instances on agent start
* LBaaS: Set correct nullable parameter for agent_id
* Add 2-leg configuration to Radware LBaaS Driver
* Fix H302 violations in db package and services
* Updated from global requirements
* Fix LBaaS Haproxy occurs error if no member is added
* Exclude .ropeproject from flake8 checks
* Enable flake8 E711 and E712 checking
* Updated from global requirements
* Sync service and systemd modules from oslo-incubator
* Move bash whitelisting to pep8 testenv
* Fix Jenkins translation jobs
* ignore build directory for pep8
* Enable hacking H301 check
* Updated from global requirements
* Remove last parts of Quantum compatibility shim
* Cancelling thread start while unit tests running
* UT: do not hide an original error in test resource ctxtmgr
* Open Juno development
* Start using oslosphinx theme for docs
* LBaaS: make device driver decide whether to deploy instance
* Updated from global requirements
* Log received pool.status
* rename ACTIVE_PENDING to ACTIVE_PENDING_STATUSES
* Return meaningful error message on pool creation error
* Avoid creating FixedIntervalLoopingCall in agent UT
* Get rid of additional db contention on fetching VIP
* Fix typo in lbaas agent exception message
* add HEAD sentinel file that contains migration revision
* Fix usage of save_and_reraise_exception
* LBaaS: small cleanup in agent device driver interface
* Remove individual cfg.CONF.resets from tests
* Bugfix and refactoring for ovs_lib flow methods
* Skip radware failing test for now
* Embrane LBaaS Driver
* Fix unittest failure in radware lbaas driver
* Removes calls to mock.patch.stopall in unit tests
* Updated from global requirements
* Fix bug:range() is not same in py3.x and py2.x
* Updated from global requirements
* Updated from global requirements
* Fix unittest failure in radware lbaas driver
* One Convergence Neutron Plugin l3 ext support
* One Convergence Neutron Plugin Implementation
* BigSwitch: Add SSL Certificate Validation
* Updated from global requirements
* Add OpenDaylight ML2 MechanismDriver
* Implementaion of Mechanism driver for Brocade VDX cluster of switches
* replace rest of q_exc to n_exc in code base
* Implement Mellanox ML2 MechanismDriver
* Implement OpenFlow Agent mechanism driver
* Finish off rebranding of the Nicira NVP plugin
* BigSwitch: Add agent to support neutron sec groups
* Adds the new IBM SDN-VE plugin
* Updated from global requirements
* Update License Headers to replace Nicira with VMware
* stats table needs columns to be bigint
* Developer documentation
* LBaaS: check for associations before deleting health monitor
* tests/service: consolidate setUp/tearDown logic
* options: consolidate options definitions
* Rename Neutron core/service plugins for VMware NSX
* Updated from global requirements
* Sync minimum requirements
* Implements an LBaaS driver for NetScaler devices
* Copy cache package from oslo-incubator
* tests/unit: Initialize core plugin in TestL3GwModeMixin
* Remove dependent module py3kcompat
* Use save_and_reraise_exception when reraise exception
* add router_id to response for CRU on fw/vip objs
* Add migration support from agent to NSX dhcp/metadata services
* Remove psutil dependency
* LBaaS: move agent based driver files into a separate dir
* mailmap: update .mailmap
* Return request-id in API response
* Prepare for multiple cisco ML2 mech drivers
* Support building wheels (PEP-427)
* Use oslo.rootwrap library instead of local copy
* Enables BigSwitch/Restproxy ML2 VLAN driver
* Add an explicit tox job for functional tests
* Base ML2 bulk support on the loaded drivers
* Extending quota support for neutron LBaaS entities
* Enable hacking H233 rule
* Update RPC code from oslo
* Configure plugins by name
* Update lockutils and fixture in openstack.common
* LBaaS: handle NotFound exceptions in update_status callback
* Rename nicira configuration elements to match new naming structure
* Remove unused imports
* Rename check_nvp_config utility tool
* Fix NoSuchOptError in lbaas agent test
* Corrects broken format strings in check_i18n.py
* LBaaS: synchronize haproxy deploy/undeploy_instance methods
* Updates tox.ini to use new features
* LBaaS: fix handling pending create/update members and health monitors
* Updated from global requirements
* Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2
* Remove start index 0 in range()
* LBaaS: unify haproxy-on-host plugin driver and agent
* Add fwaas_driver.ini to setup.cfg
* Add vpnaas and debug filters to setup.cfg
* Fix misspells
* Updates .gitignore
* Enforce unique constraint on neutron pool members
* Update Zhenguo Niu's mailmap
* Replace stubout with fixtures
* Ensure get_pid_to_kill works with rootwrap script
* Adds tests, fixes Radware LBaaS driver as a result
* LBaaS: fix reported binary name of a loadbalancer agent
* Apply six for metaclass
* Move Loadbalancer Noop driver to the unit tests
* Updated from global requirements
* Cleanup HACKING.rst
* Remove confusing comment and code for LBaaS
* Fix import log_handler error with publish_errors set
* LBaaS UT: use constants vs magic numbers for http error codes
* LBaaS: Fix incorrect pool status change
* Updated from global requirements
* Removing workflows from the Radware driver code
* LBaaS: when returning VIP include session_persistence even if None
* fixes test_kill_pids_in_file conflicts
* Updated from global requirements
* Cleanup and make HACKING.rst DRYer
* Add support for managing async processes
* Remove obsolete redhat-eventlet.patch
* Radware LBaaS driver implementation
* Open Icehouse development
* Updated from global requirements
* add portbinding host into vip port
* Require oslo.config 1.2.0 final
* LBaaS: include inactive members when retrieving logical config
* Use built-in print() instead of print statement
* Support advanced NVP LBaaS Service
* Fix haproxy agent unit test to be runnable alone by tox
* Add l2 population base classes
* LBaaS: Fix healthmonitor disassociation for non-admin
* Fix message i18n error
* Install metering_agent.ini and vpn_agent.ini
* fix conversion type missing
* Enclose command args in with_venv.sh
* ML2 Mechanism Driver for Cisco Nexus
* LBaaS: make haproxy stats parsing more safe
* LBaaS: add status of pool-monitor association to the pool return dict
* Reference driver implementation (IPsec) for VPNaaS
* Implement ML2 port binding
* Arista ML2 Mechanism driver
* LBaaS integration with service type framework
* ML2 Mechanism Driver for Tail-f Network Control System (NCS)
* Default to not capturing log output in tests
* LBaaS: update status of members according to health statistics
* Add Neutron l3 metering agent
* Add list of pool ids to HealthMonitor dict
* Update mailmap
* Fix wrong example in HACKING.rst
* Bumps hacking to 0.7.0
* remove binaries under bin
* Fixes Windows setup dependency bug
* Fix test_update_status unit test in Loadbalancer test suite
* LBaaS: throw proper exception on duplicating monitor association
* Restore Babel to requirements.txt
* Remove DHCP lease logic
* Remove last vestiges of nose
* Updated from global requirements
* sync some configuration items with codes
* Ignore pbr*.egg directory
* Fix H102, H103 Apache 2.0 license hacking check error
* LBaaS: pass the complete healthmonitor object to driver
* Cleanup remaining code that used 'status' fields of HealthMonitor
* Remove openstack.common.exception usage
* Avoid overwrite value of deprecated name in conf
* Adds Babel dependency missing from 555d27c
* Remove status* fields from HealthMonitor model
* Fix the alphabetical order in requirement files
* LBaaS: add status field to PoolMonitorAssociation table
* Remove comments from requirements.txt (workaround pbr bug)
* remove netifaces dependency of ryu-agent
* LBaaS: add delete_health_monitor() to driver API
* Add agent scheduling for LBaaS namespace agent
* Add decorator helping to log method calls
* Remove use_namespaces option from etc/lbaas_agent.ini
* modernize quantum config in proper place
* Add gre tunneling support for the ML2 plugin
* Add VXLAN tunneling support for the ML2 plugin
* xenapi - rename quantum to neutron
* LBaaS: update DB pool stats received from lbaas agent
* Enable logging before using it
* Fix issue with pip installing oslo.config-1.2.0
* Initial Modular L2 Mechanism Driver implementation
* Add status description field for lbaas objects
* Add cover/ to .gitignore
* Improve lbaas haproxy plugin_driver test coverage
* fix some missing change from quantum to neutron
* git remove old non-working packaging files
* Rename Quantum to Neutron
* Rename quantum to neutron in .gitreview
* Sync install_venv_common from oslo
* Update to use OSLO db
* Require greenlet 0.3.2 (or later)
* Remove single-version-externally-managed in setup.cfg
* Fix single-version-externally-mananged typo in setup.cfg
* Allow use of lowercase section names in conf files
* Require pbr 0.5.16 or newer
* Update to the latest stevedore
* Rename agent_loadbalancer directory to loadbalancer
* Remove unit tests that are no longer run
* Update with latest OSLO code
* Remove explicit distribute depend
* Fix and enable H90x tests
* Remove generic Exception when using assertRaises
* Add *.swo/swp to .gitignore
* python3: Introduce py33 to tox.ini
* Rename README to README.rst
* Rename requires files to standard names
* Initial Modular L2 plugin implementation
* Revert dependency on oslo.config 1.2.0
* Perform a sync with oslo-incubator
* Require oslo.config 1.2.0a2
* update mailmap
* Revert "Fix ./run_tests.sh --pep8"
* Move to pbr
* Docstrings formatted according to pep257
* relax amqplib and kombu version requirements
* Fix ./run_tests.sh --pep8
* blueprint mellanox-quantum-plugin
* Update flake8 pinned versions
* Let the cover venv run individual tests
* Copy the RHEL6 eventlet workaround from Oslo
* Remove locals() from strings substitutions
* Enable automatic validation of many HACKING rules
* Shorten the path of the nicira nvp plugin
* Allow pdb debugging in manually-invoked tests
* Reformat openstack-common.conf
* Switch to flake8 from pep8
* Parallelize quantum unit testing:
* blueprint cisco-single-config
* Add lbaas_agent files to setup.py
* Add VIRTUAL_ENV key to enviroment passed to patch_tox_env
* Pin SQLAlchemy to 0.7.x
* Sync latest Oslo components for updated copyright
* drop rfc.sh
* Replace "OpenStack LLC" with "OpenStack Foundation"
* First havana commit
* remove references to netstack in setup.py
* Switch to final 1.1.0 oslo.config release
* Update to Quantum Client 2.2.0
* Update tox.ini to support RHEL 6.x
* Switch to oslo.config
* Add common test base class to hold common things
* Pin pep8 to 1.3.3
* Enable HA proxy to work with fedora
* Add initial testr support
* LBaaS Agent Reference Implementation
* Bump python-quantumclient version to 2.1.2
* Add scheduling feature basing on agent management extension
* Remove compat cfg wrapper
* Unpin PasteDeploy dependency version
* Use testtools instead of unittest or unittest2
* Add midonet to setup.py
* Sync latest install_venv_common.py with olso
* Add check-nvp-config utility
* Add unit test for ryu-agent
* Use oslo-config-2013.1b3
* Adds Brocade Plugin implementation
* Synchronize code from oslo
* PLUMgrid quantum plugin
* Update .coveragerc
* Allow tools/install_venv_common.py to be run from within the source directory
* Updated to latest oslo-version code
* Use install_venv_common.py from oslo
* Cisco plugin cleanup
* Use babel to generate translation file
* Update WebOb version to >=1.2
* Update latest OSLO
* Adding multi switch support to the Cisco Nexus plugin
* Adds support for deploying Quantum on Windows
* Latest OSLO updates
* Port to argparse based cfg
* Add migration support to Quantum
* Undo change to require WebOb 1.2.3, instead, require only >=1.0.8
* .gitignore cleanup
* Upgrade WebOb to 1.2.3
* Logging module cleanup
* Add OVS cleanup utility
* Add tox artifacts to .gitignore
* Add restproxy.ini to config_path in setup.py
* Add script for checking i18n message
* l3 agent rpc
* Add metadata_agent.ini to config_path in setup.py
* Remove __init__.py from bin/ and tools/
* add metadata proxy support for Quantum Networks
* Use auth_token middleware in keystoneclient
* Add QUANTUM_ prefix for env used by quantum-debug
* Make tox.ini run pep8 checks on bin
* Explicitly include versioninfo in tarball
* Import lockutils and fileutils from openstack-common
* Updated openstack-common setup and version code
* Ensure that the anyjson version is correct
* Add eventlet_backdoor and threadgroup from openstack-common
* Add loopingcall from openstack-common
* Added service from openstack-common
* Drop lxml dependency
* Add uuidutils module
* Import order clean-up
* pin sqlalchemy to 0.7
* Correct Intended Audience
* Add OpenStack trove classifier for PyPI
* Improve unit test times
* l3_nat_agent was renamed to l3_agent and this was missed
* Support for several HA RabbitMQ servers
* add missing files from setup.py
* Create .mailmap file
* Lower webob dep from v1.2.0 to v1.0.8
* Implements agent for Quantum Networking testing
* Create utility to clean-up netns
* Update rootwrap; track changes in nova/cinder
* Execute unit tests for Cisco plugin with Quantum tests
* Add lease expiration script support for dnsmasq
* Add nosehtmloutput as a test dependency
* quantum l3 + floating IP support
* Updates pip requirements
* NEC OpenFlow plugin support
* remove old gflags config code
* RPC support for OVS Plugin and Agent
* Initial implemention of MetaPlugin
* RPC support for Linux Bridge Plugin and Agent
* Exempt openstack-common from pep8 check
* fix bug lp:1025526,update iniparser.py to accept empty value
* Introduce files from openstack common
* fix bug lp:1019230,update rpc from openstack-common
* implement dhcp agent for quantum
* Use setuptools git plugin for file inclusion
* Remove paste configuration details to a seperate file. blueprint use-common-cfg
* Implements the blueprint use-common-cfg for the quantum service. More specifically uses global CONF for the quantum.conf file
* Add authZ through incorporation of policy checks
* Bug #1013967 - Quantum is breaking on tests with pep 1.3
* Use openstack.common.exception
* API v2: mprove validation of post/put, rename few attributes
* Add API v2 support
* Fix up test running to match jenkins expectation
* Add build_sphinx options
* Quantum should use openstack.common.jsonutils
* Remove hardcoded version for pep8 from tools/test-requires
* Quantum should use openstack.common.importutils
* PEP8 fixes
* Bug #1002605
* Parse linuxbridge plugins using openstack.common.cfg
* Add HACKING.rst to tarball generation bug 1001220
* Include AUTHORS in release package
* Change Resource.__call__() to not leak internal errors
* Removed simplejson from pip-requires
* Remove dependency on python-quantumclient
* Add sphinx to the test build deps
* Add HACKING.rst coding style doc
* bug 963152: add a few missing files to sdist tarball
* Fix path to python-quantumclient
* Split out pip requires and aligned tox file
* Fix missing files in sdist package [bug 954906]
* Downgraded required version of WebOb to 1.0.8
* more files missing in sdist tarball
* make sure pip-requires is included in setup.py sdist
* remove pep8 and strict lxml version from setup.py
* plugin: introduce ryu plugin
* bug 934459: pip no longer supports -E
* blueprint quantum-ovs-tunnel-agent
* Initial commit: nvp plugin
* Cleanup the source distribution
* blueprint quantum-linux-bridge-plugin
* Remove quantum CLI console script
* Bug 925372: remove deprecated webob attributes (and also specify stable webob version in pip-requires)

essex-3
-------

* Make tox config work
* Pin versions to standard versions
* Split out quantum.client and quantum.common
* Quantum was missing depend on lxml
* moving batch config out of quantum-server repo
* Getting ready for the client split
* Removed erroneous print from setup.py
* Base version.py on glance
* Fix lp bug 897882
* Install a good version of pip in the venv
* Rename .quantum-venv to .venv
* Remove plugin pip-requires

essex-2
-------

* Bug #890028
* Fix for bug 900316
* Second round of packaging changes
* Changes to make pip-based tests work with jenkins
* Fix for bug 888811
* Fix for Bug #888820 - pip-requires file support for plugins

essex-1
-------

* blueprint quantum-packaging
* Add .gitreview config file for gerrit
* Add code-coverage support to run_tests.sh (lp860160)

2011.3
------

* Add rfc.sh to help with gerrit workflow
* merge tyler's unit tests for cisco plugin changes lp845140
* merge salv's no-cheetah CLI branch lp 842190
* merge sumit's branch for lp837752
* Merging latest from lp:quantum
* Merging lo:~salvatore-orlando/quantum/quantum-api-auth
* Updating CLI for not using Cheetah anymore. Now using a mechanism based on Python built-in templates
* Merging Sumit's changes including fixes for multinic support, and CLI module for working with extensions
* Merging from Cisco branch
* Merging from lp:quantum
* merge cisco consolidated plugin changes
* Merging lp:~salvatore-orlando/quantum/bug834449
* merge trunk
* Merging from lp:quantum
* merge salvatore's new cli code
* Addressing comments from Dan
* Merging from quantum
* merge cisco extensions branch
* Merging from Sumit's branch, changes to VIF-driver and Scheduler; extension action names have been changed in response to Salvatore's review comments in the extensions branch review
* Syncing with Cisco extensions branch
* Merging from Sumit's branch, import ordering related changes
* Merging the Cisco branch
* Finishing cli work Fixing bug with XML deserialization
* Merging lp:~salvatore-orlando/quantum/quantum-api-alignment
* merge latest quantum branch and resolve conflicts
* Merging lp:~asomya/quantum/lp833163 Fix for Bug #833163: Pep8 violations in recent packaging changes that were merged into trunk (Critical)
* PEP8 fixes for setup.py
* Merging lp:~cisco-openstack/quantum/802dot1qbh-vifdriver-scheduler
* Merging lp:~cisco-openstack/quantum/l2network-plugin-persistence
* Merging lp:quantum
* merging with lp:quantum
* Making Keystone version configurable
* Merging branch: lp:~danwent/quantum/test-refactor
* Syncing with lp:quantum
* Merging fixes and changes batch-config script. Thanks lp:danwent !
* Merging lp:~asomya/quantum/lp824145 Fix for Bug#824145 : Adding a setup script for quantum
* merge trunk pep8 fixes adapting CLI to API v1.0 Fixing wsgi to avoid failure with extensions
* merge trunk
* Pulling in changes from lp:quantum
* Merging Cisco's contribution to Quantum. Thanks to various folks at Cisco Systems, Quantum will have plugins to integrate with Cisco UCS blade servers using 802.1Qbh, Cisco Nexus family of switches and the ability for Quantum plugin to have multiple switches/devices within a single Quantum plugin
* Merging from Sumit's branch pylint fixes and incorporating review comments
* Mergin from cisco brach
* Merging from lp:quantum
* Introducting cheetah Updating list_nets in CLI Writing unit tests for list_nets Stubbing out with FakeConnection now
* Merging quantum extenions framework into trunk. Thanks rajaram vinkesh, deepak & santhosh for the great work!
* lp Bug#824145 : Adding a setup script for quantum
* skeleton for cli unit tests
* merge trunk
* Merged quantum trunk
* - Adding setup script
* force batch_config.py to use json, as XML has issues (see bug: 798262)
* update batch_config.py to use new client lib, hooray for deleting code
* Merging changes addressing Bug # 802772. Thanks lp:danwent !
* Merging bugfix for Bug 822890 - Added License file for Quantum code distribution
* L2 Network Plugin Framework merge
* Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to the Open Source community
* merge
* merge heckj's pip-requires fixes
* updates to pip-requires for CI
* Merged quantum trunk
* Merging changes from lp:quantum
* Completing API spec alignment Unit tests aligned with changes in the API spec
* Merging the brand new Quantum-client-library feature
* Merging lp:quantum updates
* persistence of l2network & ucs plugins using mysql - db_conn.ini - configuration details of making a connection to the database - db_test_plugin.py - contains abstraction methods for storing database values in a dict and unit test cases for DB testing - l2network_db.py - db methods for l2network models - l2network_models.py - class definitions for the l2 network tables - ucs_db.py - db methods for ucs models - ucs_models.py - class definition for the ucs tables dynamic loading of the 2nd layer plugin db's based on passed arguments Create, Delete, Get, Getall, Update database methods at - Quantum, L2Network and Ucs Unit test cases for create, delete, getall and update operations for L2Network and Ucs plugins pep8 checks done branch based off revision 34 plugin-framework
* Merged from trunk
* merged the latest changes from plugin-framework branch - revision 39 conforming to the new cisco plugin directory structure and moving all db related modules into cisco/db folder updated db_test_plugin.py - added import of cisco constants module - added LOG.getLogger for logging component name - updated import module paths for l2network_models/db and ucs_models/db to use the new directory structure - updated (rearranged) imports section to obey openstack alphabetical placement convention updated db_conn.ini - updated database name from cisco_naas to quantum_l2network unit test cases ran successfully and pep8 checks done again
* merge branch for to fix bug817826
* Merging the latest changes from lp:quantum
* fix bug 817826 and similar error in batch_config.py
* merge Salvatore's api branch with fixes for tests. Tweaking branch to remove unwanted bin/quantum.py as part of merge
* Santhosh/Rajaram|latest merge from quantum and made extensions use options to load plugin
* Apply fix for bug #797419 merging lp:~salvatore-orlando/quantum/bug797419
* Merging branch lp:~netstack/quantum/quantum-unit-tests
* Merged from quantum trunk
* Adapated plugin infrastructure to allow API to pass options to plugins Now using in-memory sqlite db for tests on FakePlugin teardown() now 'resets' the in-memory db Adding unit tests for APIs
* Adding Routes>=1.12.3 to tools/pip-requires
* Merging dan wendlandt's bugfixes for Bug #800466 and improvements that enable Quantum to seamlessly run on KVM!
* more pep8 goodness
* refactor batch_config, allow multiple attaches with the empty string
* merge and pep8 cleanup
* Merging latest changes from parent repo - lp:network-service , Parent repo had approved merge proposal for merging lp:~santhom/network-service/quantum_testing_framework , which has now been merged into lp:network-service
* Merging pep8 and functional test related changes lp:~santhom/network-service/quantum_testing_framework branch
* add example to usage string for batch_config.py
* Bug fixes and clean-up, including supporting libvirt
* Santhosh/Vinkesh | Added the testing framework. Moved the smoketest to tests/functional
* Pushing initial started code based on Glance project and infrstructure work done by the melange team
* Merging in latest changes from lp:quantum
