Hello community, here is the log from the commit of package openstack-neutron.2119 for openSUSE:13.1:Update checked in at 2013-10-22 16:32:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1:Update/openstack-neutron.2119 (Old) and /work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-neutron.2119" Changes: -------- New Changes file: --- /dev/null 2013-10-11 12:16:15.204037506 +0200 +++ /work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new/openstack-neutron-doc.changes 2013-10-22 16:32:14.000000000 +0200 @@ -0,0 +1,20 @@ +------------------------------------------------------------------- +Fri Jul 19 07:09:33 UTC 2013 - bere...@b1-systems.de + +- replacing Quantum with Neutron + +------------------------------------------------------------------- +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-10-11 12:16:15.204037506 +0200 +++ /work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new/openstack-neutron.changes 2013-10-22 16:32:14.000000000 +0200 @@ -0,0 +1,3948 @@ +------------------------------------------------------------------- +Fri Oct 18 20:08:31 UTC 2013 - dmuel...@suse.com + +- add 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 db UT to ML2 mech driver UT + + Fix for status always in PENDING_CREATE for Edge service router + +------------------------------------------------------------------- +Sun Sep 22 23:35:55 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a687.g4fa69a1: + + Imported Translations from Transifex + +------------------------------------------------------------------- +Sun Sep 22 00:25:31 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a686.gd000a92: + + Imported Translations from Transifex + + Remove ununsed method update_providers + + Fix URL used in NCS mechanism driver sync_full() operation + + NVP plugin: Set default max_lp_per_bridged_ls to 5000 + +------------------------------------------------------------------- +Sat Sep 21 00:45:15 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a679.g76112fe: + + Imported Translations from Transifex + + Allow non-admin user to list service providers + +------------------------------------------------------------------- +Fri Sep 20 00:24:18 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a676.g177bfb0: + + Imported Translations from Transifex + + Fix bridge logical chaining + + FWaaS - fix reordering of rules in policy + + Sync gettextutils from oslo + + Cisco plugin portbinding extension support + + Change header from LLC to Foundation + + Fix ovs-vsctl call in add_tunnel_port() + + Fix handling of floating IP association info in Nicira plugin + + Do not apply security groups to logical ports + + Change daemon Pidfile class to not use root_helper + +------------------------------------------------------------------- +Wed Sep 18 23:38:21 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a657.g289d353: + + Support for NVP advanced FwaaS service + + Support advanced NVP LBaaS Service + + BigSwitch plugin: passes context to all update_network calls + + Fixing two comments regarding bind_port in ml2 + + Prevent update_port ip_address from matching address_pair + + Port binding registration with NeutronDbPlugin causes Neutron crash + + Imported Translations from Transifex + + Make router-interface-delete work in N1kv plugin + + BigSwitch plugin: allow 'external' keyword in router rules + + Dynamically adjust max number of leases + + Fix KeyError for NVP plugin during portbinding update + +------------------------------------------------------------------- +Tue Sep 17 23:52:55 UTC 2013 - opensuse-cl...@opensuse.org + +- Update to version 2013.2.a636.g6aa2312: + + Fix failure in multi-chunk state sync for nicira plugin + + Fixes hyperv neutron agent test, and removes exit + + Imported Translations from Transifex + + Increase size of peer_address attribute in VPNaaS + + Fix error raised when router-interface-delete on no-snat routers + +------------------------------------------------------------------- ++++ 3751 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new/openstack-neutron.changes New: ---- 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch _service neutron-2013.2.tar.gz neutron-sudoers openstack-neutron-doc.changes openstack-neutron-doc.spec openstack-neutron-plugin.init openstack-neutron.changes openstack-neutron.init openstack-neutron.logrotate openstack-neutron.spec rpmlintrc sysconfig.neutron ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openstack-neutron-doc.spec ++++++ # # spec file for package openstack-neutron-doc # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define component neutron Name: openstack-neutron-doc 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-2013.2.tar.gz BuildRequires: openstack-suse-macros BuildRequires: python-Paste BuildRequires: python-PasteDeploy BuildRequires: python-Routes BuildRequires: python-SQLAlchemy BuildRequires: python-Sphinx BuildRequires: python-WebOb BuildRequires: python-WebTest BuildRequires: python-alembic BuildRequires: python-configobj BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-eventlet BuildRequires: python-extras BuildRequires: python-iso8601 BuildRequires: python-mock BuildRequires: python-mox BuildRequires: python-netaddr BuildRequires: python-netifaces BuildRequires: python-neutron BuildRequires: python-neutronclient BuildRequires: python-nose BuildRequires: python-pyudev BuildRequires: python-unittest2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Neutron is a virtual network service for Openstack. This package contains documentation files for openstack-%{component} %prep %setup -q -n neutron-2013.2 %openstack_cleanup_prep %build python setup.py build_sphinx rm doc/build/html/.buildinfo # Remove unneeded files %install %files %defattr(-,root,root,-) %doc LICENSE doc/build/html/ %changelog ++++++ openstack-neutron.spec ++++++ ++++ 607 lines (skipped) ++++++ 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 ++++++ _service ++++++ <services> <service name="git_tarballs" mode="disabled"> <param name="url">http://tarballs.openstack.org/neutron/neutron-2013.2.tar.gz</param> <param name="email">opensuse-cl...@opensuse.org</param> <param name="plain-version">True</param> </service> </services> ++++++ neutron-sudoers ++++++ Defaults:openstack-neutron !syslog openstack-neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf * ++++++ openstack-neutron-plugin.init ++++++ #!/bin/bash ### BEGIN INIT INFO # Provides: openstack-neutron-__NAME__ # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: mysql postgresql rabbitmq-server # Should-Stop: mysql postgresql rabbitmq-server # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: OpenStack Compute (Quantum) - __NAME__ # Description: OpenStack Compute (Quantum) - __NAME__ ### END INIT INFO DAEMON="__NAME__" USER="openstack-neutron" CONFFILE="/etc/neutron/neutron.conf" RUNDIR="/var/run/neutron" NEUTRON_PLUGIN_CONF="__PLUGIN_CONFFILE__" NEUTRON_PLUGIN_ARGS="" if [ ! -z $NEUTRON_PLUGIN_CONF ] && [ $NEUTRON_PLUGIN_CONF != "" ] ; then PLUGIN_ARGS="$NEUTRON_PLUGIN_ARGS --config-file=$NEUTRON_PLUGIN_CONF" fi # $RUNDIR can be tmpfs, thus we have to create/own it here: mkdir -p $RUNDIR && chown $USER. $RUNDIR . /etc/rc.status case "$1" in start) echo -n "Starting neutron-$DAEMON" /sbin/startproc -q -s -u $USER /usr/bin/neutron-$DAEMON --config-file=$CONFFILE $PLUGIN_ARGS rc_status -v ;; stop) echo -n "Shutting down neutron-$DAEMON" /sbin/killproc /usr/bin/neutron-$DAEMON rc_status -v ;; restart) $0 stop $0 start rc_status ;; force-reload) $0 try-restart rc_status ;; reload) echo -n "Reload service neutron-$DAEMON" rc_failed 3 rc_status -v ;; status) echo -n "Checking for service neutron-$DAEMON" /sbin/checkproc /usr/bin/neutron-$DAEMON rc_status -v ;; try-restart|condrestart) if test "$1" = "condrestart"; then echo "${attn} Use try-restart ${done}(LSB)${attn} rather than condrestart ${warn}(RH)${norm}" fi $0 status if test $? = 0; then $0 restart else rc_reset # Not running is not a failure. fi rc_status # Remember status and be quiet ;; *) echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload}" exit 1 ;; esac rc_exit ++++++ openstack-neutron.init ++++++ #! /bin/sh ### BEGIN INIT INFO # Provides: neutron-server # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: neutron-server # Description: Provides the Neutron networking service ### END INIT INFO NEUTRON_LOGFILE="/var/log/neutron/neutron-server.log" NEUTRON_SYSCONFIG=/etc/sysconfig/neutron test -r $NEUTRON_SYSCONFIG || exit 6 . $NEUTRON_SYSCONFIG USER="openstack-neutron" DAEMON=/usr/bin/neutron-server DAEMON_ARGS="--log-file=$NEUTRON_LOGFILE --config-file=/etc/neutron/neutron.conf --config-file=$NEUTRON_PLUGIN_CONF" DAEMON_DIR=/var/run export TMPDIR=/var/lib/neutron/tmp if [ ! -x ${DAEMON} ] ; then exit 0 fi . /etc/rc.status case "$1" in start) echo -n "Checking for DB Migrations" /usr/bin/neutron-db-manage check_migration rc_status -v echo -n "Starting neutron server" startproc -t ${STARTUP_TIMEOUT:-5} -q -s -u $USER $DAEMON $DAEMON_ARGS rc_status -v ;; stop) echo -n "Stopping neutron server" killproc $DAEMON rc_status -v ;; restart|force-reload) $0 stop sleep 1 $0 start ;; reload) ;; status) echo -n "Checking status of neutron server" /sbin/checkproc $DAEMON rc_status -v ;; *) echo $"Usage: $0 {start|stop|restart|force-reload|status}" exit 2 ;; esac exit $? ++++++ openstack-neutron.logrotate ++++++ /var/log/quantum/*.log { rotate 15 size 1M weekly dateext missingok notifempty su openstack-quantum openstack-quantum sharedscripts } ++++++ rpmlintrc ++++++ # This symling is for the -test package and can be ignored: addFilter("dangling-symlink /var/lib/openstack-quantum-test/quantum") ++++++ sysconfig.neutron ++++++ ## Type: string # # location of the plugin configuration file NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini" -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org