Connect Docker Swarm Network with Neutron
Hello,
This is what I am trying to do:
I am setting up an openstack cluster with various tenant types and sizes. One thing we would like to do however is within it set up a docker swarm where we can put up many different container types for various projects we have going. The trouble is, that I am not totally sure exactly how I am going to get multiple IP addresses to the various docker containers.
Since I cannot attach an instance directly to the public network, how can I allow any given instance the ability to have multiple public IP addresses?
Thanks!