9f7922a7ca
Change-Id: I66fed92c4f67b4552aca3bd8d81b6dda32d70442
12 lines
415 B
YAML
12 lines
415 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Starting from this release, container driver is loaded from entry point.
|
|
Deployers should specify the entry point (i.e. ``docker``) in config option
|
|
``container_driver`` under ``[DEFAULT]`` session.
|
|
deprecations:
|
|
- |
|
|
Specifying container driver class via config option ``container_driver``
|
|
is deprecated. Use driver name in entry point ``zun.container.driver``
|
|
instead.
|