Merge "add lxd pool support for ocata"

This commit is contained in:
Jenkins 2017-06-02 13:47:38 +00:00 committed by Gerrit Code Review
commit 4b104d0c47
1 changed files with 6 additions and 1 deletions

View File

@ -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" %}