Hello community,

here is the log from the commit of package openstack-nova for openSUSE:Factory 
checked in at 2013-10-03 07:26:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-nova (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-nova.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-nova"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova.changes    
2013-09-27 17:55:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova.changes       
2013-10-03 07:26:51.000000000 +0200
@@ -1,0 +2,60 @@
+Tue Oct  1 23:49:23 UTC 2013 - opensuse-cl...@opensuse.org
+
+- 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 - opensuse-cl...@opensuse.org
+
+- 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 - opensuse-cl...@opensuse.org
+
+- 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 - opensuse-cl...@opensuse.org
+
+- 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 - dmuel...@suse.com
+
+- switch to crudini 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openstack-nova-doc.spec ++++++
--- /var/tmp/diff_new_pack.55zmEs/_old  2013-10-03 07:26:52.000000000 +0200
+++ /var/tmp/diff_new_pack.55zmEs/_new  2013-10-03 07:26:52.000000000 +0200
@@ -20,7 +20,7 @@
 %define majorversion 2012.2.3
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a431.g7452bc6+git.1380263703.7452bc6
+Version:        2013.2.a501.gc81369c+git.1380671363.c81369c
 Release:        0
 Summary:        OpenStack Compute (Nova) - Documentation
 License:        Apache-2.0
@@ -61,7 +61,7 @@
 This package contains documentation files for openstack-nova.
 
 %prep
-%setup -q -n nova-2013.2.a431.g7452bc6
+%setup -q -n nova-2013.2.a501.gc81369c
 %openstack_cleanup_prep
 
 %build

++++++ openstack-nova.spec ++++++
--- /var/tmp/diff_new_pack.55zmEs/_old  2013-10-03 07:26:52.000000000 +0200
+++ /var/tmp/diff_new_pack.55zmEs/_new  2013-10-03 07:26:52.000000000 +0200
@@ -22,7 +22,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a431.g7452bc6+git.1380263703.7452bc6
+Version:        2013.2.a501.gc81369c+git.1380671363.c81369c
 Release:        0
 Summary:        OpenStack Compute (Nova)
 License:        Apache-2.0
@@ -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.a501.gc81369c
 %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

++++++ nova-master.tar.gz ++++++
/work/SRC/openSUSE:Factory/openstack-nova/nova-master.tar.gz 
/work/SRC/openSUSE:Factory/.openstack-nova.new/nova-master.tar.gz differ: char 
5, line 1

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

Reply via email to