Hi,
  May I know anyone has done the integration of Starlingx with OSM? Currently I install Starlingx inside a VM (IP: 10.10.10.3), and install OSM in another VM (IP: 10.10.10.4). Both VM are connected using management network 10.10.10.x. In the Starlingx, I install Openstack using helm-chart and I am able to access Openstack Dashboard from http://10.10.10.3:31000/

In the OSM, I link Openstack to OSM as a VIM using the command in OSM: 
osm vim-create --name openstack-starlingx --user admin --password St8rlingX* --auth_url http://10.10.10.3:5000/v3 --tenant admin --account_type openstack --config='{security_groups: default, availability_zone: nova, keypair: test, insecure: true}'

I would like to use OSM to deploy VM using OSM template. Currently I use the sample hackfest_basic_ns & hackfest_basic_vnf for testing. During "Instantiate NS", I got an error as below:

Operation: INSTANTIATING.f0055db9-fc88-460e-a012-dcf66da7b951, Stage 2/5: deployment of KDUs, VMs and execution environments. Detail: Deploying at VIM: VIM Exception EndpointNotFound: public endpoint for image service not found. Rollback successful.

I don't know how to fix this issue, any suggestion is appreciated. Thank you!

Regards,
Sinlam