Hello community,
here is the log from the commit of package openstack-quickstart for
openSUSE:Factory checked in at 2013-06-13 17:27:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
and /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-quickstart"
Changes:
--------
---
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-05-16 16:32:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
2013-06-13 17:27:49.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Jun 2 00:06:25 UTC 2013 - [email protected]
+
+- Update to latest git (fd01d7f):
+ + Revert "Apply SLES11 specific DNSMASQ class in dhcp-agent"
+
+-------------------------------------------------------------------
+Thu May 16 13:29:43 UTC 2013 - [email protected]
+
+- Update to latest git (5d61ca4):
+ + replace -c column_name to -F column_name to work on SLES11
+ + Apply SLES11 specific DNSMASQ class in dhcp-agent
+ + Fix bridge name for upstream interface.
+ + fix cinder-volumes VG creation
+
+-------------------------------------------------------------------
Old:
----
openstack-quickstart-2013.1+git.1368019210.37c2473.tar.gz
New:
----
openstack-quickstart-2013.1+git.1370075361.fd01d7f.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openstack-quickstart.spec ++++++
--- /var/tmp/diff_new_pack.Lp1eK5/_old 2013-06-13 17:27:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Lp1eK5/_new 2013-06-13 17:27:49.000000000 +0200
@@ -17,7 +17,7 @@
Name: openstack-quickstart
-Version: 2013.1+git.1368019210.37c2473
+Version: 2013.1+git.1370075361.fd01d7f
Release: 0
Summary: OpenStack Quickstart
License: MIT
++++++ openstack-quickstart-2013.1+git.1368019210.37c2473.tar.gz ->
openstack-quickstart-2013.1+git.1370075361.fd01d7f.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-loopback-lvm
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-loopback-lvm
---
old/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-loopback-lvm
2013-05-08 01:51:10.000000000 +0200
+++
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-loopback-lvm
2013-06-02 02:02:52.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
-f=/var/lib/cinder/volumes
+f=/var/lib/cinder/volumes-pv
loop=/dev/loop0
modprobe loop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-quickstart-demosetup
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-quickstart-demosetup
---
old/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-quickstart-demosetup
2013-05-08 15:20:57.000000000 +0200
+++
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-quickstart-demosetup
2013-06-02 02:06:24.000000000 +0200
@@ -37,7 +37,7 @@
}
function get_router_id () {
- eval `quantum router-show -f shell -c id main`
+ eval `quantum router-show -f shell -F id main`
echo $id
}
@@ -64,26 +64,26 @@
function get_ext_bridge_name () {
local id
- eval `quantum net-show -f shell -c id ext`
+ eval `quantum net-show -f shell -F id ext`
echo "brq"${id:0:11}
}
function get_ext_bridge_ip () {
local gateway_ip
- eval `quantum subnet-show -f shell -c gateway_ip ext`
+ eval `quantum subnet-show -f shell -F gateway_ip ext`
echo $gateway_ip
}
function get_ext_bridge_ip_prefix () {
local cidr
- eval `quantum subnet-show -f shell -c cidr ext`
+ eval `quantum subnet-show -f shell -F cidr ext`
echo $cidr | cut -f2 -d/
}
function get_ext_bridge_cidr () {
local cidr
- eval `quantum subnet-show -f shell -c cidr ext`
+ eval `quantum subnet-show -f shell -F cidr ext`
echo $cidr
}
@@ -472,6 +472,7 @@
else
openstack_loopback_lvm=$PREFIX/scripts/openstack-loopback-lvm
fi
+$openstack_loopback_lvm
if [ "$?" -ne "0" ]; then
# setup failed, so do not use
for s in api scheduler volume ; do
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]