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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-01-30 17:44:48.000000000 +0100
@@ -1,0 +2,24 @@
+Wed Jan 29 09:12:33 UTC 2014 - [email protected]
+
+- Add refresh_patches source service
+
+-------------------------------------------------------------------
+Mon Jan 27 07:31:54 UTC 2014 - [email protected]
+
+- Update to latest git (5443a1f):
+  + fixup! Extend range for fixed network
+
+-------------------------------------------------------------------
+Fri Jan 24 13:01:49 UTC 2014 - [email protected]
+
+- Update to latest git (27ea6a2):
+  + configure metadata agent
+  + Extend range for fixed network
+
+-------------------------------------------------------------------
+Wed Jan 22 00:38:54 UTC 2014 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.2sAlcE/_new  2014-01-30 17:44:48.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.2sAlcE/_new  2014-01-30 17:44:48.000000000 +0100
@@ -15,4 +15,8 @@
   <service name="set_version" mode="disabled">
     <param name="basename">openstack-quickstart</param>
   </service>
+
+  <service name="refresh_patches" mode="disabled">
+    <param name="changesgenerate">enable</param>
+  </service>
 </services>

++++++ 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.000000000 +0100
+++ 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/etc/openstackquickstartrc
    2014-01-27 02:43:38.000000000 +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.000000000 +0100
+++ 
new/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
       2014-01-27 08:31:50.000000000 +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
 # crudini --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types 
vlan
 crudini --set /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan 
network_vlan_ranges root-bridge,physnet1
-### turnof namespace to allow connecting to VMs from demo admin node (simple 
setup for demo purposes only)
 crudini --set /etc/neutron/dhcp_agent.ini DEFAULT use_namespaces false
+#crudini --set /etc/neutron/dhcp_agent.ini DEFAULT use_namespaces true
 crudini --set /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips true
+crudini --set /etc/neutron/metadata_agent.ini DEFAULT 
metadata_proxy_shared_secret $metadata_secret
+
+if [ "x$with_tempest" = "xyes" ]; then
+    crudini --set /etc/neutron/neutron.conf DEFAULT service_plugins 
"neutron.services.loadbalancer.plugin.LoadBalancerPlugin, 
neutron.services.l3_router.l3_router_plugin.L3RouterPlugin, 
neutron.services.vpn.plugin.VPNDriverPlugin"
+fi
 
 start_and_enable_service rabbitmq-server
 

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

Reply via email to