Hello community, here is the log from the commit of package openstack-nova for openSUSE:13.1 checked in at 2013-10-23 11:26:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/openstack-nova (Old) and /work/SRC/openSUSE:13.1/.openstack-nova.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-nova" Changes: -------- --- /work/SRC/openSUSE:13.1/openstack-nova/openstack-nova-doc.changes 2013-09-23 11:02:35.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.openstack-nova.new/openstack-nova-doc.changes 2013-10-23 11:26:46.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Oct 17 14:52:27 UTC 2013 - [email protected] + +- Don't require python-Cheeta, upstream moved to Jinja2 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:13.1/openstack-nova/openstack-nova.changes 2013-09-27 17:55:31.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.openstack-nova.new/openstack-nova.changes 2013-10-23 11:26:46.000000000 +0200 @@ -1,0 +2,104 @@ +Thu Oct 17 16:00:14 UTC 2013 - [email protected] + +- update to 2013.2: + * No changes + +------------------------------------------------------------------- +Mon Oct 14 11:11:10 UTC 2013 - [email protected] + +- Backport from master: + + Run DB migration as nova user + +------------------------------------------------------------------- +Sat Oct 12 11:48:38 UTC 2013 - [email protected] + +- Update to version 2013.2.rc2+git.1381578518.3c373ac: + + Add boto special casing for param changes in 2.14 + + Baremetal: Be more patient with IPMI and BMC + + Adds missing entry in setup.cfg for V3 API shelve plugin + + XenAPI: Add versioning for plugins + + Fix the wrong params of attach/detach interface for compute driver + + Fix filter_properties of unshelve API + + fallocate image only when user has write access + + VMware: Network fallback in case specified one not found + + Correct use of ConfigFilesNotFoundError + + Avoid spamming conductor logs with object exceptions + + Fix conductor's object change detection + + Sync three-part RPC versions support from Oslo + + Fix nova DB 215 migration script logic error + + Fixes error on live-migration of volume-backed vm + + Libvirt: disallow live-mig for volume-backed with local disk + +------------------------------------------------------------------- +Sat Oct 5 09:37:06 UTC 2013 - [email protected] + +- Update to version 2013.2.rc1+git.1380965826.96d828f: + + Use system locale for default request language + + xenapi: reduce impact of errors during SR.scan + + VMWare: Disabling linked clone doesn't cache images + + Disable lazy gettext + + Imported Translations from Transifex + + Remove `utils.parse_mailmap` + + Skip test if sqlite3 not installed + +------------------------------------------------------------------- +Tue Oct 1 23:49:23 UTC 2013 - [email protected] + +- Update to version 2013.2.a501.gc81369c+git.1380671363.c81369c: + + Full sync of quota_usages + + Policy check for forced_host should be before the instance is created + + Add notification for pause/unpause instance + + VMware: Fix volume detach failure + + Fix indentation in virt.libvirt.blockinfo module + + Add tests for pre_live_migration + + Refactor test cases related to instance object + + Fix loading instance fault in servers view + + Update attach interface api to use new network model + + get_all_flavors uses id as key to be unique + + VMware: fix bug for invalid data access + + Update jsonutils.py from oslo + + Make Exception.format_message aware of Messages + +------------------------------------------------------------------- +Tue Oct 1 00:34:25 UTC 2013 - [email protected] + +- Update to version 2013.2.a475.ga6bc12c+git.1380587665.a6bc12c: + + Fix console db can't load attribute pool + + Get image metadata in to_xml for generating xml + + Remove deprecated task states + + Removes pre_live_migration need for Fixed IPs + + Fix stopping instance in sync_power_states + + Check instance exists or not when evacuate + + xenapi: set vcpu cap to ensure weight is applied + + VMware: Fix bug for root disk size + + Don't wrap Glance exceptions in NovaExceptions + + Fix processutils.execute errors on windows + +------------------------------------------------------------------- +Sun Sep 29 00:04:11 UTC 2013 - [email protected] + +- Update to version 2013.2.a455.g63c9d87+git.1380413051.63c9d87: + + Fix log format error in lazy-load message + + Correct lock path for storage-registry-lock + +------------------------------------------------------------------- +Fri Sep 27 23:56:43 UTC 2013 - [email protected] + +- Update to version 2013.2.a451.gc5c5ad9+git.1380326203.c5c5ad9: + + Update rootwrap with code from oslo + + Add flavor name validation when create flavor + + Ensure we don't end up with invalid exceptions again + + xenapi: ignore 500 errors from agent resetnetwork + + Change service id to compute for compute/api.py + + xenapi: enforce filters after live-migration + + Fix unicode string values missing in previous patch + + VMware: Fix SwitchNotFound error when network exists + + Make sure periodic task sync_power_states continues on error + + Windows instances require the timezone to be "localtime" + +------------------------------------------------------------------- +Fri Sep 27 16:29:47 UTC 2013 - [email protected] + +- switch to crudini + +------------------------------------------------------------------- Old: ---- nova-master.tar.gz New: ---- nova-2013.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openstack-nova-doc.spec ++++++ --- /var/tmp/diff_new_pack.yingcK/_old 2013-10-23 11:26:47.000000000 +0200 +++ /var/tmp/diff_new_pack.yingcK/_new 2013-10-23 11:26:47.000000000 +0200 @@ -20,16 +20,15 @@ %define majorversion 2012.2.3 Name: openstack-%{component}-doc -Version: 2013.2.a431.g7452bc6+git.1380263703.7452bc6 +Version: 2013.2.rc2+git.1381578518.3c373ac Release: 0 Summary: OpenStack Compute (Nova) - Documentation License: Apache-2.0 Group: Documentation/HTML Url: http://openstack.org/projects/compute/ -Source: nova-master.tar.gz +Source: nova-2013.2.tar.gz BuildRequires: graphviz BuildRequires: openstack-suse-macros -BuildRequires: python-Cheetah BuildRequires: python-PasteDeploy BuildRequires: python-Sphinx BuildRequires: python-WebOb @@ -61,7 +60,7 @@ This package contains documentation files for openstack-nova. %prep -%setup -q -n nova-2013.2.a431.g7452bc6 +%setup -q -n nova-2013.2 %openstack_cleanup_prep %build ++++++ openstack-nova.spec ++++++ --- /var/tmp/diff_new_pack.yingcK/_old 2013-10-23 11:26:47.000000000 +0200 +++ /var/tmp/diff_new_pack.yingcK/_new 2013-10-23 11:26:47.000000000 +0200 @@ -22,13 +22,13 @@ %define username openstack-%{component} Name: openstack-%{component} -Version: 2013.2.a431.g7452bc6+git.1380263703.7452bc6 +Version: 2013.2.rc2+git.1381578518.3c373ac Release: 0 Summary: OpenStack Compute (Nova) License: Apache-2.0 Group: System/Management Url: https://launchpad.net/nova -Source: nova-master.tar.gz +Source: nova-2013.2.tar.gz Source1: %{name}.init Source2: %{name}.logrotate Source4: openstack-nova-manage.sh @@ -52,10 +52,10 @@ # https://review.openstack.org/#/c/37477/ Patch7: 0001-Alwas-set-model-netfront-for-xen-over-libvirt.patch Patch8: unlock-six.diff +BuildRequires: crudini BuildRequires: fdupes BuildRequires: openstack-suse-macros BuildRequires: openstack-suse-sudo -BuildRequires: openstack-utils BuildRequires: python-base BuildRequires: python-d2to1 BuildRequires: python-distribute @@ -279,7 +279,7 @@ OpenStack Nova and its components. %prep -%setup -q -n nova-2013.2.a431.g7452bc6 +%setup -q -n nova-2013.2 %patch1 -p1 %patch2 -p1 %patch7 -p1 @@ -362,25 +362,25 @@ ### set default configuration (mostly applies to package-only setups and quickstart, i.e. not generally crowbar) %define nova_conf %{buildroot}%{_sysconfdir}/nova/nova.conf -openstack-config --set %{nova_conf} DEFAULT verbose True -openstack-config --set %{nova_conf} DEFAULT log_file nova.log -openstack-config --set %{nova_conf} DEFAULT log_dir /var/log/nova -openstack-config --set %{nova_conf} DEFAULT connection_type libvirt -openstack-config --set %{nova_conf} DEFAULT compute_driver libvirt.LibvirtDriver -openstack-config --set %{nova_conf} DEFAULT image_service nova.image.glance.GlanceImageService -openstack-config --set %{nova_conf} DEFAULT volume_api_class nova.volume.cinder.API -openstack-config --set %{nova_conf} DEFAULT auth_strategy keystone -openstack-config --set %{nova_conf} DEFAULT network_api_class nova.network.neutronv2.api.API -openstack-config --set %{nova_conf} DEFAULT neutron_admin_username neutron -openstack-config --set %{nova_conf} DEFAULT neutron_admin_password '%%SERVICE_PASSWORD%%' -openstack-config --set %{nova_conf} DEFAULT neutron_admin_tenant_name '%%SERVICE_TENANT_NAME%%' -openstack-config --set %{nova_conf} DEFAULT libvirt_vif_driver nova.virt.libvirt.vif.LibvirtBridgeDriver -openstack-config --set %{nova_conf} DEFAULT state_path /var/lib/nova -openstack-config --set %{nova_conf} DEFAULT lock_path %{_localstatedir}/lock/nova -openstack-config --set %{nova_conf} DEFAULT service_neutron_metadata_proxy True -openstack-config --set %{nova_conf} DEFAULT security_group_api neutron +crudini --set %{nova_conf} DEFAULT verbose True +crudini --set %{nova_conf} DEFAULT log_file nova.log +crudini --set %{nova_conf} DEFAULT log_dir /var/log/nova +crudini --set %{nova_conf} DEFAULT connection_type libvirt +crudini --set %{nova_conf} DEFAULT compute_driver libvirt.LibvirtDriver +crudini --set %{nova_conf} DEFAULT image_service nova.image.glance.GlanceImageService +crudini --set %{nova_conf} DEFAULT volume_api_class nova.volume.cinder.API +crudini --set %{nova_conf} DEFAULT auth_strategy keystone +crudini --set %{nova_conf} DEFAULT network_api_class nova.network.neutronv2.api.API +crudini --set %{nova_conf} DEFAULT neutron_admin_username neutron +crudini --set %{nova_conf} DEFAULT neutron_admin_password '%%SERVICE_PASSWORD%%' +crudini --set %{nova_conf} DEFAULT neutron_admin_tenant_name '%%SERVICE_TENANT_NAME%%' +crudini --set %{nova_conf} DEFAULT libvirt_vif_driver nova.virt.libvirt.vif.LibvirtBridgeDriver +crudini --set %{nova_conf} DEFAULT state_path /var/lib/nova +crudini --set %{nova_conf} DEFAULT lock_path %{_localstatedir}/lock/nova +crudini --set %{nova_conf} DEFAULT service_neutron_metadata_proxy True +crudini --set %{nova_conf} DEFAULT security_group_api neutron #NOTE(saschpe): Do we want to use sqlite per default or demand PostgreSQL right away? -openstack-config --set %{nova_conf} sql connection sqlite:////var/lib/nova/nova.db +crudini --set %{nova_conf} sql connection sqlite:////var/lib/nova/nova.db ### authentication cache dir mkdir -p %{buildroot}%{_localstatedir}/cache/nova/api ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yingcK/_old 2013-10-23 11:26:47.000000000 +0200 +++ /var/tmp/diff_new_pack.yingcK/_new 2013-10-23 11:26:47.000000000 +0200 @@ -1,6 +1,6 @@ <services> <service name="git_tarballs" mode="disabled"> - <param name="url">http://tarballs.openstack.org/nova/nova-master.tar.gz</param> + <param name="url">http://tarballs.openstack.org/nova/nova-2013.2.tar.gz</param> <param name="email">[email protected]</param> </service> </services> ++++++ nova-master.tar.gz -> nova-2013.2.tar.gz ++++++ /work/SRC/openSUSE:13.1/openstack-nova/nova-master.tar.gz /work/SRC/openSUSE:13.1/.openstack-nova.new/nova-2013.2.tar.gz differ: char 5, line 1 ++++++ openstack-nova.init ++++++ --- /var/tmp/diff_new_pack.yingcK/_old 2013-10-23 11:26:47.000000000 +0200 +++ /var/tmp/diff_new_pack.yingcK/_new 2013-10-23 11:26:47.000000000 +0200 @@ -28,7 +28,7 @@ start) if [ "$DAEMON" == "api" ]; then echo -n "Checking for Nova API DB Migrations" - /usr/bin/nova-manage db sync + su $USER -s /bin/sh -c "/usr/bin/nova-manage db sync" rc_status -v fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
