Files
tacker/releasenotes/notes/remove-cnf-restriction-7f1310274b086bb0.yaml
Hideki Matsuda 03956dad31 Support vimConnectionInfo.extra when CNF deploy
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
2022-09-12 00:58:43 +00:00

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.