The 'share network create' command previously
attempted to fetch the subnet directly, which
could lead to errors when the neuron network data
was invalid or missing.
This change updates the logic to properly handle
invalid neutron network or subnet IDs during share
network creation.
Test Plan:
- Added unit tests to verify valid and invalid
neutron info.
Closes-Bug: #2051394
Change-Id: Ib233f02ad94326d5b8ffadf962fb911d417b024a
Signed-off-by: denver-baraka <denverbaraka@gmail.com>
Assisted-By: Copilot