4d16326bb9
The rationals are as following: * Make it clear that the in-tree virt driver is not the same as the nova-docker driver * Justify that Zun is going to support additional runtime * Avoid name collision with nova-docker on packaging. Change-Id: I08f9cc0100837f62c57e2e77cd7f6cd727b91b69 Closes-Bug: #1652387
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
# Plug-in overrides
|
|
|
|
ZUN_DRIVER=${ZUN_DRIVER:-docker}
|
|
|
|
if [[ ${ZUN_DRIVER} == "nova-docker" ]]; then
|
|
export VIRT_DRIVER=zun
|
|
fi
|