[openstack-nova] undo the libvirt cpu mode workaround

Pádraig Brady pbrady at fedoraproject.org
Mon Sep 24 13:32:52 UTC 2012


commit 82b0521e46e0ca411d1f859f12ffe185c0140aee
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Sep 24 13:05:25 2012 +0100

    undo the libvirt cpu mode workaround
    
    While the workaround allows nova to work both
    within VMs and on baremetal, it negatively impacts
    the performance on bare metal.
    
    Instead we'll document the workaround for installing on VMs.

 nova.conf           |    1 -
 openstack-nova.spec |    6 ++++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index 8604c41..a4f7822 100644
--- a/nova.conf
+++ b/nova.conf
@@ -13,7 +13,6 @@ network_manager = nova.network.manager.FlatDHCPManager
 iscsi_helper = tgtadm
 sql_connection = mysql://nova:nova@localhost/nova
 compute_driver = libvirt.LibvirtDriver
-libvirt_cpu_mode = none
 firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
 rpc_backend = nova.openstack.common.rpc.impl_qpid
 rootwrap_config = /etc/nova/rootwrap.conf
diff --git a/openstack-nova.spec b/openstack-nova.spec
index ea9d8a8..e948c64 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.2
-Release:          0.8.rc1%{?dist}
+Release:          0.9.rc1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -732,7 +732,9 @@ fi
 %endif
 
 %changelog
-* Fri Sep 21 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.8.f3
+* Mon Sep 24 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.9.rc1
+
+* Fri Sep 21 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.8.rc1
 - Update to folsom rc1
 - Fix to ensure that tgt configuration is honored
 


More information about the scm-commits mailing list