Hello community,

here is the log from the commit of package openstack-utils for openSUSE:Factory 
checked in at 2013-11-20 11:13:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-utils (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-utils/openstack-utils.changes  
2013-11-15 16:56:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-utils.new/openstack-utils.changes     
2013-11-20 11:13:43.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 14 00:35:04 UTC 2013 - [email protected]
+
+- Update to latest git (a943b8a):
+  + don't print nova volume status when not installed
+
+-------------------------------------------------------------------

Old:
----
  openstack-utils-2013.2.1+git.1382396927.b17bebe.tar.gz

New:
----
  openstack-utils-2013.2.1+git.1384359061.a943b8a.tar.gz

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

Other differences:
------------------
++++++ openstack-utils.spec ++++++
--- /var/tmp/diff_new_pack.sNctVT/_old  2013-11-20 11:13:43.000000000 +0100
+++ /var/tmp/diff_new_pack.sNctVT/_new  2013-11-20 11:13:43.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           openstack-utils
-Version:        2013.2.1+git.1382396927.b17bebe
+Version:        2013.2.1+git.1384359061.a943b8a
 Release:        0
 Summary:        Helper utilities for OpenStack service
 License:        Apache-2.0

++++++ openstack-utils-2013.2.1+git.1382396927.b17bebe.tar.gz -> 
openstack-utils-2013.2.1+git.1384359061.a943b8a.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-utils-2013.2.1+git.1382396927.b17bebe/NEWS 
new/openstack-utils-2013.2.1+git.1384359061.a943b8a/NEWS
--- old/openstack-utils-2013.2.1+git.1382396927.b17bebe/NEWS    2013-10-28 
16:39:11.000000000 +0100
+++ new/openstack-utils-2013.2.1+git.1384359061.a943b8a/NEWS    2013-11-14 
01:35:03.000000000 +0100
@@ -1,6 +1,7 @@
 2013.2-? ??-??-????
   openstack-status:
     print ceilometer alarm services status
+    don't print nova volume status when not installed
   openstack-db:
     Add the --update option to sync the database
   openstack-service:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-utils-2013.2.1+git.1382396927.b17bebe/utils/openstack-status 
new/openstack-utils-2013.2.1+git.1384359061.a943b8a/utils/openstack-status
--- old/openstack-utils-2013.2.1+git.1382396927.b17bebe/utils/openstack-status  
2013-10-28 16:39:11.000000000 +0100
+++ new/openstack-utils-2013.2.1+git.1384359061.a943b8a/utils/openstack-status  
2013-11-14 01:35:03.000000000 +0100
@@ -122,7 +122,8 @@
   printf "== Nova services ==\n"
   service_installed openstack-nova-cert && cert=cert
   service_installed openstack-nova-conductor && conductor=conductor
-  for svc in api $cert compute network scheduler volume $conductor; do 
check_svc "openstack-nova-$svc"; done
+  service_installed openstack-nova-volume && volume=volume
+  for svc in api $cert compute network scheduler $volume $conductor; do 
check_svc "openstack-nova-$svc"; done
 fi
 
 if test "$glance"; then

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to