X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fchangelog;h=941a16219ee384299d89ebc790acfad7d265994d;hb=refs%2Fheads%2Fopenstack-ci%2Ffuel-5.1.1%2F2014.1.1;hp=36f3a4377e73b0a50757daaa5a1041f89139ac0f;hpb=41c661dde15aa2524a423ced2815671886af8f36;p=openstack-build%2Fneutron-build.git diff --git a/debian/changelog b/debian/changelog index 36f3a4377..941a16219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,286 @@ -neutron (1:2013.2~b3-0ubuntu6~cloud0) precise-havana; urgency=low +neutron (1:2014.1.1-0ubuntu1) trusty; urgency=medium + + * Resynchronize with stable/icehouse (54ac82b) (LP: #1328134): + - [2b42dd3] Handle errors from run_ofctl() when dumping flows + - [d00446b] Reprogram flows when ovs-vswitchd restarts + - [8d3026b] Added missing plugin .ini files to setup.cfg + - [072bbc0] NEC plugin: Bump L3RPC callback version to 1.1 + - [47a4954] Remove List events API from Cisco N1kv Neutron + - [28a26db] Install SNAT rules for ipv4 only + - [5bdea2d] Use os.uname() instead of calling uname in subprocess + - [48bc7db] Replace loopingcall in notifier with a delayed send + - [66eeda2] Explicitly import state_path opt in tests.base + - [f1b0607] NSX: allow net-migration only in combined mode + - [8abb05c] NSX: do not raise on missing router during migration step + - [4c945dd] NSX: fix error when creating VM ports on subnets without dhcp + - [efa4f28] OVS lib defer apply doesn't handle concurrency + - [bc30b52] NSX: ensure that no LSN is created on external networks + - [2bcc7bf] NSX: pass the right argument during metadata setup + - [26a591a] Big Switch: Check source_address attribute exists + - [74a9365] L3 RPC loop could delete a router on concurrent update + - [2a7164a] Optimize querying for security groups + - [bac4389] set api.extensions logging to ERROR in unit tests + - [d1ab56d] Make default nova_url use a version + - [2c56e14] NSX: fix API payloads for dhcp/metadata setup + - [f217479] NSX: fix migration for networks without a subnet + - [bf281cd] NSX: change api mapping for Service Cluster to Edge Cluster + - [7225e2b] NSX: add nsx switch lookup to dhcp and metadata operations + - [b922aa7] Fixed floating IP logic in PLUMgrid plugin + - [84650f8] IBM: set secret=True on passwd config field + - [c5040b4] Update ensure()/reconnect() to catch MessagingError + - [e0deffc] NSX: Fix fake_api_client to raise NotFound + - [42a8539] netaddr<=0.7.10 raises ValueError instead of AddrFormatError + - [68a24e5] Validate CIDR given as ip-prefix in security-group-rule-create + - [8991aa6] gw_port should be set as lazy='join' + - [54ac82b] NSX: ensure dhcp port is setup on metadata network + + -- Corey Bryant Mon, 09 Jun 2014 16:18:49 -0400 + +neutron (1:2014.1-0ubuntu1) trusty; urgency=medium - * New upstream release for the Ubuntu Cloud Archive. + [ Chuck Short ] + * New upstream release (LP: #1288245). + + -- James Page Thu, 17 Apr 2014 13:04:17 +0100 + +neutron (1:2014.1~rc2-0ubuntu4) trusty; urgency=medium + + * d/neutron-vpn-agent.upstart: Wait for neutron-ovs-cleanup service to + start if installed to ensure that Open vSwitch state is cleaned up + on reboot (LP: #1307208). + + -- James Page Mon, 14 Apr 2014 11:07:44 +0100 + +neutron (1:2014.1~rc2-0ubuntu3) trusty; urgency=medium + + * Fix the Breaks/Replaces from the previous version, as they were + accidentally added to the wrong package (and with the wrong versioning). + + -- Steve Langasek Thu, 10 Apr 2014 23:36:09 +0000 + +neutron (1:2014.1~rc2-0ubuntu2) trusty; urgency=medium + + * Ensure that VPN and L3 agents are not installed together (LP: #1303876): + - d/control: Add Conflicts on neutron-l3-agent to neutron-vpn-agent, + drop dependency from neutron-vpn-agent -> neutron-l3-agent. + - d/neutron-{common,vpn-agent,l3-agent}.install: Move configuration and + rootwrap filters to -common package for use by both agent types. + - d/control: Add appropriate Breaks/Replaces for config file moves. + - d/neutron-vpn-agent.upstart: Include fwaas_driver.ini on config file + path inline with l3-agent configuration. + - d/control: Align Depends of neutron-vpn-agent with neutron-l3-agent. + + -- James Page Thu, 10 Apr 2014 14:34:18 +0100 + +neutron (1:2014.1~rc2-0ubuntu1) trusty; urgency=medium + + [ James Page ] + * d/neutron-plugin-oneconvergence-agent.upstart: Rename upstart + configuration to match package name (LP: #1301957). + * d/neutron-vpn-agent.install: Install missing vpnaas.filters for + rootwrap (LP: #1303876). + + [ Chuck Short ] + * New upstream release candidate (LP: #1288245). + + -- Chuck Short Wed, 09 Apr 2014 08:51:40 -0400 + +neutron (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium + + [ Chuck Short ] + * debian/rules: Run testr init before tests. + * debian/patches/disable-udev-tests.patch: Refresh. + * d/control,neutron-plugin-oneconvergence*: Add One Convergence plugin + and agent (LP: #1293632). + + [ James Page ] + * New upstream release candidate (LP: #1288696, #1291535). + * d/control,neutron-mlnx-plugin{-agent}.install: Split out Mellanox + plugin configuration from agent package (LP: #1255420). + * d/control,neutron-{plugin-}{vpn|metering}-agent.*: Drop -plugin from + metering and vpn agents (they are not plugins) and deal with associated + change in name of upstart configurations. + * d/neutron-l3-agent.{install,upstart}: Install fwaas_driver.ini with + l3-agent and add to config-file path in upstart configuration + (LP: #1298676). + * d/neutron-vpn-agent.upstart,control: Include l3_agent.ini on upstart + config-file path, add dependency on neutron-l3-agent (LP: #1298675). + + -- James Page Tue, 01 Apr 2014 16:22:54 +0100 + +neutron (1:2014.1~b3-0ubuntu1) trusty; urgency=medium + + [ Chuck Short ] + * New upstream release. + * debian/rules: Re-enabled tests. + * debian/patches/requirements.patch: Dropped no longer needed. + * debian/patches/sql-alchemy-0.8.3-compat.patch: Dropped no longer needed. + * debian/patches/bump-sqlalchemy-version.patch: Dropped no longer needed. + * debian/neutron-plugin-vmware.install: Install usr/bin/neutron-nsx-manage. + * debian/patches/use-concurrency.patch: Set default concurrency to 1. + + [ James Page ] + * d/control,neutron-plugin-ibm*: Add plugin and agent packages for IBM + SDN-VE. + * d/control,neutron-openflow-*: Add agent package for OpenFlow ML2 agent. + * d/control,neutron-plugin-bigswitch-agent*: Add agent package for + BigSwitch. + * d/neutron-plugin-mlnx-agent.{upstart,logrotate}: Correct log path + and add logrotate configuration (LP: #1284144). + + [ Corey Bryant ] + * Renamed Nicira NVP plugin to VMware NSX (LP: #1273877): + - debian/neutron-plugin-*.install: Update path and file for rename + - debian/tests/*-plugin: Replace nicira-plugin with vmware-plugin + - debian/control: + + Change neutron-plugin-nicira to transtional package + + Add neutron-plugin-vmware package which breaks/replaces + neutron-plugin-nicira package. + + -- James Page Fri, 07 Mar 2014 09:38:32 +0000 + +neutron (1:2014.1~b2-0ubuntu6) trusty; urgency=medium + + * debian/rules: Temporarily disable testsuite due to upstream breakage. + + -- Chuck Short Thu, 06 Feb 2014 08:33:08 -0500 + +neutron (1:2014.1~b2-0ubuntu5) trusty; urgency=medium + + * debian/patches/disable-udev-tests.patch: Skip more tests + because of udev failures. + * debian/patches/skip-ipv6-tests.patch: Skip tests that fail + on the buildds due to ipv6. + + -- Chuck Short Mon, 03 Feb 2014 09:02:45 -0500 + +neutron (1:2014.1~b2-0ubuntu4) trusty; urgency=medium + + * debian/rules: Really run_tests.sh. + + -- Chuck Short Thu, 30 Jan 2014 11:44:21 -0500 + +neutron (1:2014.1~b2-0ubuntu3) trusty; urgency=medium + + * debian/rules: Switch back to run_test.sh since locking + issues have been fixed. + + -- Chuck Short Thu, 30 Jan 2014 10:49:22 -0500 + +neutron (1:2014.1~b2-0ubuntu2) trusty; urgency=medium + + * debian/patches/skip-lb-test.patch: Skipped lb configuration + test. + + -- Chuck Short Mon, 27 Jan 2014 12:01:50 -0500 + +neutron (1:2014.1~b2-0ubuntu1) trusty; urgency=low + + [ James Page ] + * Switch to using Modular Layer 2 plugin by default: + - d/control,neutron-plugin-ml2.install: Add ML2 plugin package + (LP: #1243147). + - d/p/fix-quantum-configuration,d/control,d/neutron-server.default: + Switch to using the ML2 plugin by default. + - d/control,neutron-plugin-openvswitch-agent: + Use neutron-plugin-ml2 and configuration for openvswitch-agent. + * d/neutron-plugin-mlnx-agent.upstart: Reference correct configuration + file (LP: #1257732). + * Add neutron-ovs-cleanup upstart configuration for OVS plugin + (LP: #1249708): + - d/rules: Install new configuration in neutron-plugin-openvswitch-agent + package, don't restart on install/upgrade (only needed for reboots). + - d/neutron-plugin-openvswitch-agent.upstart: Ensure startup happens + after neutron-ovs-cleanup. + - d/neutron-{l3|dhcp}-agent.upstart: If neutron-ovs-cleanup job is + installed, wait for it to reach running state prior to starting + agents. + * d/control: Add versioned BD/Depends on python-psutil >= 0.6.1. + * d/p/requirements.patch: Drop upper version boundary for psutil for + compatibility with Trusty. + * d/p/requirements.patch: Lift upper boundary for WebOb to < 1.4. + * d/p/disable-failing-metaplugin-tests.patch: Disable metaplugin tests that + are currently failing. + * d/p/disable-ml2-notification-tests.patch: Dropped, tests now pass. + * d/rules: Fail package build on unit test failures. + * d/p/disable-failing-cisco-test.patch: Disable failing Cisco mechanism test. + * d/control,d/p/remove-jsonrpclib.patch: Add BD on python-jsonrpclib and drop + patch that excludes it from requirements.txt. + + [ Chuck Short ] + * New upstream release. + * debian/rules: Run testr directly + * debian/patches/sql-alchemy-0.8.3-compat.patch: Fix tests sqlalchemy 0.8.3 + compat. + * debian/neturon-nicira.install: Add usr/bin/neutron-check-nsx-config. + + -- Chuck Short Fri, 24 Jan 2014 09:17:12 -0500 + +neutron (1:2014.1~b1-0ubuntu1) trusty; urgency=low + + [ Chuck Short ] + * New upstream release. + * debian/control: open icehouse release. + + [ James Page ] + * debian/patches: Refresh patches against upstream master. + * debian/control: Drop quantum-* transitional packages, no longer needed. + + -- Chuck Short Thu, 05 Dec 2013 11:40:39 -0500 + +neutron (1:2013.2-0ubuntu1) saucy; urgency=low + + * New upstream release (LP: #1236462). + + -- Chuck Short Thu, 17 Oct 2013 10:52:39 -0400 + +neutron (1:2013.2~rc3-0ubuntu1) saucy; urgency=low + + * New upstream release candidate (LP: #1240665). + + -- Chuck Short Wed, 16 Oct 2013 15:37:02 -0400 + +neutron (1:2013.2~rc2-0ubuntu1) saucy; urgency=low + + * New upstream release candidate (LP: #1239156). + + -- James Page Sat, 12 Oct 2013 16:51:28 +0100 + +neutron (1:2013.2~rc1-0ubuntu2) saucy; urgency=low + + * d/tests/control,neutron-server: Limit neutron-server tests to core + neutron daemons to avoid tests failures for plugin agents which don't + start correctly without additional configuration. + + -- James Page Thu, 03 Oct 2013 23:05:05 +0100 + +neutron (1:2013.2~rc1-0ubuntu1) saucy; urgency=low + + [ Yolanda Robla ] + * debian/tests: added testing agents + + [ Chuck Short ] + * debian/patches/disable-udev-tests.patch: Refreshed. + * debian/patches/disable-ml2-notification-tests.patch: Refreshed. + * debian/control: + - Dropped python-setuptools-git python-netifaces, and python-nose from + build dependencies. + - Dropped python-configobj, python-gflags from binary dependencies. + - Added build python-requests python-six, and python-jinja2 build + dependencies. + - Added versioned dependencies for python-amqplib, + python-pbr, python-novaclient, python-cliff, + python-testtools, and python-eventlet. + - Bumped versioned depends for python-stevedore, pyhton-novaclient, + python-oslo.config, and testrepository + + [ James Page ] + * New upstream release candidate: + - d/patches: Refreshed. + * d/rules: unpatch/patch neutron.conf around test execution to ensure that + as many tests as possible actually pass. - -- Chuck Short Wed, 11 Sep 2013 11:04:37 -0400 + -- James Page Thu, 03 Oct 2013 15:18:04 +0100 neutron (1:2013.2~b3-0ubuntu6) saucy; urgency=low