Change logs for neutron source package in Trusty

  • neutron (1:2014.1.5-0ubuntu8) trusty; urgency=medium
    
        * d/p/update_dhcp_host_portbinding_on_failover.patch: Update dhcp
          host portbinding on failover.(LP: #1411163)
    
     -- Hui Xiang <email address hidden>  Fri, 25 Nov 2016 15:59:33 +0800
  • neutron (1:2014.1.5-0ubuntu7) trusty; urgency=medium
    
      * agent/linux/ip_lib.py does not correctly handle output from 'iproute2'
        command. (LP: #1374663):
        - d/p/neutron-ns-iface-enum.patch: Searches /sys/class/net for the correct
          interface name instead of scraping iproute2 output.
    
     -- Shane Peters (Shaner) <email address hidden>  Thu, 03 Nov 2016 16:53:31 -0400
  • neutron (1:2014.1.5-0ubuntu6) trusty; urgency=medium
    
      * iptables_manager can run very slowly when a large number of security group
        rules are present (LP: #1453264)
        - d/p/use-dictionary-for-iptables-find.patch: Use a dictionary for looking
          up iptables rules rather than an iterator.
    
     -- Billy Olsen <email address hidden>  Mon, 29 Aug 2016 15:06:06 -0700
  • neutron (1:2014.1.5-0ubuntu5) trusty; urgency=medium
    
      * Backport performance fix by refactoring logging statements. (LP: #1414218):
        - d/p/refactor-log-in-loop.patch: do not perform debug trace with each
          iteration through the loop of ports, instead log it once at the end.
    
     -- Billy Olsen <email address hidden>  Tue, 05 Jul 2016 15:07:28 -0700
  • neutron (1:2014.1.5-0ubuntu4) trusty; urgency=medium
    
      * neutron-openvswitch-agent stuck on 'q-agent-notifier-port-update_fanout-x'
        is NOT_FOUND exception, this bug caused RabbitMQ HA(active + active) failover
        in Icehouse not work with large scaled nova compute nodes. (LP: #1393391):
        - d/p/fix-neutron-agent-fanout-queue-not-found-loop.patch
    
     -- Hui Xiang <email address hidden>  Mon, 25 Jan 2016 15:25:13 +0800
  • neutron (1:2014.1.5-0ubuntu3) trusty; urgency=medium
    
      [ Corey Bryant ]
      * d/p/make_del_fdb_flow_idempotent.patch: Cherry pick from Juno
        to prevent KeyError on duplicate port removal in del_fdb_flow()
        (LP: #1531963).
      * d/tests/*-plugin: Fix race between service restart and pidof test.
    
      [ James Page ]
      * d/p/ovs-restart.patch: Ensure that tunnels are fully reset on ovs
        restart (LP: #1460164).
    
     -- Corey Bryant <email address hidden>  Wed, 10 Feb 2016 14:52:04 -0500
  • neutron (1:2014.1.5-0ubuntu2) trusty; urgency=medium
    
      * Backport upstream proposed fix (LP: #1318721):
        - d/p/fix-reconnect-race-condition-with-rabbitmq-cluster.patch:
          Redeclare if exception is catched after self.queue.declare() failed.
    
     -- Hui Xiang <email address hidden>  Thu, 17 Dec 2015 16:35:40 +0800
  • neutron (1:2014.1.5-0ubuntu1) trusty; urgency=medium
    
      * Resynchronize with stable/icehouse (877df58) (LP: #1467533):
        - [cae7108] Fix enable_snat column migration for Postgres + SQLite
        - [61571b4] Persist DHCP leases to a local database
        - [fba8d9b] Process port IP requests before subnet requests
        - [43fe809] Don't resync on DHCP agent setup failure
        - [91cc867] Deal with PEP-0476 certificate chaining checking
        - [877df58] Ignore http_proxy while connecting to test WSGI server
    
     -- Corey Bryant <email address hidden>  Mon, 22 Jun 2015 10:14:52 -0400
  • neutron (1:2014.1.4-0ubuntu2) trusty; urgency=medium
    
      * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).
     -- Corey Bryant <email address hidden>   Mon, 30 Mar 2015 09:14:07 -0400
  • neutron (1:2014.1.4-0ubuntu1) trusty; urgency=medium
    
      * Resynchronize with stable/icehouse (036ef73) (LP: #1432608):
        - [4cdbefc] Eventlet green threads not released back to pool
        - [c3a88a5] Pass '--dhcp-authoritative' option to dnsmasq
        - [e390b13] Fix Metering doesn't respect the l3 agent binding
        - [4076e7c] Fix a race condition adding a security group rule
        - [c9cb001] Reset policies after RESOURCE_ATTRIBUTE_MAP is populated
        - [acb3728] Race for l2pop when ports go up/down on same host
        - [ed3d4ef] NSX: sync thread catches wrong exceptions on not found
        - [088b755] Notifier: Catch NotFound error from nova
        - [9501271] Fix enable_metadata_network flag
        - [d39349c] Fix hostname validation for nameservers
        - [56fcf7d] Convert all incoming protocol numbers to string
        - [0d599c6] BSN: Set inconsistency record on delete failure
        - [ffa6294] Stop ignoring 400 errors returned by ODL
        - [b9ade57] Delete disassociated floating ips on external network deletion
        - [ab7ea06] Fix hostname regex pattern
        - [f4c9c94] Cisco: update_port should only invoke n1kv and not nexus plugin
        - [90e8419] Optimize query in _select_dhcp_ips_for_network_ids
        - [70fb843] fix event_send for re-assign floating ip
        - [ae811df] Enabled Cisco ML2 driver to use new upstream ncclient
        - [39736e8] allow delete_port to work when there are multiple floating ips
        - [506bd94] Set vif_details to reflect enable_security_group
        - [5243217] Revert "Deletes floating ip related connection states"
        - [e34ba30] Big Switch: Fix SSL version on get_server_cert
        - [52727b7] NSX: allow multiple networks with same vlan on different phy_net
        - [be67d6d] Fix a recent ipv6 UT regression
        - [0e4f526] Check for IPv6 file before reading
        - [84d6d1b] Big Switch: Switch to TLSv1 in server manager
        - [dd8f2b6] Remove unused py33 tox env
        - [7a1b7bf] Big Switch: Don't clear hash before sync
        - [553fbce] Cisco N1kv: Remove vmnetwork delete REST call on last port delete
        - [965fb17] Skip lbaas table creation if tables already exist
        - [7f13cbc] Delete DHCP port without DHCP server on a net node
        - [534bfbc] Raise exception for network delete with subnets presents
        - [d3ccaa7] update vsm credential correctly
        - [2152f5b] Networks are not scheduled to DHCP agents for Cisco N1KV plugin
        - [1386415] Provide way to reserve dhcp port during failovers
        - [98a2074] Security Group rule validation for ICMP rules
        - [5f2ca56] Add unit tests covering single operations to ODL
        - [45b01c1] Enforce required config params for ODL driver
        - [c46f1cc] Create 'quota' table in folsom_initial
        - [f27f89a] Qpid: explicitly name subscription queue
        - [143b2dc] Neutron does not follow the RFC 3442 spec for DHCP
        - [7d4eb31] Fix error adding security groups to instances with nexus
        - [0e390c2] Add quotas to Cisco N1kv plugins supported extension aliases
        - [42f0e05] Add BSN plugin to agent migration script
        - [036ef73] Increase the default poll duration for Cisco n1kv
     -- Corey Bryant <email address hidden>   Thu, 19 Mar 2015 09:00:35 +0000
  • neutron (1:2014.1.3-0ubuntu1.1) trusty-security; urgency=medium
    
      * No change rebuild for security:
        - [dd4b77f] Forbid regular users to reset admin-only attrs to default values
          + CVE-2014-6414
          + LP: #1357379
     -- Marc Deslauriers <email address hidden>   Tue, 21 Oct 2014 11:59:06 -0400
  • neutron (1:2014.1.3-0ubuntu1) trusty; urgency=medium
    
      [ Corey Bryant ]
      * Resynchronize with stable/icehouse (4a0210e) (LP: #1377136):
        - [3a30d19] Deletes floating ip related connection states
        - [dd4b77f] Forbid regular users to reset admin-only attrs to default values
        - [dc2c893] Add delete operations for the ODL MechanismDriver
        - [b51e2c7] Add missing ml2 plugin to migration 1fcfc149aca4
        - [a17a500] Don't convert numeric protocol values to int
        - [3a85946] NSX: Optionally not enforce nat rule match length check
        - [645f984] Don't spawn metadata-proxy for non-isolated nets
        - [b464d89] Big Switch: Check for 'id' in port before lookup
        - [3116ffa] use TRUE in SQL for boolean var
        - [3520e66] call security_groups_member_updated in port_update
        - [50e1534] Don't allow user to set firewall rule with port and no protocol
        - [0061533] BSN: Add context to backend request for debugging
        - [6de6d61] Improve ODL ML2 Exception Handling
        - [2a4153d] Send network name and uuid to subnet create
        - [b5e3c9a] BSN: Allow concurrent reads to consistency DB
        - [b201432] Big Switch: Retry on 503 errors from backend
        - [f6c47ee] NSX: log request body to NSX as debug
        - [97d622a] Fix metadata agent's auth info caching
        - [255df45] NSX: Correct allowed_address_pair return value on create_port
        - [5bea041] Neutron should not use the neutronclient utils module for import_class
        - [d5314e2] Cisco N1kv plugin to send subtype on network profile creation
        - [f32d1ce] Pass object to policy when finding fields to strip
        - [8b5f6be] Call policy.init() once per API request
        - [9a6d811] Perform policy checks only once on list responses
        - [c48db90] Datacenter moid should not be tuple
        - [161d465] Allow unsharing a network used as gateway/floatingip
        - [9574a2f] Add support for router scheduling in Cisco N1kv Plugin
        - [6f54565] Fix func job hook script permission problems
        - [ea43103] Add hook scripts for the functional infra job
        - [8161cb7] Fixes Hyper-V agent issue on Hyper-V 2008 R2
        - [8e99cfd] Fixes Hyper-V issue due to ML2 RPC versioning
        - [69f9121] Ensure ip6tables are used only if ipv6 is enabled in kernel
        - [399b809] Remove explicit dependency on amqplib
        - [a872143] Clear entries in Cisco N1KV specific tables on rollback
        - [ad82fad] Verify ML2 type driver exists before calling del
        - [af2cc98] Big Switch: Only update hash header on success
        - [b1e5eec] Ignore variable column widths in ovsdb functional tests
        - [4a0210e] VMWare: don't notify on disassociate_floatingips()
     -- Chuck Short <email address hidden>   Mon, 06 Oct 2014 09:15:06 -0400
  • neutron (1:2014.1.2-0ubuntu1.1) trusty-security; urgency=medium
    
      * No change rebuild for security:
        - [0324965] remove token from notifier middleware
          + CVE-2014-4615
          + LP: #1321080
        - [2c4828e] no quota for allowed address pair
          + CVE-2014-3555
          + LP: #1336207
     -- Jamie Strandboge <email address hidden>   Thu, 21 Aug 2014 08:54:55 -0500
  • neutron (1:2014.1.2-0ubuntu1) trusty; urgency=medium
    
      [ Corey Bryant ]
      * Resynchronize with stable/icehouse (5db494d) (LP: #1354159):
        - [1d4a3e3] Add dsvm-functional tox env to fix functional job
        - [c19633d] Fix deprecated opt in haproxy driver
        - [2c762be] Add configurable http_timeout parameter for Cisco N1K
        - [9c94d96] Avoid notifying while inside transaction opened in delete_port()
        - [f9379ef] BSN: Remove db lock and add missing contexts
        - [bea1e2d] Set python hash seed to 0 in tox.ini
        - [f427754] Big Switch: Remove consistency hash on full sync
        - [3ad288d] Add -s option for neutron metering rules
        - [231010b] Do not mark device as processed if it wasn't
        - [72edc13] Big Switch: Lock consistency table for REST calls
        - [b65c036] NSX: fix router ports port_security_enabled=False
        - [9dcc476] NSX: Remove unneed call to _ensure_default_security_group
        - [2ce59ec] Added support for NOS version 4.1.0, 5.0.0 and greater
        - [2c4828e] no quota for allowed address pair
        - [46a37e2] NSX: neutron router-interface-add should clear security-groups
        - [5d0d72b] Control update, delete for cisco-network-profile
        - [0459a6a] NSX: return 400 if dscp set for trusted queue
        - [d880134] Fix typo in ml2 configuration file
        - [fb40f65] Register LBaaS resources to quotas engine
        - [0cb4aaa] Make plugin deallocation check optional
        - [478f487] Ensure core plugin deallocation after every test
        - [ea5ecf9] OVS agent: Correct bridge setup ordering
        - [98ef1bc] Fixed dhcp & gateway ip conflict in PLUMgrid plugin
        - [38bf2be] Exit rpc_loop when SIGTERM is recieved in ovs-agent
        - [67ef62d] NSX sync cache: add a flag to skip item deletion
        - [d2c11e5] OFAgent: Avoid processing ports which are not yet ready
        - [c02763a] OFAgent: Fixing lost vlan ids on interfaces
        - [8d56f44] OFAgent: Improve handling of security group updates
        - [63d3a54] OFAgent: Avoid re-wiring ports unnecessarily
        - [8131a2e] Synced jsonutils from oslo-incubator
        - [33992c8] Brocade mechanism driver depends on the brocade plugin templates
        - [1da7abd] ofagent: Fix VLAN usage for TYPE_FLAT and TYPE_VLAN
        - [2a79749] netaddr<=0.7.10 raises ValueError instead of AddrFormatError
        - [45281bb] Brocade mechanism driver should be derived from ML2 plugin base class
        - [3eeda2c] Add missing keyword raise to get_profile_binding function
        - [e517da2] Big Switch: Remove unnecessary initialization code
        - [2f65656] ovs-agent: Ensure integration bridge is created
        - [0324965] remove token from notifier middleware
        - [6d62c91] Big Switch: Add missing data to topology sync
        - [fac71fe] Added missing core_plugins symbolic names
        - [505f902] Big Switch: Catch exceptions in watchdog thread
        - [ac90f9b] Segregate the VSM calls from database calls in N1kv plugin
        - [86e4b80] Fix network profile subtype validation in N1kv plugin
        - [24f2460] ofagent: Add a missing push_vlan action
        - [50408e6] OFA agent: use hexadecimal IP address in tunnel port name
        - [f0af041] Big Switch: Call correct method in watchdog
        - [71097a0] Check DB scheme prior to migration to Ml2
        - [db7f8a7] ofa_neutron_agent: Fix _phys_br_block_untranslated_traffic
        - [d5d345b] Fix race condition with firewall deletion
        - [ce712b2] Metadata agent caches networks for routers
        - [cac3aa8] Ensure routing key is specified in the address for a direct producer
        - [5e0ea72] Default to setting secure mode on the integration bridge
        - [77d8da1] OVS and OF Agents: Create updated_ports attribute before setup_rpc
        - [9268ea6] OFAgent: Process port_update notifications in the main agent loop
        - [9124db5] Remove RPC to plugin when dhcp sets default route
        - [6fd5a20] Improve iptables_manager _modify_rules() method
        - [5285164] Big Switch: fix capabilities retrieval code
        - [ca7ed8f] OVS Agent: limit veth names to 15 chars
        - [7d76335] NSX: Fix request_id in api_client to increment
        - [583db13] NSX: fix tenant_id passed as security_profile_id
        - [066760e] LBaaS add missing rootwrap filter for route
        - [cd7a622] Do not defer IPTables apply in firewall path
        - [315319c] BSN: Set hash header to empty instead of False
        - [5d9a034] Remove function replacement with mock patch
        - [a4b467d] NSX: fix bug for flat provider network
        - [96e580d] Wrong key router.interface reported by ceilometer
        - [9ce5ef3] Common decorator for caching methods
        - [f3fa89f] Fixes Hyper-V agent security groups disabling
        - [6fe2596] Fixes Hyper-V agent security group ICMP rules
        - [5db494d] Add support for multiple RPC workers under Metaplugin
      * d/p/disable-failing-metaplugin-tests.patch: Dropped.
      * d/p/skip-lb-test.patch: Dropped.
    
      [ James Page ]
      * d/watch: Point to tarballs.openstack.org for release artifacts.
     -- Corey Bryant <email address hidden>   Fri, 08 Aug 2014 08:30:52 -0400
  • neutron (1:2014.1.1-0ubuntu2) trusty-proposed; urgency=medium
    
      [ Corey Bryant ]
      * 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
    
      [ Jamie Strandboge ]
      * SECURITY UPDATE: specify /etc/neutron/rootwrap.conf for use with
        neutron-rootwrap
        - CVE-2013-6433 (LP: #1185019)
     -- Jamie Strandboge <email address hidden>   Wed, 18 Jun 2014 15:21:56 -0500
  • 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 <email address hidden>   Mon, 09 Jun 2014 16:18:49 -0400
  • neutron (1:2014.1-0ubuntu1.3) trusty-security; urgency=medium
    
      * SECURITY UPDATE: specify /etc/neutron/rootwrap.conf for use with
        neutron-rootwrap
        - CVE-2013-6433 (LP: #1185019)
      * SECURITY UPDATE: Validate CIDR given as ip-prefix in
        security-group-rule-create
        - CVE-2014-0187
        - LP: #1300785
      * debian/patches/CVE-2014-0187b.patch: update for python-netaddr <= 0.7.10
      * SECURITY UPDATE: Install SNAT rules for ipv4 only
        - CVE-2014-4167
        - LP: #1309195
     -- Jamie Strandboge <email address hidden>   Wed, 18 Jun 2014 16:12:37 -0500
  • neutron (1:2014.1-0ubuntu1) trusty; urgency=medium
    
      [ Chuck Short ]
      * New upstream release (LP: #1288245).
     -- James Page <email address hidden>   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 <email address hidden>   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).
    
    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.
     -- Steve Langasek <email address hidden>   Thu, 10 Apr 2014 23:36:09 +0000
  • 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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   Thu, 06 Feb 2014 08:32:03 -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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   Thu, 05 Dec 2013 11:40:39 -0500
  • neutron (1:2013.2-0ubuntu1) saucy; urgency=low
    
      * New upstream release (LP: #1236462).
     -- Chuck Short <email address hidden>   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 <email address hidden>   Wed, 16 Oct 2013 15:37:02 -0400