diff --git a/templates/ocata/nova.conf b/templates/ocata/nova.conf index cf2670be..8398b74c 100644 --- a/templates/ocata/nova.conf +++ b/templates/ocata/nova.conf @@ -210,10 +210,15 @@ disk_cachemodes = {{ disk_cachemodes }} # live block migration can be supported. live_migration_tunnelled = False -{% if virt_type == 'lxd' and enable_live_migration -%} +{% if virt_type == 'lxd' -%} [lxd] +{% if enable_live_migration -%} allow_live_migration = True {% endif -%} +{% if storage_pool -%} +pool = {{ storage_pool }} +{% endif -%} +{% endif -%} {% include "parts/section-database" %}