Hello community,

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

Package is "openstack-heat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat.changes    
2013-09-27 17:55:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat.changes       
2013-10-03 07:26:21.000000000 +0200
@@ -1,0 +2,54 @@
+Wed Oct  2 00:22:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a205.g003a3b9:
+  + Fix inconsitencies in HOT template guide and spec
+  + Lazily load resources when loading a Stack
+  + Remove tools/openstack*
+
+-------------------------------------------------------------------
+Tue Oct  1 14:29:32 UTC 2013 - vu...@suse.com
+
+- Fix description of python-heat subpackage.
+
+-------------------------------------------------------------------
+Mon Sep 30 23:47:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a200.g002dcaa:
+  + Conform stack resource error so it gives a 4xx
+  + Do not assume fixed_ips is a specified property
+
+-------------------------------------------------------------------
+Sun Sep 29 00:45:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a196.g31dac07:
+  + Document EIP resource properties:
+  + api : default signal body to None
+  + Store tenant with trust details in user_creds
+  + Remove Router resource id attribute
+  + Remove Subnet id attribute
+  + Provide config option to cap events per stack
+  + Remove Neutron VPN resources id attributes
+
+-------------------------------------------------------------------
+Sat Sep 28 00:49:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a182.gdcbd7b6:
+  + Rename counter_name to meter_name in alarm
+  + Do not translate HOT param constraints
+  + Sync gettextutils from oslo
+  + Document floatingip properties
+  + For Subnet gateway_ip, pass None for empty string
+  + Handle HOT param constraints in provider templates
+  + Move Rackspace resources into contrib
+  + Document neutron Net properties
+  + Make availability zone for CinderVolume optional
+  + Imported Translations from Transifex
+  + Skip None values in fixed_ips when creating Port
+  + Return parsed list value in CommaDelimitedList
+
+-------------------------------------------------------------------
+Fri Sep 27 16:23:53 UTC 2013 - dmuel...@suse.com
+
+- switch to crudini 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openstack-heat-doc.spec ++++++
--- /var/tmp/diff_new_pack.T6Ydsi/_old  2013-10-03 07:26:23.000000000 +0200
+++ /var/tmp/diff_new_pack.T6Ydsi/_new  2013-10-03 07:26:23.000000000 +0200
@@ -19,7 +19,7 @@
 %define component heat
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a158.g841862b
+Version:        2013.2.a205.g003a3b9
 Release:        0
 Summary:        OpenStack Orchestration (Heat) - Documentation
 License:        Apache-2.0
@@ -65,7 +65,7 @@
 This package contains documentation files for openstack-heat.
 
 %prep
-%setup -q -n heat-2013.2.a158.g841862b
+%setup -q -n heat-2013.2.a205.g003a3b9
 %openstack_cleanup_prep
 
 %build

++++++ openstack-heat.spec ++++++
--- /var/tmp/diff_new_pack.T6Ydsi/_old  2013-10-03 07:26:23.000000000 +0200
+++ /var/tmp/diff_new_pack.T6Ydsi/_new  2013-10-03 07:26:23.000000000 +0200
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a158.g841862b
+Version:        2013.2.a205.g003a3b9
 Release:        0
 Summary:        Openstack Orchestration (Heat)
 License:        Apache-2.0
@@ -30,9 +30,9 @@
 Source:         heat-master.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.logrotate
+BuildRequires:  crudini
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
-BuildRequires:  openstack-utils
 BuildRequires:  python-base
 BuildRequires:  python-d2to1 >= 0.2.10
 BuildRequires:  python-oslo.sphinx
@@ -91,7 +91,7 @@
 Requires:       python-swiftclient >= 1.2
 
 %description -n python-heat
-This package contains the core Python module of OpenStack Keystone.
+This package contains the core Python module of OpenStack Heat.
 
 %package api
 Summary:        OpenStack Orchestration (Heat) - API
@@ -149,7 +149,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n heat-2013.2.a158.g841862b
+%setup -q -n heat-2013.2.a205.g003a3b9
 %openstack_cleanup_prep
 #NOTE(saschpe): Kill heat Sphinx extension, we're only building manpages:
 sed -i "s|'heat.doc.resources'||" doc/source/conf.py
@@ -173,13 +173,13 @@
 install -p -m 644 etc/heat/environment.d/*.yaml 
%{buildroot}%{_sysconfdir}/%{component}/environment.d
 install -p -m 644 etc/heat/templates/*.yaml 
%{buildroot}%{_sysconfdir}/%{component}/templates
 
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT verbose 
True
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT 
log_file heat.log
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_dir 
/var/log/heat
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT 
rpc_backend heat.openstack.common.rpc.impl_kombu
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_tenant_name '%%SERVICE_TENANT_NAME%%'
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_user heat
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_password '%%SERVICE_PASSWORD%%'
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT verbose True
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_file heat.log
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_dir 
/var/log/heat
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT rpc_backend 
heat.openstack.common.rpc.impl_kombu
+crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_tenant_name '%%SERVICE_TENANT_NAME%%'
+crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_user heat
+crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_password '%%SERVICE_PASSWORD%%'
 
 ### bash-completion/logrotate/etc.
 install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

++++++ heat-master.tar.gz ++++++
++++ 24434 lines of diff (skipped)

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

Reply via email to