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

« back to all changes in this revision

Viewing changes to templates/juno/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:
142
142
{% endif -%}
143
143
 
144
144
[libvirt]
 
145
{% if cpu_mode -%}
 
146
cpu_mode = {{ cpu_mode }}
 
147
{% endif -%}
 
148
{% if cpu_model -%}
 
149
cpu_model = {{ cpu_model }}
 
150
{% endif -%}
145
151
{% if libvirt_images_type -%}
146
152
images_type = {{ libvirt_images_type }}
147
153
images_rbd_pool = {{ rbd_pool }}