commit openstack-neutron for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2014-04-20 11:36:09

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2014-04-14 10:56:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2014-04-20 11:36:10.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 17 12:53:32 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1:
+  * no change
+
+---
+Tue Apr 15 13:59:52 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Robust-detection-for-postgresql-connection-errors.patch 
(bnc#872361) 
+
+---

Old:

  neutron-2014.1.rc2.tar.gz

New:

  0001-Robust-detection-for-postgresql-connection-errors.patch
  neutron-2014.1.tar.gz



Other differences:
--
++ openstack-neutron-doc.spec ++
--- /var/tmp/diff_new_pack.32xKQr/_old  2014-04-20 11:36:11.0 +0200
+++ /var/tmp/diff_new_pack.32xKQr/_new  2014-04-20 11:36:11.0 +0200
@@ -19,7 +19,7 @@
 %define component neutron
 
 Name:   openstack-neutron-doc
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Virtual Network Service (Neutron) - Documentation
 License:Apache-2.0

++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.32xKQr/_old  2014-04-20 11:36:11.0 +0200
+++ /var/tmp/diff_new_pack.32xKQr/_new  2014-04-20 11:36:11.0 +0200
@@ -21,7 +21,7 @@
 %define username %{component}
 
 Name:   openstack-neutron
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Network
 License:Apache-2.0
@@ -40,6 +40,7 @@
 %endif
 Patch1: 0001-Only-enable-IP6Tables-managing-if-IPv6-is-available.patch
 Patch2: 0001-Start-ping-listener-also-for-postgresql.patch
+Patch3: 0001-Robust-detection-for-postgresql-connection-errors.patch
 BuildRequires:  crudini
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
@@ -52,7 +53,7 @@
 Requires:   openstack-suse-sudo
 Requires:   python = 2.6.8
 Requires:   python-neutron = %{version}
-Requires:   python-oslo.config = 1.2.0
+Requires:   python-oslo.config = 1.2
 Provides:   openstack-quantum = 2013.2.0
 Obsoletes:  openstack-quantum  2013.2.0
 Requires(pre):  pwdutils
@@ -81,24 +82,24 @@
 Requires:   python = 2.6.8
 Requires:   python-Jinja2
 Requires:   python-Paste
-Requires:   python-PasteDeploy = 1.5.0
+Requires:   python-PasteDeploy = 1.5
 Requires:   python-Routes = 1.12.3
 Requires:   python-SQLAlchemy = 0.7.8
 Requires:   python-WebOb = 1.2.3
 Requires:   python-alembic = 0.4.1
 Requires:   python-amqplib = 0.6.1
 Requires:   python-anyjson = 0.3.3
-Requires:   python-eventlet = 0.13.0
+Requires:   python-eventlet = 0.13
 Requires:   python-greenlet = 0.3.2
 Requires:   python-httplib2 = 0.7.5
 Requires:   python-iso8601 = 0.1.9
 Requires:   python-jsonrpclib
-Requires:   python-keystoneclient = 0.7.0
+Requires:   python-keystoneclient = 0.7
 Requires:   python-kombu = 2.4.8
 Requires:   python-netaddr = 0.7.6
 Requires:   python-neutronclient = 2.3.4
-Requires:   python-novaclient = 2.17.0
-Requires:   python-oslo.config = 1.2.0
+Requires:   python-novaclient = 2.17
+Requires:   python-oslo.config = 1.2
 Requires:   python-oslo.rootwrap
 Requires:   python-pbr = 0.6
 Requires:   python-requests = 1.1
@@ -304,14 +305,14 @@
 Summary:OpenStack Network - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-WebTest = 2.0
+Requires:   python-WebTest = 2
 Requires:   python-cliff = 1.4.3
 Requires:   python-configobj
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   python-discover
 %endif
 Requires:   python-fixtures = 0.3.14
-Requires:   python-mock = 1.0
+Requires:   python-mock = 1
 Requires:   python-python-subunit = 0.0.18
 Requires:   python-testrepository = 0.0.18
 Requires:   python-testtools = 0.9.34
@@ -326,6 +327,7 @@
 %setup -q -n %{component}-%{version}
 %patch1 -p1
 %patch2
+%patch3 -p1
 %openstack_cleanup_prep
 
 %build

++ 0001-Robust-detection-for-postgresql-connection-errors.patch ++
From d9bbb042f6287061e89c1e2f96b9f70c176c871a Mon Sep 17 00:00:00 2001
From: Dirk Mueller d...@dmllr.de
Date: Fri, 

commit openstack-neutron for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2014-04-14 10:56:13

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron-doc.changes  
2013-10-02 08:51:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron-doc.changes 
2014-04-14 10:56:15.0 +0200
@@ -1,0 +2,275 @@
+Fri Mar  7 10:41:12 UTC 2014 - speili...@suse.com
+
+- Update to version neutron-2014.1.dev36.g005fec6:
+  * One Convergence Neutron Plugin Implementation
+  * NEC plugin: delete old OFC ID mapping tables
+  * Imported Translations from Transifex
+  * Fix typo in migration script
+  * BigSwitch: Add SSL Certificate Validation
+  * BigSwitch: Auto re-sync on backend inconsistencies
+  2014.1.b3
+  * Add OpenDaylight ML2 MechanismDriver
+  * Replaces network:* strings by constants
+  * NSX: passing wrong security_group id mapping to nsx backend
+  * ovs-agent: use hexadecimal IP address in tunnel port name
+  * Fix DetachedInstanceError for Agent instance
+
+---
+Thu Mar  6 06:17:35 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version neutron-2014.1.dev458.g17698d6:
+  * Adds the missing migration for gw_ext_mode
+  * VPNaaS Service Driver for Cisco CSR
+  * Updated from global requirements
+  * Do fip_status migration only for l3-capable plugins
+  * Fix race condition in update_floatingip_statuses
+  * Implementaion of Mechanism driver for Brocade VDX cluster of switches
+  * Avoid unnecessarily checking the existence of a device
+  * Refactor netns.execute so that it is not necessary to check namespace
+  * Minor refactoring for Hyper-V utils and tests
+  * Adds Hyper-V Security Groups implementation
+  * Adds multiple RPC worker processes to neutron server
+  * NEC plugin: PFC packet fitler support
+  * Remove unused method update_fixed_ip_lease_expiration
+  * NSX: make sync backend run more often
+  * Use database session from the context in N1kv plugin
+  * ML2 mechanism driver access to binding details
+  * Reset the policy after loading extensions
+  * L3 agent fetches the external network id once
+
+---
+Wed Mar  5 00:46:28 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version neutron-2014.1.dev422.g9c47fa1:
+  * Rename migration lb_stats_needs_bigint to match revision number
+  * Imported Translations from Transifex
+  * Different class names for VPNaaS migrations
+  * ML2: database needs to be initalized after drivers loaded
+  * replace rest of q_exc to n_exc in code base
+  * Fix NVP/Nicira nits
+  * Embrane Plugin fails alembic migrations
+  * Implement Mellanox ML2 MechanismDriver
+  * Remove unused 'as e' in exception blocks
+  * Improves Arista's ML2 driver's sync performance
+  * Remove pyudev dependency
+  * Fix class name typo in test_db_rpc_base
+
+---
+Tue Mar  4 00:55:59 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version neutron-2014.1.dev398.g78366ad:
+  * Remove nvplib and move utility methods into nsxlib
+  * BigSwitch: Add address pair support to plugin
+  * Support advanced NVP IPsec VPN Service
+  * Fix NVP FWaaS errors when creating firewall without policy
+  * Avoid using raise to reraise with modified exception
+  * BigSwitch: Stop using external locks
+  * Make sure dnsmasq can distinguish IPv6 address from MAC address
+  * Move db migration of ml2 security groups to havana
+
+---
+Mon Mar  3 11:44:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version neutron-2014.1.dev383.ge99f84c:
+  * Remove vim line from db migartion template
+  * Imported Translations from Transifex
+  * Implement OpenFlow Agent mechanism driver
+  * Log configuration values for OVS agent
+  * BigSwitch: Asynchronous rest calls for port create
+  * Openvswitch update_port should return updated port info
+  * Change tenant network type usage for IB Fabric
+
+---
+Mon Mar  3 01:25:15 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version neutron-2014.1.dev369.g4e4c894:
+  * Remove call to addCleanup(cfg.CONF.reset)
+  * nec plugin: Avoid long transaction in delete_ports
+  * Imported Translations from Transifex
+  * Finish off rebranding of the Nicira NVP plugin
+  * Introduce status for floating IPs
+  * BigSwitch: Add agent to support neutron sec groups
+  * Adds the new IBM SDN-VE plugin
+  * Imported Translations from Transifex
+  * Nuage Networks Plugin
+  * Fixes 

commit openstack-neutron for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2014-01-20 07:11:40

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-11-20 11:05:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2014-01-23 15:50:39.0 +0100
@@ -1,0 +2,190 @@
+Thu Jan 16 10:01:19 UTC 2014 - bwiedem...@suse.com
+
+- fix openstack.neutron.init to not start before DB and rabbitmq
+
+---
+Thu Jan 16 10:00:39 UTC 2014 - dmuel...@suse.com
+
+- fix ovs-cleanup being run without config file 
+
+---
+Thu Jan 16 01:19:16 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev15.g5bbc2f0:
+  + Add binding:host_id when creating port for probe
+
+---
+Wed Jan 15 10:26:39 UTC 2014 - rha...@suse.com
+
+- Allow specifying multiple additional config files in 
+  /etc/sysconfig/neutron. This is e.g. needed when using
+  ml2_conf_cisco.ini for the cisco_nexus mechanism driver
+
+---
+Tue Jan 14 00:42:20 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev14.gb5c4152:
+  + NVP plugin:fix connectivity to fip from internal nw
+
+---
+Mon Jan 13 11:03:38 UTC 2014 - dmuel...@suse.com
+
+- switch to ML2 network plugin by default (with linuxbridge)
+
+---
+Fri Jan 10 21:31:21 UTC 2014 - dmuel...@suse.com
+
+- fix check_migration call on start 
+
+---
+Thu Jan  9 00:43:20 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev13.g94679f1:
+  + Fix check_nvp_config erroneous complaint
+  + Catch PortNotFound exception during get_dhcp_port
+
+---
+Wed Jan  8 15:22:29 UTC 2014 - mj...@suse.com
+
+- Add VMWare NSX configuration to provide new agent package
+
+---
+Wed Dec 25 01:39:02 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev10.g7a4842d:
+  + Change default eswitchd port to avoid conflict
+
+---
+Sun Dec 22 01:17:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev9.g3f4c282:
+  + Reduce the severity of dhcp related log traces
+
+---
+Fri Dec 20 15:12:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev8.g7f4054c:
+  + NVP: propagate net-gw update to backend
+  + Add fwaas_driver.ini to setup.cfg
+
+---
+Wed Dec 18 00:45:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev4.g140f3cb:
+  + Fix unable to add allow all IPv4/6 security group rule
+
+---
+Tue Dec 17 00:49:45 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev2.ge79771e:
+  + Bump stable/havana next version to 2013.2.2
+
+---
+Mon Dec 16 09:29:17 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Mon Dec 16 00:41:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev53.gc48641a:
+  + Fix argument mismatch failure for neutron-check-nvp-config
+
+---
+Sun Dec 15 00:48:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev52.gc783944:
+  + Add X-Tenant-ID to metadata request
+
+---
+Sat Dec 14 01:04:32 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev50.g42da48e:
+  + Updated from global requirements
+
+---
+Wed Dec 11 01:27:34 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev49.gcec8127:
+  + Creates multiple worker processes for API server
+
+---
+Mon Dec  9 12:51:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev47.g3383241:
+  + 

commit openstack-neutron for openSUSE:Factory

2013-11-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-11-20 11:05:45

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-10-21 12:30:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-11-20 11:05:47.0 +0100
@@ -1,0 +2,29 @@
+Mon Nov  4 01:10:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev19.g27ce7b5:
+  + Avoid suppressing underlying error when deploy.loadapp fails
+
+---
+Sat Nov  2 01:06:30 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev17.gce458e0:
+  + Fix L2pop to not send updates for unrelated networks
+  + Fix to not send fdb updates when no port changes
+  + Fix lb doesn't remove vxlan int. if no int. map
+  + Handle VLAN interfaces with Linux IP wrapper
+
+---
+Tue Oct 29 01:52:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.dev9.ge331eb3:
+  + nvp:log only in rm router iface if port not found
+  + Fix error while creating l2 gateway services in nvp
+  + fix nvp version validation for distributed router creation
+
+---
+Fri Oct 25 23:40:10 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.1.a3.g2c41cf1:
+  + Fix access to lifetime dict in update_ipsecpolicy method
+
+---

Old:

  neutron-2013.2.tar.gz

New:

  neutron-stable-havana.tar.gz



Other differences:
--
++ openstack-neutron-doc.spec ++
--- /var/tmp/diff_new_pack.uJuizE/_old  2013-11-20 11:05:48.0 +0100
+++ /var/tmp/diff_new_pack.uJuizE/_new  2013-11-20 11:05:48.0 +0100
@@ -19,13 +19,13 @@
 %define component neutron
 
 Name:   openstack-neutron-doc
-Version:2013.2
+Version:2013.2.1.dev19.g27ce7b5
 Release:0
 Summary:OpenStack Virtual Network Service (Neutron) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://launchpad.net/neutron
-Source: neutron-2013.2.tar.gz
+Source: neutron-stable-havana.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Paste
 BuildRequires:  python-PasteDeploy
@@ -59,7 +59,7 @@
 This package contains documentation files for openstack-%{component}
 
 %prep
-%setup -q -n neutron-2013.2
+%setup -q -n neutron-2013.2.1.dev19.g27ce7b5
 %openstack_cleanup_prep
 
 %build

++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.uJuizE/_old  2013-11-20 11:05:48.0 +0100
+++ /var/tmp/diff_new_pack.uJuizE/_new  2013-11-20 11:05:48.0 +0100
@@ -21,13 +21,13 @@
 %define username openstack-%{component}
 
 Name:   openstack-neutron
-Version:2013.2
+Version:2013.2.1.dev19.g27ce7b5
 Release:0
 Summary:OpenStack Network
 License:Apache-2.0
 Group:  System/Management
 Url:https://launchpad.net/neutron
-Source: neutron-2013.2.tar.gz
+Source: neutron-stable-havana.tar.gz
 Source1:openstack-%{component}.init
 Source2:%{name}.logrotate
 Source3:neutron-sudoers
@@ -285,7 +285,7 @@
 of OpenStack Neutron.
 
 %prep
-%setup -q -n neutron-2013.2
+%setup -q -n neutron-2013.2.1.dev19.g27ce7b5
 %patch0 -p1
 ## comment me in
 # %xopenstack_cleanup_prep

++ _service ++
--- /var/tmp/diff_new_pack.uJuizE/_old  2013-11-20 11:05:48.0 +0100
+++ /var/tmp/diff_new_pack.uJuizE/_new  2013-11-20 11:05:48.0 +0100
@@ -1,6 +1,6 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/neutron/neutron-2013.2.tar.gz/param
+param 
name=urlhttp://tarballs.openstack.org/neutron/neutron-stable-havana.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
 param name=plain-versionTrue/param
   /service

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-neutron for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-10-21 12:30:23

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-10-18 19:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-10-21 12:30:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 18 20:08:31 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch 
+
+---

New:

  0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch



Other differences:
--
++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.b8tGw0/_old  2013-10-21 12:30:26.0 +0200
+++ /var/tmp/diff_new_pack.b8tGw0/_new  2013-10-21 12:30:26.0 +0200
@@ -33,6 +33,7 @@
 Source3:neutron-sudoers
 Source4:openstack-%{component}-plugin.init
 Source5:sysconfig.neutron
+Patch0: 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch
 BuildRequires:  crudini
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
@@ -46,7 +47,7 @@
 Requires:   openstack-suse-sudo
 Requires:   python = 2.6.8
 Requires:   python-neutron = %{version}
-Requires:   python-oslo.config = 1.2.0a3
+Requires:   python-oslo.config = 1.2.0
 Provides:   openstack-quantum = 2013.2.0
 Obsoletes:  openstack-quantum  2013.2.0
 Requires(pre):  pwdutils
@@ -87,12 +88,12 @@
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-jsonrpclib
-Requires:   python-keystoneclient = 0.3.0
+Requires:   python-keystoneclient = 0.3.2
 Requires:   python-kombu = 2.4.8
 Requires:   python-netaddr
-Requires:   python-neutronclient = 2.2.3
-Requires:   python-novaclient = 2.12.0
-Requires:   python-oslo.config = 1.2.0a3
+Requires:   python-neutronclient = 2.3.0
+Requires:   python-novaclient = 2.15.0
+Requires:   python-oslo.config = 1.2.0
 Requires:   python-pbr = 0.5.21
 Requires:   python-pyudev
 Requires:   python-requests = 1.1
@@ -259,14 +260,14 @@
 Summary:OpenStack Network - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-WebTest = 1.3.3
-Requires:   python-cliff = 1.4
+Requires:   python-WebTest = 2.0
+Requires:   python-cliff = 1.4.3
 Requires:   python-configobj
 Requires:   python-coverage = 3.6
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   python-discover
 %endif
-Requires:   python-fixtures = 0.3.12
+Requires:   python-fixtures = 0.3.14
 Requires:   python-flake8 = 2.0
 Requires:   python-hacking = 0.5.6
 Requires:   python-mock = 1.0
@@ -285,6 +286,7 @@
 
 %prep
 %setup -q -n neutron-2013.2
+%patch0 -p1
 ## comment me in
 # %xopenstack_cleanup_prep
 

++ 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch ++
From 11746bbd7b02039ef1b63b3eaafbbdb603e09b52 Mon Sep 17 00:00:00 2001
From: Eugene Nikanorov enikano...@mirantis.com
Date: Fri, 18 Oct 2013 17:23:01 +0400
Subject: [PATCH] Fix update_device_up method of linuxbridge plugin

Change-Id: I97f2f9249b684aa5350b3f0621754543e80bec70
Closes-Bug: #1241602
---
 neutron/plugins/linuxbridge/lb_neutron_plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neutron/plugins/linuxbridge/lb_neutron_plugin.py 
b/neutron/plugins/linuxbridge/lb_neutron_plugin.py
index 1920d0e..68bfd41 100644
--- a/neutron/plugins/linuxbridge/lb_neutron_plugin.py
+++ b/neutron/plugins/linuxbridge/lb_neutron_plugin.py
@@ -144,7 +144,7 @@ class 
LinuxBridgeRpcCallbacks(dhcp_rpc_base.DhcpRpcCallbackMixin,
 agent_id = kwargs.get('agent_id')
 device = kwargs.get('device')
 host = kwargs.get('host')
-port = self.get_port_from_device.get_port(device)
+port = self.get_port_from_device(device)
 LOG.debug(_(Device %(device)s up on %(agent_id)s),
   {'device': device, 'agent_id': agent_id})
 plugin = manager.NeutronManager.get_plugin()
-- 
1.8.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-neutron for openSUSE:Factory

2013-10-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-10-18 19:22:47

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-10-02 08:51:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-10-18 19:23:22.0 +0200
@@ -1,0 +2,36 @@
+Thu Oct 17 15:59:26 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+
+---
+Sat Oct 12 13:31:27 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2:
+  + No changes
+
+---
+Sat Oct  5 09:34:18 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + Cisco plugin should check for switch - vlan bindings
+  + Disable lazy translation
+  + Imported Translations from Transifex
+  + Should not add metadata filter rules if disable metadata proxy
+  + add greenthread.sleep to increase yields
+  + Updated from global requirements
+  + create milestone migration for Havana release
+
+---
+Wed Oct  2 00:49:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a780.gb94a602:
+  + Increase number of concurrent_connections to nvp
+
+---
+Tue Oct  1 21:12:13 UTC 2013 - dmuel...@suse.com
+
+- set log to verbose by default 
+- require dnsmasq-utils on 13.1 or newer
+
+---

Old:

  neutron-master.tar.gz

New:

  neutron-2013.2.tar.gz



Other differences:
--
++ openstack-neutron-doc.spec ++
--- /var/tmp/diff_new_pack.h0efn3/_old  2013-10-18 19:23:23.0 +0200
+++ /var/tmp/diff_new_pack.h0efn3/_new  2013-10-18 19:23:23.0 +0200
@@ -19,13 +19,13 @@
 %define component neutron
 
 Name:   openstack-neutron-doc
-Version:2013.2.a778.g6d089df
+Version:2013.2
 Release:0
 Summary:OpenStack Virtual Network Service (Neutron) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://launchpad.net/neutron
-Source: neutron-master.tar.gz
+Source: neutron-2013.2.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Paste
 BuildRequires:  python-PasteDeploy
@@ -59,7 +59,7 @@
 This package contains documentation files for openstack-%{component}
 
 %prep
-%setup -q -n neutron-2013.2.a778.g6d089df
+%setup -q -n neutron-2013.2
 %openstack_cleanup_prep
 
 %build

++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.h0efn3/_old  2013-10-18 19:23:23.0 +0200
+++ /var/tmp/diff_new_pack.h0efn3/_new  2013-10-18 19:23:23.0 +0200
@@ -21,13 +21,13 @@
 %define username openstack-%{component}
 
 Name:   openstack-neutron
-Version:2013.2.a778.g6d089df
+Version:2013.2
 Release:0
 Summary:OpenStack Network
 License:Apache-2.0
 Group:  System/Management
 Url:https://launchpad.net/neutron
-Source: neutron-master.tar.gz
+Source: neutron-2013.2.tar.gz
 Source1:openstack-%{component}.init
 Source2:%{name}.logrotate
 Source3:neutron-sudoers
@@ -120,6 +120,9 @@
 Group:  Development/Languages/Python
 PreReq: %name = %version
 Requires:   dnsmasq
+%if 0%{?suse_version} = 1310
+Requires:   dnsmasq-utils
+%endif
 Provides:   openstack-quantum-dhcp-agent = 2013.2.0
 Obsoletes:  openstack-quantum-dhcp-agent  2013.2.0
 
@@ -281,7 +284,7 @@
 of OpenStack Neutron.
 
 %prep
-%setup -q -n neutron-2013.2.a778.g6d089df
+%setup -q -n neutron-2013.2
 ## comment me in
 # %xopenstack_cleanup_prep
 
@@ -351,6 +354,7 @@
 install -m 644 doc/build/man/*.1 %{buildroot}%{_mandir}/man1
 
 ## SUSE configuration defaults
+crudini --set %{buildroot}/etc/neutron/neutron.conf DEFAULT verbose True
 crudini --set %{buildroot}/etc/neutron/neutron.conf DEFAULT core_plugin 
neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2
 crudini --set %{buildroot}/etc/neutron/neutron.conf agent root_helper sudo 
neutron-rootwrap /etc/neutron/rootwrap.conf
 crudini --set %{buildroot}/etc/neutron/neutron.conf DEFAULT log_dir 
/var/log/neutron

++ _service ++
--- /var/tmp/diff_new_pack.h0efn3/_old  2013-10-18 19:23:24.0 +0200
+++ /var/tmp/diff_new_pack.h0efn3/_new  2013-10-18 19:23:24.0 +0200
@@ -1,6 

commit openstack-neutron for openSUSE:Factory

2013-10-02 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-10-02 08:51:40

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron-doc.changes  
2013-07-10 17:29:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron-doc.changes 
2013-10-02 08:51:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 07:09:33 UTC 2013 - bere...@b1-systems.de
+
+- replacing Quantum with Neutron
+
+---
--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-07-17 09:30:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-10-02 08:51:41.0 +0200
@@ -1,0 +2,983 @@
+Tue Oct  1 00:38:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a778.g6d089df:
+  + Fixes Hyper-V agent RPC calls for ML2 support
+  + Fix auto-deletion of ports and subnets in ML2
+  + Add error log for SystemExit in l3-agent
+  + Add missing migration for fields in Cisco Nexus table
+  + ML2 Cisco Nexus mech driver portbinding support
+  + Imported Translations from Transifex
+  + Ensure that security group agent is bound prior to accessing
+  + Reverse the order of interface update and DNAT rule config
+  + Fix to enable delete of firewall in PENDING_CREATE state
+  + Improve ml2_conf.ini
+  + Imported Translations from Transifex
+
+---
+Sun Sep 29 00:36:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a757.g5527e76:
+  + Add host routes and dns nameservers to Midonet DHCP
+  + Fix adding identical metering rules on two labels
+  + Pythonic method names for l3_agent unit tests
+  + Imported Translations from Transifex
+
+---
+Sat Sep 28 00:31:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a750.g4f14217:
+  + Sync rootwrap with code from oslo
+  + Ensure router exists when auto_schedule_routers
+  + Add an option for always synchronizing status
+  + Allowed Address Pairs support in NEC plugin
+  + Send proper exception info as expected by the neutron client
+  + Redefine behavior for NvpAdvancedPlugin during network creation
+  + Raise an exception if no router_id provided
+
+---
+Fri Sep 27 16:30:53 UTC 2013 - dmuel...@suse.com
+
+- switch to crudini 
+
+---
+Fri Sep 27 00:36:42 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a736.gbf7a895:
+  + Imported Translations from Transifex
+  + Allow sharing of firewall rules and policies in policy.json
+
+---
+Thu Sep 26 13:03:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a732.gae56b4e:
+  + Ensure nullable=False for netid in packetfilters table
+
+---
+Thu Sep 26 10:14:55 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a730.g0836aab:
+  + Properly synchronize status for ports deleted from backend
+  + Port Cisco nexus subplugin UT to ML2 mech driver UT
+  + Require oslo.config 1.2.0 final
+  + Fix FWaaS plugin to allow one firewall per tenant
+  + Imported Translations from Transifex
+  + add portbinding host into vip port
+  + Remove code that bypasses some midonet plugin unit tests
+  + Fix port deletion in NEC Plugin
+  + Sync gettextutils from oslo
+  + Change hard coded numbers to constants in security group tests
+
+---
+Wed Sep 25 00:03:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a711.g81f69ca:
+  + LBaaS: include inactive members when retrieving logical config
+  + Apply VPN migration to correct plugin
+  + Neutron network delete fails with brocade plugin
+  + Imported Translations from Transifex
+
+---
+Tue Sep 24 00:08:39 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a703.g868fcea:
+  + Handle long integer conversion in NEC portinfo validation tests
+  + Use built-in print() instead of print statement
+  + Flip to pythonic method names for context unit tests
+  + Imported Translations from Transifex
+  + Fix usage of _fields method in provider_configuration.py
+  + Ensure names are truncated to accommodate NVP limit
+  + Port Cisco nexus and network 

commit openstack-neutron for openSUSE:Factory

2013-07-17 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-07-17 09:30:23

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-07-10 17:29:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-07-17 09:30:25.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 10 00:14:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a914.gd80048e:
+  + validate and recommend the cidr
+  + Fix for Cisco plugin sample config.
+  + Allow router route update in XML.
+  + git remove old non-working packaging files
+  + Ensure that the neutron server is properly monkey patched
+
+---



Other differences:
--
++ openstack-neutron-doc.spec ++
--- /var/tmp/diff_new_pack.eik03N/_old  2013-07-17 09:30:26.0 +0200
+++ /var/tmp/diff_new_pack.eik03N/_new  2013-07-17 09:30:26.0 +0200
@@ -19,7 +19,7 @@
 %define component neutron
 
 Name:   openstack-neutron-doc
-Version:2013.2.a905.g5434abb
+Version:2013.2.a914.gd80048e
 Release:0
 Summary:OpenStack Virtual Network Service (Quantum) - Documentation
 License:Apache-2.0
@@ -59,7 +59,7 @@
 This package contains documentation files for openstack-%{component}
 
 %prep
-%setup -q -n neutron-2013.2.a905.g5434abb
+%setup -q -n neutron-2013.2.a914.gd80048e
 %openstack_cleanup_prep
 
 %build

++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.eik03N/_old  2013-07-17 09:30:26.0 +0200
+++ /var/tmp/diff_new_pack.eik03N/_new  2013-07-17 09:30:26.0 +0200
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:   openstack-neutron
-Version:2013.2.a905.g5434abb
+Version:2013.2.a914.gd80048e
 Release:0
 Summary:OpenStack Network
 License:Apache-2.0
@@ -263,7 +263,7 @@
 of OpenStack Neutron.
 
 %prep
-%setup -q -n neutron-2013.2.a905.g5434abb
+%setup -q -n neutron-2013.2.a914.gd80048e
 ## comment me in
 # %xopenstack_cleanup_prep
 %patch2

++ neutron-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/neutron-2013.2.a905.g5434abb/.bzrignore 
new/neutron-2013.2.a914.gd80048e/.bzrignore
--- old/neutron-2013.2.a905.g5434abb/.bzrignore 2013-07-09 09:30:19.0 
+0200
+++ new/neutron-2013.2.a914.gd80048e/.bzrignore 1970-01-01 01:00:00.0 
+0100
@@ -1,17 +0,0 @@
-*.pyc
-quantum.egg-info
-quantum_tests.sqlite
-quantum.sqlite
-*.quantum-venv
-neutron.egg-info
-neutron_tests.sqlite
-neutron.sqlite
-*.neutron-venv
-.venv
-dist/
-ChangeLog
-*.pid
-*.log
-neutron/vcsversion.py
-quantum/vcsversion.py
-.ropeproject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/neutron-2013.2.a905.g5434abb/AUTHORS 
new/neutron-2013.2.a914.gd80048e/AUTHORS
--- old/neutron-2013.2.a905.g5434abb/AUTHORS2013-07-09 09:31:56.0 
+0200
+++ new/neutron-2013.2.a914.gd80048e/AUTHORS2013-07-09 23:05:19.0 
+0200
@@ -16,6 +16,7 @@
 Ben Nemec bne...@us.ibm.com
 Bhuvan Arumugam bhu...@apache.org
 Bob Kukura rkuk...@redhat.com
+Bob Melander bob.melan...@gmail.com
 Brad Hall bh...@nicira.com
 Brad Hall b...@nicira.com
 Brian Haley brian.ha...@hp.com
@@ -71,6 +72,7 @@
 ivan-zhu bo...@linux.vnet.ibm.com
 James E. Blair james.bl...@rackspace.com
 James E. Blair jebl...@hp.com
+Jason Dillaman dilla...@redhat.com
 Jason Kölker ja...@koelker.net
 Jason Zhang zhe...@nttmcl.com
 Jay S. Bryant jsbry...@us.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/neutron-2013.2.a905.g5434abb/ChangeLog 
new/neutron-2013.2.a914.gd80048e/ChangeLog
--- old/neutron-2013.2.a905.g5434abb/ChangeLog  2013-07-09 09:31:56.0 
+0200
+++ new/neutron-2013.2.a914.gd80048e/ChangeLog  2013-07-09 23:05:19.0 
+0200
@@ -1,3 +1,58 @@
+commit d80048eefc4c076c241d747ea63cb885382f04f0
+Merge: 28bcd6a 34b8ee5
+Author: Jenkins jenk...@review.openstack.org
+Date:   Tue Jul 9 21:03:07 2013 +
+
+Merge Ensure that the neutron server is properly monkey patched
+
+commit 28bcd6a5321300c097351856d49c97c12a5a80a9
+Merge: aa64633 e094041
+Author: Jenkins jenk...@review.openstack.org
+Date:   Tue Jul 9 20:24:47 2013 +
+
+Merge git remove old non-working packaging files
+
+commit aa6463375935977579661a1624c3edc8b296a1e3
+Merge: c4d423e 758666d
+Author: Jenkins jenk...@review.openstack.org
+Date:   Tue Jul 

commit openstack-neutron for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-07-10 17:29:57

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is openstack-neutron

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron-doc.changes 
2013-07-10 17:29:58.0 +0200
@@ -0,0 +1,15 @@
+---
+Mon Mar 18 10:59:30 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Fri Feb 22 11:24:49 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+---
+Mon Jan 14 13:41:52 UTC 2013 - sasc...@suse.de
+
+- Initial version
+
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-07-10 17:29:58.0 +0200
@@ -0,0 +1,2914 @@
+---
+Tue Jul  9 10:25:00 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a905.g5434abb:
+  + Divide dhcp and l3 agent scheduling into separate extensions
+  + Imported Translations from Transifex
+
+---
+Tue Jul  9 00:12:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a901.g0aa5bec:
+  + fix some missing change from quantum to neutron
+  + add notification_driver to compatibilty clean-up
+
+---
+Mon Jul  8 11:01:37 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2013.2.a898.g62fb7ad:
+  + Complete rename to Neutron
+  + Imported Translations from Transifex
+  + clean-up missing rename
+
+---
+Mon Jul  8 09:32:09 UTC 2013 - dmuel...@suse.com
+
+- update requires 
+
+---
+Sun Jul  7 11:25:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a895.g75f03f3:
+  + Rename quantum to neutron in .gitreview.
+  + Rename Quantum to Neutron
+  + Sync install_venv_common from oslo
+
+---
+Sat Jul  6 00:07:47 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a891.gcecfe07:
+  + Allow non-root ip in subnet CIDR
+  + Fix unit test for ryu-agent
+
+---
+Fri Jul  5 12:23:29 UTC 2013 - dmuel...@suse.com
+
+- provide/obsolete openstack-quantum
+
+---
+Thu Jul  4 08:05:12 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a887.g8ceac10:
+  + Remove unused database table from Cisco plugin
+
+---
+Wed Jul  3 23:46:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a885.g5d56e6b:
+  + Imported Translations from Transifex
+  + Do not mask NotImplementedError exceptions
+
+---
+Tue Jul  2 23:47:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a882.g0fc6605:
+  + Imported Translations from Transifex
+  + Jointly load ExternalNetwork with Network
+
+---
+Tue Jul  2 00:14:37 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a879.g9c18ac1:
+  + Add support for moving ip/addresss/default gateway
+  + Imported Translations from Transifex
+  + Move NVP DB extensions under dbexts module.
+
+---
+Mon Jul  1 00:12:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a874.g84982e7:
+  + Imported Translations from Transifex
+
+---
+Sun Jun 30 00:12:10 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a873.g81c3a17:
+  + Deprecate enable_tunneling in the OVS agent
+  + Support a timeout argument when instantiating a bigswitch plugin
+  + dom0 rootwrap - case insensitive xenapi section
+  + faster quantum-openvswitch-agent periodic reports
+  + Fix case with no host_id in BigSwitch plugin
+  + Nicira plugin: Do not expect a minimum number of SNAT rules
+  + Update code to properly use dict returned from get_gateway.
+  + Remove duplicate _check_provider_update from