If 'vimConnectionInfo.extra' is included in the Input parameter file specified during CNF instantiation via helm, this information is taken in and used as a parameter for deployment via helm. If the extra parameter is set in the config-file specified when the 'openstack vim register' command is executed, the information is saved in the VIM DB. Implements: blueprint remove-cnf-restriction Change-Id: I11f83857f784eea1f8c4caefdc6161a86fefe4e4
9 lines
361 B
YAML
9 lines
361 B
YAML
---
|
|
features:
|
|
- |
|
|
When executing the 'openstack vim register' or 'openstack vim set' command,
|
|
if the `extra` parameter is specified in the config-file, data is stored
|
|
in the `extra` field of the VIM DB.
|
|
Develop to accept the vimConnectionInfo.extra field, if present, in the
|
|
input parameter file when performing a CNF deployment via helm.
|