Openstack Mitaka : how to assign a SecurityGroup to a LBaasV2 Port using Heat?
I want to use the LBaasV2 feature of Mitaka. I successfully create a LB with Heat. But the Floating of the LB is not visible. I guess we have to assign a SecurityGroup to the LBaas Port. It is possible to assign a securityGroup with Neutron CLI. But I don't how to do that with Heat stack. I try to create a port with SecurityGroup (OK) and assign the port the LB but it don"t find any parameter in LB to assign an existing port.
Any help would be greatly appreciated.
PS : I'm using the HAProxy mode