Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
openstack floating ip set --port <port_id> <floating_ip> 

You can identify the port<port_id id> if you navigate to the description of your load balancer on the Openstack Dashboard

You can use this IP to reach the nginx servers (see figure bellow). The traffic will be managed by the load balancer following the algorithm <algorithm_e.g.ROUND_ROBIN> (see Step 3). 

...