For a research project we are trying to use the OSM (ETSI Open Source Mano) Orchestrator to connect to SwitchEngines. On the orchestrator we used this command to create the link between the OSM and SwitchEngines:
osm vim-create --name SWITCHengine --user mySwitchEngineUserName --password mySwitchEnginePassword --auth_url https://keystone.cloud.switch.ch:5000/v3 --tenant myTenantName --account_type openstack --config=’{region_name: ZH, user_domain_name: Default, project_id: 470b2ca7000f485ba2392e46514bd62a, APIversion: v3.3}’
But when trying to create an instance through this orchestrator, we are facing some trouble. We got an error message telling us that we are not authenticated. When specifying only the region_name, we have no authentication error, but the OSM tells us that the image for our VM is not found (we supposed then that we are connected with the wrong parameters). We were specifying the parameter present in the clouds.yaml, but without success.
Could you tell us if we miss a parameter for this API Access ?