Merge "Passthrough-enable nova.conf."

This commit is contained in:
Jenkins 2014-04-17 18:53:15 +00:00 committed by Gerrit Code Review
commit 063074e0e1
1 changed files with 10 additions and 0 deletions

View File

@ -204,3 +204,13 @@ api_endpoint = http://localhost:6358/v1
virt_type={{nova.compute_libvirt_type}}
{{/nova.compute_libvirt_type}}
block_migration_flag=VIR_MIGRATE_LIVE,VIR_MIGRATE_TUNNELLED,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC,VIR_MIGRATE_UNDEFINE_SOURCE
{{#nova}}
{{#config}}
{{#comment}} repeats for each section {{/comment}}
[{{section}}]
{{#values}}
{{option}}={{value}}
{{/values}}
{{/config}}
{{/nova}}