Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/205979
Change subject: Add a couple of settings to the [libvirt] section. ...................................................................... Add a couple of settings to the [libvirt] section. It's not obvious that the old libvirt_ settings are doing anything; fortunately, they're set to defaults. Change-Id: Ib76a299938e5425f855e976cd5fc4f271da14a31 --- M modules/openstack/templates/icehouse/nova/nova.conf.erb 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/79/205979/1 diff --git a/modules/openstack/templates/icehouse/nova/nova.conf.erb b/modules/openstack/templates/icehouse/nova/nova.conf.erb index 12e4a55..d37cce9 100644 --- a/modules/openstack/templates/icehouse/nova/nova.conf.erb +++ b/modules/openstack/templates/icehouse/nova/nova.conf.erb @@ -127,6 +127,8 @@ #default_availability_zone = <%= novaconfig["zone"] %> [libvirt] +virt_type=<%= novaconfig["libvirt_type"] %> +use_virtio_for_bridges=True # live_migration_bandwidth is documented in the code, and nowhere else. # 'Maximum bandwidth to be used during migration, in Mbps' # Limit this to around a third of available 1Gbps connection so we don't -- To view, visit https://gerrit.wikimedia.org/r/205979 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib76a299938e5425f855e976cd5fc4f271da14a31 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
