commit openstack-quickstart for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-04-18 11:08:46

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
2014-04-14 20:38:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-04-18 12:25:25.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 16 23:50:55 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 2013.2+git.1397635681.d4c5efd:
+  + Fix defaults to match upstream more closely
+  + Reduce memory pressure a bit
+
+---
+Mon Apr 14 09:20:25 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2013.2+git.1397467158.cff5036:
+  + Fix FwaaS instantiation
+
+---
+Tue Apr  8 00:08:09 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 2013.2+git.1396864561.397b081:
+  + Configure FWaaS plugin
+  + Set up communication with Nova
+
+---

Old:

  openstack-quickstart-2013.2+git.1395248710.2704f7d.tar.gz

New:

  openstack-quickstart-2013.2+git.1397635681.d4c5efd.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.awbRGX/_old  2014-04-18 12:25:31.0 +0200
+++ /var/tmp/diff_new_pack.awbRGX/_new  2014-04-18 12:25:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1395248710.2704f7d
+Version:2013.2+git.1397635681.d4c5efd
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.awbRGX/_old  2014-04-18 12:25:31.0 +0200
+++ /var/tmp/diff_new_pack.awbRGX/_new  2014-04-18 12:25:31.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@+git.%ct.%h
-master
+stable/icehouse
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.awbRGX/_old  2014-04-18 12:25:31.0 +0200
+++ /var/tmp/diff_new_pack.awbRGX/_new  2014-04-18 12:25:31.0 +0200
@@ -1,7 +1,7 @@
 
   
 git://github.com/SUSE-Cloud/openstack-quickstart.git
-2704f7d139
+d4c5efddf8
   
   
 git://github.com/openstack-dev/devstack.git

++ openstack-quickstart-2013.2+git.1395248710.2704f7d.tar.gz -> 
openstack-quickstart-2013.2+git.1397635681.d4c5efd.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1395248710.2704f7d/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.2+git.1397635681.d4c5efd/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.2+git.1395248710.2704f7d/scripts/openstack-quickstart-demosetup
   2014-03-20 02:42:40.0 +0100
+++ 
new/openstack-quickstart-2013.2+git.1397635681.d4c5efd/scripts/openstack-quickstart-demosetup
   2014-04-17 01:50:54.0 +0200
@@ -357,6 +357,11 @@
 crudini --set /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
 crudini --set /etc/nova/nova.conf DEFAULT default_floating_pool ext
 crudini --set /etc/nova/nova.conf DEFAULT my_ip "$IP"
+crudini --set /etc/nova/nova.conf DEFAULT osapi_compute_workers "1"
+crudini --set /etc/nova/nova.conf DEFAULT ec2_workers "1"
+crudini --set /etc/nova/nova.conf DEFAULT metadata_workers "1"
+crudini --set /etc/nova/nova.conf conductor workers "1"
+
 metadata_secret=$(uuidgen)
 crudini --set /etc/nova/nova.conf DEFAULT neutron_metadata_proxy_shared_secret 
$metadata_secret
 
@@ -415,7 +420,17 @@
 ## setup neutron configuration
 #-
 
-crudini --set /etc/neutron/neutron.conf database connection 
$DB://neutron:$mpw@$IP/neutron
+SERVICE_TENANT_ID=`get_service_tenant_id`
+c=/etc/neutron/neutron.conf
+crudini --set $c database connection $DB://neutron:$mpw@$IP/neutron
+crudini --set $c DEFAULT allow_overlapping_ips true
+crudini --set $c DEFAULT notify_nova_on_port_status_change true
+crudini --set $c DEFAULT notify_nova_on_port_data_changes true
+crudini --set $c DEFAULT nova_url "http://$SERVICE_HOST:8774/v2";
+crudini --set $c DEFAULT nova_admin_username nova
+crudini --set $c DEFAULT nova_admin_password $ADMIN_PASSWORD
+crudini --set $c DEFAULT nova_admin_tenant_id $SERVICE_TENANT_ID
+crudini --set $c DEFAULT nova_admin_auth_url $KEYSTONE_PUBLIC_ENDPOINT
 
 crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini 
linux_bridge physical_interf

commit openstack-quickstart for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-04-14 20:38:16

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
2014-03-09 18:29:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-04-14 20:38:17.0 +0200
@@ -2 +2 @@
-Sat Feb 22 00:39:47 UTC 2014 - cloud-de...@suse.de
+Thu Mar 20 01:42:55 UTC 2014 -  cloud-de...@suse.de
@@ -4,2 +4,3 @@
-- Update to latest git (72b2b3d):
-  + remove run_ssh on havana again
+- Update to version 2013.2+git.1395248710.2704f7d:
+  + Fix start ordering issue
+  + Configure tempest more completely
@@ -8 +9 @@
-Fri Feb 21 00:45:01 UTC 2014 - cloud-de...@suse.de
+Sat Feb 22 01:35:37 UTC 2014 -  cloud-de...@suse.de
@@ -10,3 +11,2 @@
-- Update to latest git (76c0259):
-  + cleanup
-  + Fix Horizon setup
+- Update to version 2013.2+git.1392994530.a5e30ad:
+  + Enable Neutron MeteringPlugin
@@ -15 +15 @@
-Thu Feb 13 09:13:38 UTC 2014 - cloud-de...@suse.de
+Fri Feb 21 00:45:29 UTC 2014 -  cloud-de...@suse.de
@@ -17,2 +17,2 @@
-- Update to latest git (71e5ddf):
-  + Enable use_namespaces consistently for dhcp and l3 agents
+- Update to version 2013.2+git.1392910340.edcd268:
+  + Fix Horizon setup
@@ -21 +21 @@
-Sun Feb  2 01:02:05 UTC 2014 - cloud-de...@suse.de
+Wed Feb 19 00:49:05 UTC 2014 -  cloud-de...@suse.de
@@ -23,2 +23,4 @@
-- Update to latest git (cc1cb63):
-  + Install more neutron agents when running with tempest
+- Update to version 2013.2+git.1392721072.72a499a:
+  + Cinder now needs dm_snapshot to be loaded
+  + Make Neutron discovery work in exception mode
+  + Cleanups
@@ -27 +29 @@
-Wed Jan 29 09:12:33 UTC 2014 - speili...@suse.com
+Fri Feb 14 01:31:26 UTC 2014 -  cloud-de...@suse.de
@@ -29 +31,2 @@
-- Add refresh_patches source service
+- Update to version 2013.2+git.1392282653.523cc53:
+  + Enable use_namespaces consistently for dhcp and l3 agents
@@ -32 +35 @@
-Mon Jan 27 07:31:54 UTC 2014 - cloud-de...@suse.de
+Sat Jan 25 11:16:39 UTC 2014 - dmuel...@suse.com
@@ -34,2 +37,3 @@
-- Update to latest git (5443a1f):
-  + fixup! Extend range for fixed network
+- Update to version 2013.2+git.1390648558.984eeb5:
+  + Install more neutron agents when running with tempest
+  + Fix typo
@@ -38 +42 @@
-Fri Jan 24 13:01:49 UTC 2014 - cloud-de...@suse.de
+Fri Jan 24 13:20:10 UTC 2014 -  cloud-de...@suse.de
@@ -40,3 +44,2 @@
-- Update to latest git (27ea6a2):
-  + configure metadata agent
-  + Extend range for fixed network
+- Update to version 2013.2+git.1390430134.14732ac:
+  + configure metadata agentExtend range for fixed network
@@ -45 +48 @@
-Wed Jan 22 00:38:54 UTC 2014 - cloud-de...@suse.de
+Tue Jan 21 01:36:46 UTC 2014 -  cloud-de...@suse.de
@@ -47,2 +50,2 @@
-- Update to latest git (ebdcec1):
-  + Install all neutron plugins for tempest run
+- Update to version 2013.2+git.1390214669.7b65bb0:
+  + Install all neutron plugins for tempest runFix endpoint configuration in 
seednode
@@ -51 +54 @@
-Thu Jan 16 01:11:56 UTC 2014 - cloud-de...@suse.de
+Thu Jan 16 00:53:19 UTC 2014 -  cloud-de...@suse.de
@@ -53,3 +56,2 @@
-- Update to latest git (9a72985):
-  + Remove extranous database migration runs
-  + Set my_ip addresses properly
+- Update to version 2013.2+git.1389788878.efbbef8:
+  + Remove extranous database migration runsSet my_ip addresses properly
@@ -58 +60 @@
-Tue Jan 14 12:31:36 UTC 2014 - cloud-de...@suse.de
+Tue Jan 14 12:31:02 UTC 2014 -  cloud-de...@suse.de
@@ -60 +62 @@
-- Update to latest git (cbcfc02):
+- Update to version 2013.2+git.1389702574.476cb5a:
@@ -64 +66 @@
-Tue Jan 14 10:38:06 UTC 2014 - cloud-de...@suse.de
+Tue Jan 14 10:37:28 UTC 2014 -  cloud-de...@suse.de
@@ -66 +68 @@
-- Update to latest git (6b7a6d9):
+- Update to version 2013.2+git.1389695705.4f42955:
@@ -71 +73 @@
-Tue Jan 14 00:39:33 UTC 2014 - cloud-de...@suse.de
+Tue Jan 14 00:43:43 UTC 2014 -  cloud-de...@suse.de
@@ -73,2 +75,2 @@
-- Update to latest git (a9dc3a1):
-  + Switch to Neutron handled security groups
+- Update to version 2013.2+git.1389636724.cf07be4:
+  + Fix group names / enable neutron security groups
@@ -75,0 +78,8 @@
+  + Switch to Neutron handled security groups
+  + Setup ML2 Neutron plugin for demo setup
+
+---
+Fri Jan 10 10:37:06 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2013.2+git.1389348819.a572e1f:
+  + Setup Keystone catalog in SQL
@@ -78 +87,0 @@
-  + Setup ML2 Neutron plugin for demo setup
@@ -81 +90 @@
-Thu Jan  2 18:55:22 UTC 2014 - cloud-de...@suse.de
+Thu Jan  2 18:49:06 UTC 201

commit openstack-quickstart for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-03-09 18:29:22

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
2014-01-30 17:44:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-03-09 18:29:23.0 +0100
@@ -1,0 +2,25 @@
+Sat Feb 22 00:39:47 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (72b2b3d):
+  + remove run_ssh on havana again
+
+---
+Fri Feb 21 00:45:01 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (76c0259):
+  + cleanup
+  + Fix Horizon setup
+
+---
+Thu Feb 13 09:13:38 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (71e5ddf):
+  + Enable use_namespaces consistently for dhcp and l3 agents
+
+---
+Sun Feb  2 01:02:05 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (cc1cb63):
+  + Install more neutron agents when running with tempest
+
+---

Old:

  openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz

New:

  openstack-quickstart-2013.2+git.1392990246.72b2b3d.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.TeQM3K/_old  2014-03-09 18:29:23.0 +0100
+++ /var/tmp/diff_new_pack.TeQM3K/_new  2014-03-09 18:29:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1390807680.5443a1f
+Version:2013.2+git.1392990246.72b2b3d
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz -> 
openstack-quickstart-2013.2+git.1392990246.72b2b3d.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.2+git.1392990246.72b2b3d/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
   2014-01-27 08:31:50.0 +0100
+++ 
new/openstack-quickstart-2013.2+git.1392990246.72b2b3d/scripts/openstack-quickstart-demosetup
   2014-02-22 01:39:45.0 +0100
@@ -128,8 +128,11 @@
 . /etc/bash.openstackrc
 setcreds admin $pw" >> /etc/bash.bashrc.local
 
-#NOTE(saschpe): Force resolution to avoid zypper ask for user-input where 'c' 
(cancel) would be the default (like packages replacing one another).
-install_packages --force-resolution patterns-OpenStack-controller 
patterns-OpenStack-compute-node patterns-OpenStack-clients 
patterns-OpenStack-network-node crudini psmisc openstack-nova-objectstore
+install_packages patterns-OpenStack-controller patterns-OpenStack-compute-node 
patterns-OpenStack-clients patterns-OpenStack-network-node crudini psmisc
+
+if [ "x$with_tempest" = "xyes" ]; then
+install_packages openstack-nova-objectstore openstack-neutron-lbaas-agent
+fi
 
 if [ "$DB" = "postgresql" ] ; then
 if grep -q "SUSE Linux Enterprise Server 11" /etc/SuSE-release; then
@@ -213,6 +216,7 @@
 fi
 
 grep -q -e vmx -e svm /proc/cpuinfo || MODE=lxc
+
 # use lxc or qemu, if kvm is unavailable
 if rpm -q openstack-nova-compute >/dev/null ; then
 if [ "$MODE" = lxc ] ; then
@@ -231,15 +235,17 @@
 fi
 
 # disable firewall before playing with ip_forward stuff
-rm -f /usr/lib/python*/site-packages/nova-iptables.lock.lock # workaround bug
+
 rm -f /var/lock/SuSEfirewall2.booting # workaround openSUSE bug
 if test -e /sbin/SuSEfirewall2; then
 SuSEfirewall2 stop# interferes with openstack's network/firewall
 stop_and_disable_service SuSEfirewall2_setup
 stop_and_disable_service SuSEfirewall2_init
 fi
+
 # activate ip-forwarding
 [ -e /etc/sysconfig/sysctl ] && sed -i -e 
's;IP_FORWARD="no";IP_FORWARD="yes";' /etc/sysconfig/sysctl
+
 if grep -q 'net.ipv4.ip_forward' /etc/sysctl.conf; then
  sed -i -e 's;net.ipv4.ip_forward.*;net.ipv4.ip_forward = 1;' 
/etc/sysctl.conf
 else
@@ -299,7 +305,7 @@
 a2enmod socache_shmcb
 a2enflag SSL
 
-
DASHBOARD_LOCAL_SET=/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
+
DASHBOARD_LOCAL_SET=/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py
 

commit openstack-quickstart for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-01-30 17:44:47

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
2014-01-23 15:50:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-01-30 17:44:48.0 +0100
@@ -1,0 +2,24 @@
+Wed Jan 29 09:12:33 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---
+Mon Jan 27 07:31:54 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (5443a1f):
+  + fixup! Extend range for fixed network
+
+---
+Fri Jan 24 13:01:49 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (27ea6a2):
+  + configure metadata agent
+  + Extend range for fixed network
+
+---
+Wed Jan 22 00:38:54 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (ebdcec1):
+  + Install all neutron plugins for tempest run
+
+---

Old:

  openstack-quickstart-2013.2+git.1389788956.9a72985.tar.gz

New:

  openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.2sAlcE/_old  2014-01-30 17:44:48.0 +0100
+++ /var/tmp/diff_new_pack.2sAlcE/_new  2014-01-30 17:44:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1389788956.9a72985
+Version:2013.2+git.1390807680.5443a1f
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.2sAlcE/_old  2014-01-30 17:44:48.0 +0100
+++ /var/tmp/diff_new_pack.2sAlcE/_new  2014-01-30 17:44:48.0 +0100
@@ -15,4 +15,8 @@
   
 openstack-quickstart
   
+
+  
+enable
+  
 

++ openstack-quickstart-2013.2+git.1389788956.9a72985.tar.gz -> 
openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1389788956.9a72985/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.2+git.1389788956.9a72985/etc/openstackquickstartrc
2014-01-16 01:53:19.0 +0100
+++ 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/etc/openstackquickstartrc
2014-01-27 02:43:38.0 +0100
@@ -12,7 +12,7 @@
 IP=127.0.0.1
 
 # this defines which addresses are assigned to VMs - should be part of your 
regular subnet, unless you arrange for routing
-testnet=10.10.134.16/29
+testnet=10.10.134.0/24
 
 # floating ip address, should not be a part of your network
 floatingnet=172.31.0.0/24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1389788956.9a72985/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.2+git.1389788956.9a72985/scripts/openstack-quickstart-demosetup
   2014-01-16 02:11:55.0 +0100
+++ 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
   2014-01-27 08:31:50.0 +0100
@@ -367,13 +367,14 @@
 ## setup nova configuration
 #-
 
-# replace default IP in all configuration files
 crudini --set /etc/nova/nova.conf database connection 
"$DB://nova:$mpw@$IP/nova"
 crudini --set /etc/nova/nova.conf DEFAULT glance_api_servers "$IP:9292"
 crudini --set /etc/nova/nova.conf DEFAULT novncproxy_base_url 
"http://$IP:6080/vnc_auto.html";
 crudini --set /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True
 crudini --set /etc/nova/nova.conf DEFAULT default_floating_pool ext
 crudini --set /etc/nova/nova.conf DEFAULT my_ip "$IP"
+metadata_secret=$(uuidgen)
+crudini --set /etc/nova/nova.conf DEFAULT neutron_metadata_proxy_shared_secret 
$metadata_secret
 
 extensions_path=$(ls -d /usr/lib*/python*/site-packages/extensions 2> 
/dev/null | head -n 1)
 if [ -n "$extensions_path" ]; then
@@ -435,9 +436,14 @@
 crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini 
linux_bridge physical_interface_mappings root-bridge:vefq,physnet1:eth0
 # c

commit openstack-quickstart for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-01-20 07:30:30

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-10-21 12:30:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-01-23 15:50:44.0 +0100
@@ -1,0 +2,53 @@
+Thu Jan 16 01:11:56 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (9a72985):
+  + Remove extranous database migration runs
+  + Set my_ip addresses properly
+
+---
+Tue Jan 14 12:31:36 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (cbcfc02):
+  + Set default floating_ip pool name
+
+---
+Tue Jan 14 10:38:06 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (6b7a6d9):
+  + Fix computev3 api port (contact nova, not neutron :-))
+  + set compute-admin password as well
+
+---
+Tue Jan 14 00:39:33 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (a9dc3a1):
+  + Switch to Neutron handled security groups
+  + Make script pass run with set -e again
+  + Add Ceilometer catalog information
+  + Correct Heat related endpoints
+  + Setup ML2 Neutron plugin for demo setup
+
+---
+Thu Jan  2 18:55:22 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (be6901c):
+  + Enable boot.lvm on SLE11 and older
+
+---
+Thu Dec 12 09:57:43 UTC 2013 - dmuel...@suse.com
+
+- update to latest git state 
+
+---
+Tue Dec 10 01:36:18 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (184a1d6):
+  + libvirt_type was renamed to virt_type
+
+---
+Thu Nov 21 01:11:38 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (e613180):
+  + Use zypper --force-resolution to install patterns.
+
+---

Old:

  devstack-master.tar.gz
  openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz

New:

  openstack-quickstart-2013.2+git.1389788956.9a72985.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.QuF9tr/_old  2014-01-23 15:50:45.0 +0100
+++ /var/tmp/diff_new_pack.QuF9tr/_new  2014-01-23 15:50:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openstack-quickstart
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1380614452.cc514df
+Version:2013.2+git.1389788956.9a72985
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
 Group:  System/Management
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Source0:%{name}-%{version}.tar.gz
-Source1:devstack-master.tar.gz
 Suggests:   patterns-OpenStack-clients
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
@@ -37,20 +36,13 @@
 Scripts and configs to easily generate an openstack demo setup.
 
 %prep
-%setup -q -a 1
+%setup -q
 
 %build
 
 %install
 make install DESTDIR=%{buildroot}
 
-# install some stuff from devstack
-ds=%{buildroot}/usr/lib/devstack
-for i in exercise.sh functions openrc stackrc eucarc exerciserc; do 
-  install -m 755 devstack-master/$i  $ds
-done
-cp -r devstack-master/exercises devstack-master/lib $ds
-
 %files
 %defattr(-,root,root)
 %{_sbindir}/openstack-quickstart-*

++ _service ++
--- /var/tmp/diff_new_pack.QuF9tr/_old  2014-01-23 15:50:45.0 +0100
+++ /var/tmp/diff_new_pack.QuF9tr/_new  2014-01-23 15:50:45.0 +0100
@@ -12,19 +12,6 @@
 gz
   
 
-  
-git://github.com/openstack-dev/devstack.git
-git
-.git
-master
-master
-  
-
-  
-devstack-master.tar
-gz
-  
-
   
 openstack-quickstart
   

++ openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz -> 
openstack-quickstart-2013.2+git.1389788956.9a72985.tar.gz ++
diff -

commit openstack-quickstart for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-10-21 12:30:34

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-09-16 16:23:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-10-21 12:30:35.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct  1 12:05:11 UTC 2013 - dmuel...@suse.com
+
+- update to latest git (cc514df):
+  + Set up Keystone V3 endpoint
+
+---
+Mon Sep 30 13:48:27 UTC 2013 - dmuel...@suse.com
+
+- change requires 
+
+---
+Sat Sep 28 00:53:30 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (2c030af):
+  + Use crudini instead of openstack-utils
+
+---
+Mon Sep 23 23:52:19 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (a7446e5):
+  + Configure Neutron configuration in Tempest properly
+
+---

Old:

  openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz

New:

  openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.RvbxGQ/_old  2013-10-21 12:30:36.0 +0200
+++ /var/tmp/diff_new_pack.RvbxGQ/_new  2013-10-21 12:30:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1379105044.0e0a541
+Version:2013.2+git.1380614452.cc514df
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
@@ -29,7 +29,7 @@
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
 Suggests:   patterns-OpenStack-network-node
-Requires:   openstack-utils
+Requires:   crudini
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.RvbxGQ/_old  2013-10-21 12:30:36.0 +0200
+++ /var/tmp/diff_new_pack.RvbxGQ/_new  2013-10-21 12:30:36.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@+git.%ct.%h
-master
+stable/havana
   
 
   

++ devstack-master.tar.gz ++
 3851 lines of diff (skipped)

++ openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz -> 
openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
2013-10-21 02:01:24.0 +0200
@@ -15,7 +15,7 @@
 testnet=10.10.134.16/29
 
 # floating ip address, should not be a part of your network
-floatingnet=172.31.0.0/29
+floatingnet=172.31.0.0/24
 
 # this defines which database to use
 #DB=mysql
@@ -23,6 +23,9 @@
 
 SERVICE_TOKEN=999888777666
 
+# Setup Horizon dashboard
+with_horizon=yes
+
 # Setup Tempest ?
 with_tempest=no
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh 
2013-10-21 02:01:24.0 +0200
@@ -70,14 +70,14 @@
 
 
 # Add Roles to Users in Tenants
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$ADMIN_TENANT
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$DEMO_TENANT
-keystone user-role-add --user_id $DEMO_USER --role_id $ANOTHER_ROLE 
--tenant_id $DEMO_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE --tenant-id 
$ADMIN_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE --tenant-id 
$DEMO_TENANT
+keystone user-role-add --user-id $DEMO_USER --role-id $ANOTHER_ROLE 
--tenant-id $DEMO_TENANT
 
 # The Member role is used by Horizon and Swift so w

commit openstack-quickstart for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-09-16 16:23:41

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-08-18 22:39:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-09-16 16:23:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 19:56:41 UTC 2013 - dmuel...@suse.com
+
+- Update to latest git (d30a080):
+  + Various fixes for openSUSE Factory
+
+---

Old:

  openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz

New:

  openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.HsD5hN/_old  2013-09-16 16:23:43.0 +0200
+++ /var/tmp/diff_new_pack.HsD5hN/_new  2013-09-16 16:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1373836091.200c026
+Version:2013.2+git.1379105044.0e0a541
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ devstack-master.tar.gz ++
 3887 lines of diff (skipped)

++ openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz -> 
openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1373836091.200c026/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.2+git.1373836091.200c026/etc/openstackquickstartrc
2013-08-07 02:08:37.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
2013-09-16 02:05:08.0 +0200
@@ -23,5 +23,8 @@
 
 SERVICE_TOKEN=999888777666
 
+# Setup Tempest ?
+with_tempest=no
+
 # network bridge devive name
 br=br0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1373836091.200c026/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.2+git.1373836091.200c026/scripts/openstack-quickstart-demosetup
   2013-08-07 02:08:37.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/openstack-quickstart-demosetup
   2013-09-16 02:05:08.0 +0200
@@ -42,7 +42,8 @@
 }
 
 function get_service_tenant_id () {
-   id=`OS_SERVICE_TOKEN=$SERVICE_TOKEN keystone tenant-get service | awk 
'/id/  { print $4 } '`
+   id=`keystone tenant-get service | awk '/id/  { print $4 } '`
+
echo $id
 }
 
@@ -51,7 +52,10 @@
 if [ -x $i ] ; then
 insserv $1
 $i restart
+$i status
+[ $? -eq 3 ] && { "Service $i is not running"; exit 1; }
 fi
+
 }
 
 function stop_and_disable_service () {
@@ -216,49 +220,76 @@
 /etc/init.d/network start
 fi
 
-# configure dashboard/apache sample configuration from the package:
-install -m 644 /etc/apache2/conf.d/openstack-dashboard.conf{.sample,}
-a2enmod rewrite
-a2enmod ssl
-a2enmod wsgi
-a2enflag SSL
-
-DASHBOARD_LOCAL_SET=/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
-if grep -q "^\s*CACHE_BACKEND" $DASHBOARD_LOCAL_SET ; then
-sed -i "s|^\s*CACHE_BACKEND.*$|CACHE_BACKEND = 
'memcached://127.0.0.1:11211/'|" $DASHBOARD_LOCAL_SET
-else
-echo "CACHE_BACKEND = 'memcached://127.0.0.1:11211/'" >> 
$DASHBOARD_LOCAL_SET
-fi
 
-if [ "$DB" = "postgresql" ] ; then
-cat >> $DASHBOARD_LOCAL_SET <> 
$DASHBOARD_LOCAL_SET
+fi
+
+if [ "$DB" = "postgresql" ] ; then
+cat >> $DASHBOARD_LOCAL_SET <> $DASHBOARD_LOCAL_SET
-fi
-# Use 'secure' session and CSRF cookies (bnc#753582):
-cat >> $DASHBOARD_LOCAL_SET > $DASHBOARD_LOCAL_SET
+fi
+# Use 'secure' session and CSRF cookies (bnc#753582):
+cat >> $DASHBOARD_LOCAL_SET 

commit openstack-quickstart for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-08-18 22:39:05

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-07-02 12:26:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-08-18 22:39:07.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 14 23:50:47 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (200c026):
+  + Setup heat
+  + add missing comment
+  + Setup database connection in neutron
+
+---

Old:

  openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz

New:

  devstack-master.tar.gz
  openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.QSBPIE/_old  2013-08-18 22:39:08.0 +0200
+++ /var/tmp/diff_new_pack.QSBPIE/_new  2013-08-18 22:39:08.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   openstack-quickstart
-Version:2013.1+git.1370075232.e1b6374
+Version:2013.2+git.1373836091.200c026
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
 Group:  System/Management
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Source0:%{name}-%{version}.tar.gz
+Source1:devstack-master.tar.gz
 Suggests:   patterns-OpenStack-clients
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
@@ -36,16 +37,23 @@
 Scripts and configs to easily generate an openstack demo setup.
 
 %prep
-%setup -q
+%setup -q -a 1
 
 %build
 
 %install
 make install DESTDIR=%{buildroot}
 
+# install some stuff from devstack
+ds=%{buildroot}/usr/lib/devstack
+for i in exercise.sh functions openrc stackrc eucarc exerciserc; do 
+  install -m 755 devstack-master/$i  $ds
+done
+cp -r devstack-master/exercises devstack-master/lib $ds
+
 %files
 %defattr(-,root,root)
-%config %{_sbindir}/openstack-quickstart-*
+%{_sbindir}/openstack-quickstart-*
 %{_sbindir}/openstack-loopback-lvm
 %{_bindir}/getkstoken
 /usr/lib/devstack

++ _service ++
--- /var/tmp/diff_new_pack.QSBPIE/_old  2013-08-18 22:39:08.0 +0200
+++ /var/tmp/diff_new_pack.QSBPIE/_new  2013-08-18 22:39:08.0 +0200
@@ -12,6 +12,19 @@
 gz
   
 
+  
+git://github.com/openstack-dev/devstack.git
+git
+.git
+master
+master
+  
+
+  
+devstack-master.tar
+gz
+  
+
   
 openstack-quickstart
   

++ openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz -> 
openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.1+git.1370075232.e1b6374/etc/bash.openstackrc 
new/openstack-quickstart-2013.2+git.1373836091.200c026/etc/bash.openstackrc
--- old/openstack-quickstart-2013.1+git.1370075232.e1b6374/etc/bash.openstackrc 
2013-06-02 02:02:52.0 +0200
+++ new/openstack-quickstart-2013.2+git.1373836091.200c026/etc/bash.openstackrc 
2013-08-07 02:08:37.0 +0200
@@ -1,44 +1,27 @@
-# adjusted by bmw
-# default credentials for SUSE OpenStack appliance
+# default credentials for SUSE OpenStack Appliance
 
 # input: optional username
 # input: optional password
-# sets required variables for nova, will read from stdin if param not given
+# sets required variables for OpenStack services, reads from stdin if not given
 function setcreds() {
-   export NOVA_PROJECT_ID=$1
-   if [ -z "$NOVA_PROJECT_ID" ] ; then
+   export OS_USERNAME=$1
+   if [ -z "$OS_USERNAME" ] ; then
echo -n "username: "
-   read NOVA_PROJECT_ID
+   read OS_USERNAME
fi
-   export NOVA_USERNAME=$NOVA_PROJECT_ID
-   export NOVA_API_KEY=$2
-   if [ -z "$NOVA_API_KEY" ] ; then
+   export OS_PASSWORD=$2
+   if [ -z "$OS_PASSWORD" ] ; then
echo "password (will not be echoed): "
-   read -s NOVA_API_KEY
+   read -s OS_PASSWORD
fi
-   export EC2_ACCESS_KEY=$NOVA_PROJECT_ID
-   export EC2_SECRET_KEY=$NOVA_API_KEY
-   # for glance/keystone
-   export OS_AUTH_USER=$NOVA_USERNAME
-   export OS_USERNAME=$NOVA_USERNAME
-   export OS_TENANT_NAME=$NOVA_PROJECT_ID
-   export OS_AUTH_KEY=$NOVA_API_KEY
-   export OS_PASSWORD=$NOVA_API_KEY
-   export OS_AUTH_TENANT=$NOVA_PROJECT_ID
-   ex

commit openstack-quickstart for openSUSE:Factory

2013-07-02 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-07-02 12:26:32

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-06-13 17:27:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-07-02 12:26:33.0 +0200
@@ -2 +2 @@
-Sun Jun  2 00:06:25 UTC 2013 - cloud-de...@suse.de
+Sun Jun  2 00:02:54 UTC 2013 - cloud-de...@suse.de
@@ -4 +4 @@
-- Update to latest git (fd01d7f):
+- Update to latest git (e1b6374):
@@ -8 +8 @@
-Thu May 16 13:29:43 UTC 2013 - cloud-de...@suse.de
+Wed May 15 09:02:05 UTC 2013 - cloud-de...@suse.de
@@ -10,4 +10 @@
-- 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.
+- Update to latest git (f24617b):
@@ -17 +14 @@
-Wed May  8 13:20:58 UTC 2013 - cloud-de...@suse.de
+Wed May  8 13:19:50 UTC 2013 - cloud-de...@suse.de
@@ -19 +16 @@
-- Update to latest git (37c2473):
+- Update to latest git (df9e4d1):
@@ -20,0 +18,16 @@
+
+---
+Thu May  2 23:52:38 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (9628642):
+  + replace -c column_name to -F column_name to work on SLES11
+  + Apply SLES11 specific DNSMASQ class in dhcp-agent
+
+---
+Thu Apr 25 23:57:51 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (d4c9ee7):
+  + Fix name of novncproxy init script
+  + open-iscsi init script got renamed to iscsid
+  + Also start openstack-nova-console service
+  + Implement support for grizzly and quantum with linuxbridge.

Old:

  openstack-quickstart-2013.1+git.1370075361.fd01d7f.tar.gz

New:

  openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.MfcZcp/_old  2013-07-02 12:26:34.0 +0200
+++ /var/tmp/diff_new_pack.MfcZcp/_new  2013-07-02 12:26:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.1+git.1370075361.fd01d7f
+Version:2013.1+git.1370075232.e1b6374
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.MfcZcp/_old  2013-07-02 12:26:34.0 +0200
+++ /var/tmp/diff_new_pack.MfcZcp/_new  2013-07-02 12:26:34.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@+git.%ct.%h
-stable/grizzly
+master
   
 
   

++ openstack-quickstart-2013.1+git.1370075361.fd01d7f.tar.gz -> 
openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz ++

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



commit openstack-quickstart for openSUSE:Factory

2013-06-13 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-06-13 17:27:49.0 +0200
@@ -1,0 +2,15 @@
+Sun Jun  2 00:06:25 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (fd01d7f):
+  + Revert "Apply SLES11 specific DNSMASQ class in dhcp-agent"
+
+---
+Thu May 16 13:29:43 UTC 2013 - cloud-de...@suse.de
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.Lp1eK5/_new  2013-06-13 17:27:49.0 +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.0 +0200
+++ 
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-loopback-lvm
   2013-06-02 02:02:52.0 +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.0 +0200
+++ 
new/openstack-quickstart-2013.1+git.1370075361.fd01d7f/scripts/openstack-quickstart-demosetup
   2013-06-02 02:06:24.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-quickstart for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-05-16 16:32:17

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-04-29 14:10:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-05-16 16:32:19.0 +0200
@@ -1,0 +2,6 @@
+Wed May  8 13:20:58 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (37c2473):
+  + Fix bridge name for upstream interface.
+
+---

Old:

  openstack-quickstart-2013.1+git.1363345119.cf8af8b.tar.gz

New:

  openstack-quickstart-2013.1+git.1368019210.37c2473.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.PlInWA/_old  2013-05-16 16:32:20.0 +0200
+++ /var/tmp/diff_new_pack.PlInWA/_new  2013-05-16 16:32:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.1+git.1363345119.cf8af8b
+Version:2013.1+git.1368019210.37c2473
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.PlInWA/_old  2013-05-16 16:32:20.0 +0200
+++ /var/tmp/diff_new_pack.PlInWA/_new  2013-05-16 16:32:20.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@+git.%ct.%h
-master
+stable/grizzly
   
 
   

++ openstack-quickstart-2013.1+git.1363345119.cf8af8b.tar.gz -> 
openstack-quickstart-2013.1+git.1368019210.37c2473.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/etc/bash.openstackrc 
new/openstack-quickstart-2013.1+git.1368019210.37c2473/etc/bash.openstackrc
--- old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/etc/bash.openstackrc 
2013-02-27 13:08:22.0 +0100
+++ new/openstack-quickstart-2013.1+git.1368019210.37c2473/etc/bash.openstackrc 
2013-05-08 01:51:10.0 +0200
@@ -42,4 +42,3 @@
 export SERVICE_ENDPOINT=http://127.0.0.1:35357/v2.0
 # don't put secrets in world readable files - this line is just for reference
 #export SERVICE_TOKEN=999888777666
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.1+git.1368019210.37c2473/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/etc/openstackquickstartrc
2013-02-27 13:08:22.0 +0100
+++ 
new/openstack-quickstart-2013.1+git.1368019210.37c2473/etc/openstackquickstartrc
2013-05-08 01:51:10.0 +0200
@@ -14,6 +14,9 @@
 # this defines which addresses are assigned to VMs - should be part of your 
regular subnet, unless you arrange for routing
 testnet=10.10.134.16/29
 
+# floating ip address, should not be a part of your network
+floatingnet=172.31.0.0/29
+
 # this defines which database to use
 #DB=mysql
 DB=postgresql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.1+git.1363345119.cf8af8b/scripts/openstack-quickstart-demosetup
   2013-03-17 01:16:08.0 +0100
+++ 
new/openstack-quickstart-2013.1+git.1368019210.37c2473/scripts/openstack-quickstart-demosetup
   2013-05-08 15:20:57.0 +0200
@@ -1,11 +1,14 @@
 #!/bin/bash -x
 
+# for development testing
+PREFIX=
+
 # go in a directory everybody can access
 # (postgresql commands usually have a 'could not change to "$PWD"' error
 # message if the postgres user cannot have access to $PWD...)
 cd /
 
-. /etc/openstackquickstartrc
+. $PREFIX/etc/openstackquickstartrc
 ADMIN_PASSWORD=$pw
 SERVICE_HOST=$IP
 
@@ -33,7 +36,103 @@
 su - $1 -s /bin/bash -c "$2"
 }
 
+function get_router_id () {
+eval `quantum router-show -f shell -c id main`
+echo $id
+}
+
+function get_service_tenant_id () {
+   id=`OS_SERVICE_TOKEN=$SERVICE_TOKEN keystone tenant-get service | awk 
'/id/  { print $4 } '`
+   echo $id
+}
+
+function start_and_enable_service () {
+i=/etc/init.d/$1
+if [ -x $i ] ; then
+insserv $1
+$i restart
+fi
+}
+
+function stop_and_disable_service () {
+i=/etc/init.d/$1

commit openstack-quickstart for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-04-29 14:10:21

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "radma...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-03-25 20:41:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-04-29 14:10:22.0 +0200
@@ -2 +2 @@
-Fri Mar 15 11:09:05 UTC 2013 - cloud-de...@suse.de
+Sun Mar 17 00:16:08 UTC 2013 - cloud-de...@suse.de
@@ -4 +4 @@
-- Update to latest git (96c1d32):
+- Update to latest git (cf8af8b):
@@ -8 +8 @@
-Mon Mar 11 12:58:48 UTC 2013 - cloud-de...@suse.de
+Mon Mar 11 13:05:30 UTC 2013 - cloud-de...@suse.de
@@ -10 +10,2 @@
-- Update to latest git (657d782):
+- Update to latest git (9b7cd13):
+  + Run *-manage tools as the respective user for each service
@@ -14 +15 @@
-Thu Feb  7 18:38:37 UTC 2013 - cloud-de...@suse.de
+Mon Mar 11 10:03:15 UTC 2013 - cloud-de...@suse.de
@@ -16,3 +17,3 @@
-- Update to latest git (cb0fbe8):
-  + Enalbe Cinder and Swift Service endpoints
-  + Setup Cinder properly
+- Update to latest git (073d42e):
+  + Only install postgresql91-server on SLE11, not on openSUSE
+  + Fix typo that was breaking the "nova secgroup-*" calls at the end
@@ -21 +22 @@
-Wed Jan 30 07:48:46 UTC 2013 - cloud-de...@suse.de
+Fri Mar  8 09:09:10 UTC 2013 - vu...@suse.com
@@ -23,2 +24,57 @@
-- Update to latest git (95d7088):
-  + Fill in values in the cinder/api-paste.ini templatae
+- Add patterns-OpenStack-clients and
+  patterns-OpenStack-network-node Suggests as we'll get them
+  installed with the demosetup script.
+
+---
+Tue Mar  5 16:56:53 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (943d412):
+  + Don't set keystone catalog default driver.
+  + Don't chown /var/lib/keystone.
+  + Don't set glance flavour=keystone, done in package
+  + Use openstack-config for setting lxc libvirt_type.
+  + Shameless tab-killing spree
+
+---
+Thu Feb 14 16:17:16 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (fab4032):
+  + Don't fix keystone/glance directory ownership errors here
+  + Set nova.volume.cinder.API as nova's volume_api_class
+  + Revert "Set nova.volume.cinder.API as nova's volume_api_class"
+  + less error messages during execution
+  + use openstack-config to setup values
+  + cleanup
+  + also start the quantum server
+  + also install clients and network node pattern
+
+---
+Thu Feb  7 18:05:01 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (1df2290):
+  + abort if a package couldn't be installed
+  + Configure Cinder properly
+  + Enable Cinder, Quantum, Swift and Heat Service endpoints
+
+---
+Thu Feb  7 14:53:44 UTC 2013 - dmuel...@suse.com
+
+- require openstack-utils for the demosetup
+
+---
+Mon Feb  4 14:40:00 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (0b1ec58):
+  + openstack dashboard moved to /usr/share
+  + Stop manipulating /etc/sudoers.
+
+---
+Wed Jan 23 09:23:10 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (d3a5de9):
+  + Lotsa fixes
+
+---
+Mon Jan 14 15:08:31 UTC 2013 - sasc...@suse.de
+
+- Move to master branch (from stable/folsom)

Old:

  openstack-quickstart-2012.2+git.1363345658.96c1d32.tar.gz

New:

  openstack-quickstart-2013.1+git.1363345119.cf8af8b.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.M410hC/_old  2013-04-29 14:10:24.0 +0200
+++ /var/tmp/diff_new_pack.M410hC/_new  2013-04-29 14:10:24.0 +0200
@@ -16,17 +16,19 @@
 #
 
 
-
 Name:   openstack-quickstart
-Version:2012.2+git.1363345658.96c1d32
+Version:2013.1+git.1363345119.cf8af8b
 Release:0
-License:MIT
 Summary:OpenStack Quickstart
-Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
+License:MIT
 Group:  System/Management
+Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Source0:%{name}-%{version}.tar.gz
+Suggests:   patterns-OpenStack-clients
 Suggests:   patterns-OpenStack-compute-node
 Sugge

commit openstack-quickstart for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-03-25 20:40:16

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "radma...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-02-22 16:56:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-03-25 20:41:44.0 +0100
@@ -1,0 +2,12 @@
+Fri Mar 15 11:09:05 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (96c1d32):
+  + configure tgt for cinder
+
+---
+Mon Mar 11 12:58:48 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (657d782):
+  + Do not run mysql in cleanup if the binary is not there
+
+---

Old:

  openstack-quickstart-2012.2+git.1360262230.cb0fbe8.tar.gz

New:

  openstack-quickstart-2012.2+git.1363345658.96c1d32.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.ck4xET/_old  2013-03-25 20:41:45.0 +0100
+++ /var/tmp/diff_new_pack.ck4xET/_new  2013-03-25 20:41:45.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   openstack-quickstart
-Version:2012.2+git.1360262230.cb0fbe8
+Version:2012.2+git.1363345658.96c1d32
 Release:0
 License:MIT
 Summary:OpenStack Quickstart

++ openstack-quickstart-2012.2+git.1360262230.cb0fbe8.tar.gz -> 
openstack-quickstart-2012.2+git.1363345658.96c1d32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-democleanup
 
new/openstack-quickstart-2012.2+git.1363345658.96c1d32/scripts/openstack-quickstart-democleanup
--- 
old/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-democleanup
 2013-02-07 18:53:07.0 +0100
+++ 
new/openstack-quickstart-2012.2+git.1363345658.96c1d32/scripts/openstack-quickstart-democleanup
 2013-03-11 14:05:29.0 +0100
@@ -17,7 +17,7 @@
 for n in nova keystone glance horizon ; do
sudo -u postgres dropdb $n
sudo -u postgres dropuser $n
-echo "drop database $n;" | mysql
+which mysql &> /dev/null && echo "drop database $n;" | mysql
 done
 
 for m in /var/lib/nova/instances/*/rootfs ; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2012.2+git.1363345658.96c1d32/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-demosetup
   2013-02-07 19:38:06.0 +0100
+++ 
new/openstack-quickstart-2012.2+git.1363345658.96c1d32/scripts/openstack-quickstart-demosetup
   2013-03-15 12:09:05.0 +0100
@@ -167,6 +167,10 @@
 grep -q nova-rootwrap /etc/sudoers || echo "openstack-nova ALL=(ALL) 
NOPASSWD:/usr/bin/nova-rootwrap" >> /etc/sudoers
 grep -q cinder-rootwrap /etc/sudoers || echo "openstack-cinder ALL=(ALL) 
NOPASSWD:/usr/bin/cinder-rootwrap" >> /etc/sudoers
 
+# configure tgt for cinder
+grep -q "include /var/lib/cinder/volumes" /etc/tgt/targets.conf || echo 
"include /var/lib/cinder/volumes/*" >> /etc/tgt/targets.conf
+rctgtd restart
+
 perl -i -pe "s/%SERVICE_TOKEN%/$SERVICE_TOKEN/;" /etc/nova/api-paste.ini # 
obsolete 2012-03-19?
 for m in cinder nova glance ; do
sed -i -e 's/%SERVICE_TENANT_NAME%/service/' -e "s/%SERVICE_USER%/$m/" 
-e "s/%SERVICE_PASSWORD%/$SERVICE_TOKEN\nadmin_token = $SERVICE_TOKEN/" 
/etc/$m/*.ini /etc/$m/*.conf

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



commit openstack-quickstart for openSUSE:Factory

2013-02-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-02-22 16:56:57

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "radma...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-01-30 11:18:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-02-22 16:56:59.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  7 18:38:37 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (cb0fbe8):
+  + Enalbe Cinder and Swift Service endpoints
+  + Setup Cinder properly
+
+---

Old:

  openstack-quickstart-2012.2+git.1358781673.95d7088.tar.gz

New:

  openstack-quickstart-2012.2+git.1360262230.cb0fbe8.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.ymofJY/_old  2013-02-22 16:57:00.0 +0100
+++ /var/tmp/diff_new_pack.ymofJY/_new  2013-02-22 16:57:00.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   openstack-quickstart
-Version:2012.2+git.1358781673.95d7088
-Release:1
+Version:2012.2+git.1360262230.cb0fbe8
+Release:0
 License:MIT
 Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart

++ openstack-quickstart-2012.2+git.1358781673.95d7088.tar.gz -> 
openstack-quickstart-2012.2+git.1360262230.cb0fbe8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1358781673.95d7088/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2012.2+git.1358781673.95d7088/scripts/openstack-quickstart-demosetup
   2013-01-25 12:14:32.0 +0100
+++ 
new/openstack-quickstart-2012.2+git.1360262230.cb0fbe8/scripts/openstack-quickstart-demosetup
   2013-02-07 19:38:06.0 +0100
@@ -161,6 +161,9 @@
 echo "osapi_extensions_path=" >> /etc/nova/nova.conf
 fi
 
+# configure cinder
+sed -i -e "s,#*[ 
]*sql_connection=.*,sql_connection=$DB://cinder:${mpw}@${IP}/cinder," 
/etc/cinder/cinder.conf
+
 grep -q nova-rootwrap /etc/sudoers || echo "openstack-nova ALL=(ALL) 
NOPASSWD:/usr/bin/nova-rootwrap" >> /etc/sudoers
 grep -q cinder-rootwrap /etc/sudoers || echo "openstack-cinder ALL=(ALL) 
NOPASSWD:/usr/bin/cinder-rootwrap" >> /etc/sudoers
 
@@ -192,7 +195,7 @@
fi
fi
sudo -u postgres dropdb keystone # needed for keystone_data.sh
-   for DBNAME in nova keystone glance horizon ; do
+   for DBNAME in nova cinder keystone glance horizon ; do
# use ALTER if CREATE fails: the role probably already exists
# in that case
sudo -u postgres psql -c "CREATE ROLE $DBNAME PASSWORD '$mpw' 
LOGIN;" || \
@@ -204,7 +207,7 @@
insserv postgresql
 else
echo | mysql -u root || pwquery=-p
-   for DBNAME in nova keystone glance horizon ; do
+   for DBNAME in nova cinder keystone glance horizon ; do
echo "
set global character_set_server=latin1;
set session character_set_server=latin1;
@@ -307,7 +310,7 @@
 
 # 2012-02-28 keystone light setup
 /etc/init.d/openstack-keystone restart
-ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,horizon,mysql,rabbit}
+ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-vol,c-api,n-sch,n-novnc,n-xvnc,horizon,swift,mysql,rabbit}
 KEYSTONE_AUTH_HOST=${KEYSTONE_AUTH_HOST:-$SERVICE_HOST}
 KEYSTONE_AUTH_PORT=${KEYSTONE_AUTH_PORT:-35357}
 KEYSTONE_AUTH_PROTOCOL=${KEYSTONE_AUTH_PROTOCOL:-http}

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



commit openstack-quickstart for openSUSE:Factory

2013-01-30 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-01-30 11:18:01

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "radma...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-01-14 09:43:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-01-30 11:18:05.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 07:48:46 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (95d7088):
+  + Fill in values in the cinder/api-paste.ini templatae
+
+---

Old:

  openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz

New:

  openstack-quickstart-2012.2+git.1358781673.95d7088.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.0azRBF/_old  2013-01-30 11:18:06.0 +0100
+++ /var/tmp/diff_new_pack.0azRBF/_new  2013-01-30 11:18:06.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   openstack-quickstart
-Version:2012.2+git.1357911807.7e19698
-Release:0
+Version:2012.2+git.1358781673.95d7088
+Release:1
 License:MIT
 Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart

++ openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz -> 
openstack-quickstart-2012.2+git.1358781673.95d7088.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1357911807.7e19698/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2012.2+git.1358781673.95d7088/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2012.2+git.1357911807.7e19698/scripts/openstack-quickstart-demosetup
   2013-01-11 14:46:53.0 +0100
+++ 
new/openstack-quickstart-2012.2+git.1358781673.95d7088/scripts/openstack-quickstart-demosetup
   2013-01-25 12:14:32.0 +0100
@@ -165,7 +165,7 @@
 grep -q cinder-rootwrap /etc/sudoers || echo "openstack-cinder ALL=(ALL) 
NOPASSWD:/usr/bin/cinder-rootwrap" >> /etc/sudoers
 
 perl -i -pe "s/%SERVICE_TOKEN%/$SERVICE_TOKEN/;" /etc/nova/api-paste.ini # 
obsolete 2012-03-19?
-for m in nova glance ; do
+for m in cinder nova glance ; do
sed -i -e 's/%SERVICE_TENANT_NAME%/service/' -e "s/%SERVICE_USER%/$m/" 
-e "s/%SERVICE_PASSWORD%/$SERVICE_TOKEN\nadmin_token = $SERVICE_TOKEN/" 
/etc/$m/*.ini /etc/$m/*.conf
 done
 

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



commit openstack-quickstart for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-01-14 09:43:43

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-12-19 11:18:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-01-14 09:43:46.0 +0100
@@ -1,0 +2,28 @@
+Fri Jan 11 13:46:56 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (7e19698):
+  + Add cinder-rootwrap line to /etc/sudoers
+
+---
+Fri Jan 11 13:22:08 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (6cb26b5):
+  + Use individual cinder init scripts
+
+---
+Fri Jan 11 09:15:34 UTC 2013 - sasc...@suse.de
+
+- Switch to stable/folsom upstream branch
+- Update to latest git (272d661):
+  + Use cinder instead of nova volume
+  + Postgresql fixes
+
+---
+Tue Jan  8 12:28:58 UTC 2013 - jenk...@suse.de
+
+- Update to latest git (8af2c28):
+  + adapt nova conf syntax
+  + updates for Folsom glance
+  + better cleanup
+
+---

Old:

  openstack-quickstart-2012.2+git.1355147147.9fef994.tar.gz

New:

  openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.9EItIB/_old  2013-01-14 09:43:47.0 +0100
+++ /var/tmp/diff_new_pack.9EItIB/_new  2013-01-14 09:43:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openstack-quickstart
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
 
 
 Name:   openstack-quickstart
-Version:2012.2+git.1355147147.9fef994
-Release:1
+Version:2012.2+git.1357911807.7e19698
+Release:0
 License:MIT
 Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart

++ _service ++
--- /var/tmp/diff_new_pack.9EItIB/_old  2013-01-14 09:43:47.0 +0100
+++ /var/tmp/diff_new_pack.9EItIB/_new  2013-01-14 09:43:47.0 +0100
@@ -3,12 +3,8 @@
 git://github.com/SUSE-Cloud/openstack-quickstart.git
 git
 .git
-.gitreview
-git-stable
-2012.2+git.%ct.%h
-
-
-master
+@PARENT_TAG@+git.%ct.%h
+stable/folsom
   
 
   

++ openstack-quickstart-2012.2+git.1355147147.9fef994.tar.gz -> 
openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1355147147.9fef994/README.md 
new/openstack-quickstart-2012.2+git.1357911807.7e19698/README.md
--- old/openstack-quickstart-2012.2+git.1355147147.9fef994/README.md
2012-12-10 17:54:37.0 +0100
+++ new/openstack-quickstart-2012.2+git.1357911807.7e19698/README.md
2013-01-11 14:46:53.0 +0100
@@ -1,4 +1,14 @@
 openstack-quickstart
 
 
-Scripts and configs to easily generate an OpenStack demo setup
\ No newline at end of file
+Scripts and configs to easily generate an OpenStack demo setup. You should not 
run these
+on a production machine because they heavily modify your system, use a VM if 
in doubt.
+
+To deploy a single node cloud it is sufficient to run:
+
+  /usr/sbin/openstack-quickstart-demosetup
+
+Additionally, you can deploy further compute nodes by invoking (on a different 
machine / VM):
+
+  /usr/sbin/openstack-quickstart-extranodesetup
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1355147147.9fef994/scripts/keystone_data.sh 
new/openstack-quickstart-2012.2+git.1357911807.7e19698/scripts/keystone_data.sh
--- 
old/openstack-quickstart-2012.2+git.1355147147.9fef994/scripts/keystone_data.sh 
2012-12-10 17:54:37.0 +0100
+++ 
new/openstack-quickstart-2012.2+git.1357911807.7e19698/scripts/keystone_data.sh 
2013-01-11 14:46:53.0 +0100
@@ -9,16 +9,25 @@
 # service  nova  admin, [ResellerAdmin (swift only)]
 # service  quantum   admin

commit openstack-quickstart for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2012-12-19 11:18:20

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-11-21 17:04:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2012-12-19 11:18:46.0 +0100
@@ -2 +2 @@
-Tue Nov 13 09:36:29 UTC 2012 - bwiedem...@suse.com
+Mon Dec 10 16:54:38 UTC 2012 - jenk...@suse.de
@@ -4 +4,14 @@
-- fix postgresql 8/9 check
+- Update to latest git (9fef994):
+  + Minor cleanups
+  + Some postgresql-related fixes
+  + Change current directory to /
+  + make bridge name configurable
+  + set x bit on scripts
+  + fix postgresql 8/9 check for openSUSE
+
+---
+Tue Dec  4 15:13:15 UTC 2012 - vu...@suse.com
+
+- Move the source to git:
+  https://github.com/SUSE-Cloud/openstack-quickstart
+- Use _service to package the sources from git.

Old:

  COPYING
  bash.openstackrc
  getkstoken
  keystone_data.sh
  openstack-loopback-lvm
  openstack-quickstart-democleanup
  openstack-quickstart-demosetup
  openstack-quickstart-extranodesetup
  openstackquickstartrc

New:

  _service
  openstack-quickstart-2012.2+git.1355147147.9fef994.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.QJDBmi/_old  2012-12-19 11:18:47.0 +0100
+++ /var/tmp/diff_new_pack.QJDBmi/_new  2012-12-19 11:18:47.0 +0100
@@ -16,45 +16,30 @@
 #
 
 
+
 Name:   openstack-quickstart
-Version:2011.3
-Release:0
-Summary:OpenStack Quickstart
+Version:2012.2+git.1355147147.9fef994
+Release:1
 License:MIT
-Group:  System/Management
+Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
-BuildArch:  noarch
-Source: openstack-quickstart-demosetup
-Source1:openstack-quickstart-extranodesetup
-Source2:openstack-loopback-lvm
-Source3:getkstoken
-Source4:keystone_data.sh
-Source5:openstack-quickstart-democleanup
-Source10:   bash.openstackrc
-Source11:   openstackquickstartrc
-Source100:  COPYING
-Suggests:   patterns-OpenStack-controller patterns-OpenStack-compute-node
+Group:  System/Management
+Source0:%{name}-%{version}.tar.gz
+Suggests:   patterns-OpenStack-compute-node
+Suggests:   patterns-OpenStack-controller
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
-Includes scripts and configs to easily generate an openstack demo
-setup.
+Scripts and configs to easily generate an openstack demo setup.
 
 %prep
+%setup -q
 
 %build
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_sbindir} 
%{buildroot}%{_bindir} %{buildroot}/usr/lib/devstack
-install -p -m 755 %{SOURCE0} %{buildroot}%{_sbindir}
-install -p -m 755 %{SOURCE1} %{buildroot}%{_sbindir}
-install -p -m 755 %{SOURCE2} %{buildroot}%{_sbindir}
-install -p -m 755 %{SOURCE5} %{buildroot}%{_sbindir}
-install -p -m 755 %{SOURCE3} %{buildroot}%{_bindir}
-install -p -m 755 %{SOURCE4} %{buildroot}/usr/lib/devstack
-install -p -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}
-install -p -m 600 %{SOURCE11} %{buildroot}%{_sysconfdir}
-cp -a %{SOURCE100} .
+make install DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)

++ _service ++

  
git://github.com/SUSE-Cloud/openstack-quickstart.git
git
.git
.gitreview
git-stable
2012.2+git.%ct.%h


master
  

  
openstack-quickstart-*git*.tar
gz
  

  
openstack-quickstart
  

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



commit openstack-quickstart for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2012-11-21 17:04:12

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-10-23 19:41:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2012-11-21 17:04:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 09:36:29 UTC 2012 - bwiedem...@suse.com
+
+- fix postgresql 8/9 check
+
+---



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.pETPJl/_old  2012-11-21 17:04:15.0 +0100
+++ /var/tmp/diff_new_pack.pETPJl/_new  2012-11-21 17:04:15.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   openstack-quickstart
 Version:2011.3
 Release:0
-License:MIT
 Summary:OpenStack Quickstart
-Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
+License:MIT
 Group:  System/Management
+Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 BuildArch:  noarch
 Source: openstack-quickstart-demosetup
 Source1:openstack-quickstart-extranodesetup

++ openstack-quickstart-demosetup ++
--- /var/tmp/diff_new_pack.pETPJl/_old  2012-11-21 17:04:15.0 +0100
+++ /var/tmp/diff_new_pack.pETPJl/_new  2012-11-21 17:04:15.0 +0100
@@ -182,7 +182,7 @@
echo "listen_addresses = '*'" >> $DATADIR/postgresql.conf
echo "host all all 0.0.0.0/0 md5  sameuser" >> 
$DATADIR/pg_hba.conf
echo "host all all  ::/0 md5  sameuser" >> 
$DATADIR/pg_hba.conf
-   if rpm -q postgresql|grep -q postgresql-9 ; then
+   if ! rpm -q postgresql | grep -q postgresql-8 ; then
sed -i 's/\s*sameuser$//' $DATADIR/pg_hba.conf # adapt 
config syntax to postgresql-9
fi
fi

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



commit openstack-quickstart for openSUSE:Factory

2012-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2012-10-23 19:41:27

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-02-14 13:07:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2012-10-23 19:41:30.0 +0200
@@ -1,0 +2,102 @@
+Tue Aug 14 11:36:09 UTC 2012 - bwiedem...@suse.com
+
+- export OS_TENANT_NAME for new glanceclient
+
+---
+Tue Aug  7 13:46:38 UTC 2012 - bwiedem...@suse.com
+
+- fix dashboard to use SSL,
+  but not use secure cookies without SSL
+
+---
+Fri Jul 27 12:03:03 UTC 2012 - cth...@suse.com
+
+- update keystone_data.sh from upstream devstack (stable/essex branch)
+
+---
+Thu Jul 19 11:17:41 UTC 2012 - cth...@suse.com
+
+- change libvirt to run qemu as user qemu
+
+---
+Fri Jul  6 13:12:51 UTC 2012 - sasc...@suse.de
+
+- fix pg_hba.conf 'horizon' database name
+
+---
+Fri Jun 22 08:15:35 UTC 2012 - bwiedem...@suse.com
+
+- allow nova-rootwrap
+
+---
+Wed Jun 13 13:12:00 UTC 2012 - sasc...@suse.de
+
+- Use SSL-enabled vhost with a self-signed certificate for dashboard
+- Use secure session and csrf cookies in dashboard Django config
+
+---
+Tue Jun 12 11:14:53 UTC 2012 - sasc...@suse.de
+
+- Use system users prefixed with 'openstack-'
+
+---
+Tue Jun  5 13:38:33 UTC 2012 - bwiedem...@suse.com
+
+- allow to force lxc mode
+
+---
+Wed Apr 18 20:06:26 UTC 2012 - bwiedem...@suse.com
+
+- fix hardcoded horizon PW
+- also start consoleauth service
+
+---
+Mon Apr  2 10:59:55 CEST 2012 - j...@suse.de
+
+- use postgresql by default for all services
+- add support for postgresql for dashboard
+
+---
+Fri Mar 16 14:09:40 UTC 2012 - bwiedem...@suse.com
+
+- check for existence of volumes file (fixes bnc#752035)
+
+---
+Mon Feb 27 17:54:07 UTC 2012 - bwiedem...@suse.com
+
+- add postgresql support
+
+---
+Tue Feb  7 17:21:54 UTC 2012 - bwiedem...@suse.com
+
+- only initialize db once for glance
+- setup keystone for glance
+
+---
+Tue Feb  7 13:12:21 UTC 2012 - bwiedem...@suse.com
+
+- split openstackquickstartrc
+- update for new glance with two init scripts
+
+---
+Tue Feb  7 12:40:54 UTC 2012 - csten...@suse.com
+
+- replace pipelines in /etc/nova/api-paste.ini to use keystone
+
+---
+Mon Feb  6 12:12:09 UTC 2012 - csten...@suse.com
+
+- upgrade keystone database to latest schema before
+  adding anything to it
+
+---
+Mon Feb  6 10:33:13 UTC 2012 - bwiedem...@suse.com
+
+- add connection_type=libvirt
+
+---
+Fri Jan 27 12:13:37 UTC 2012 - bwiedem...@suse.com
+
+- drop unsupported --flat_injected=False
+
+---

New:

  keystone_data.sh
  openstack-quickstart-democleanup
  openstackquickstartrc



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.cz600n/_old  2012-10-23 19:41:32.0 +0200
+++ /var/tmp/diff_new_pack.cz600n/_new  2012-10-23 19:41:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openstack-quickstart
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,6 +12,11 @@
 # lic

commit openstack-quickstart for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2012-02-14 13:07:01

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is "openstack-quickstart", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-01-19 09:43:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2012-02-14 13:07:03.0 +0100
@@ -1,0 +2,11 @@
+Sun Jan 22 19:26:49 UTC 2012 - bwiedem...@suse.com
+
+- declare this a noarch package
+- include fix to make nova work with mariadb-5.2
+
+---
+Thu Jan 19 15:43:26 UTC 2012 - bwiedem...@suse.com
+
+- re-add missing mkdir /cgroup for LXC
+
+---



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.rpsNML/_old  2012-02-14 13:07:04.0 +0100
+++ /var/tmp/diff_new_pack.rpsNML/_new  2012-02-14 13:07:04.0 +0100
@@ -19,6 +19,7 @@
 Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Group:  System/Management
+BuildArch:  noarch
 Source: openstack-quickstart-demosetup
 Source1:openstack-quickstart-extranodesetup
 Source2:openstack-loopback-lvm

++ openstack-quickstart-demosetup ++
--- /var/tmp/diff_new_pack.rpsNML/_old  2012-02-14 13:07:04.0 +0100
+++ /var/tmp/diff_new_pack.rpsNML/_new  2012-02-14 13:07:04.0 +0100
@@ -15,6 +15,7 @@
modprobe nbd
sed -i -e 's/\(MODULES_LOADED_ON_BOOT="\)/\1nbd\ /' 
/etc/sysconfig/kernel
echo mount -t cgroup none /cgroup >> /etc/init.d/boot.local
+   mkdir /cgroup
mount -t cgroup none /cgroup
 fi
 
@@ -83,6 +84,8 @@
 
 echo | mysql -u root || pwquery=-p
 echo "
+set global character_set_server=latin1;
+set session character_set_server=latin1;
 CREATE DATABASE IF NOT EXISTS nova;
 GRANT ALL PRIVILEGES ON nova.* TO 'nova'@localhost IDENTIFIED BY '$mpw';
 GRANT ALL PRIVILEGES ON nova.* TO 'nova'@'%' IDENTIFIED BY '$mpw';

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