brooklyncentral / brooklyn

This project has moved and is now part of the ASF
https://github.com/apache/incubator-brooklyn
72 stars 27 forks source link

networkName is not working (at least in OpenStack) #1443

Open mhshams opened 10 years ago

mhshams commented 10 years ago

in Openstack, when there are more than one network available in a tenant (project), brooklyn failes to create vm instance with following error message from jcloud:

[{"badRequest": {"message": "Multiple possible networks found, use a Network ID to be more specific.", "code": 400}}]

I've tried to set the networkName in brooklyn.properties, but the result was the same.

brooklyn.location.named.<my location>.networkName=<network name>