8c77175ee9
A new configuration variable nsx_extension_drivers has been added. This is in the DEFAULT section. This enable us to code support to add via configurations extensions, for example dns_integration. Co-authored-by: Shih-Hao Li <shihli@vmware.com> Change-Id: Iea4715522d9c7cf327b7f1a751b78f14d5e06e75
8 lines
337 B
YAML
8 lines
337 B
YAML
---
|
|
prelude: >
|
|
We have added a new configuration variable that will enable us to
|
|
enable existing extensions. The new configuration variable is
|
|
``nsx_extension_drivers``. This is in the default section.
|
|
This is a list of extansion names. The code for the drivers
|
|
must be in the directory vmware_nsx.extension_drivers.
|