~gnuoy/charms/trusty/nova-compute/no-hugepages

« back to all changes in this revision

Viewing changes to templates/icehouse/nova.conf

  • Committer: Liam Young
  • Date: 2015-10-08 15:51:47 UTC
  • mfrom: (160.2.2 nova-compute)
  • Revision ID: liam.young@canonical.com-20151008155147-z9fx5iokacye965s
[jamesbeedy, r=gnuoy] Enable live migration between heterogeneous kvm hypervisors.

Fixes: Bug #1499611

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
{% endif -%}
147
147
 
148
148
[libvirt]
 
149
{% if cpu_mode -%}
 
150
cpu_mode = {{ cpu_mode }}
 
151
{% endif -%}
 
152
{% if cpu_model -%}
 
153
cpu_model = {{ cpu_model }}
 
154
{% endif -%}
149
155
{% if libvirt_images_type -%}
150
156
images_type = {{ libvirt_images_type }}
151
157
images_rbd_pool = {{ rbd_pool }}