hi
my-openstack-port:
type: cloudify.openstack.nodes.Port
properties:
port:
i declare :
type: cloudify.openstack.nodes.Port
properties:
openstack_config: *openstack_config
port:
and i have got this error at install execution :
Error message: {"NeutronError": {"message": "Allowed address pairs must be a list.", "type": "HTTPBadRequest", "detail": ""}}
so how to set allow_address_pairs ?
regards
Bruno