Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Add option to specify external net via ID

Kurt Garloff requested to merge fix/external_net into main

Created by: chess-knight

Fixes #572 (closed)

This commit should resolve these problems: OPENSTACK_EXTERNAL_NETWORK_ID was prefilled with external network name instead of ID what causes external net autodetection by CAPO - multiple ext nets cause error. Documentation says that 'external' can be name/id of external network which doesnt work - introduce external_id parameter. Autodetection of external network is improved - when multiple ext net exists, it can be specified via external/external_id

Merge request reports