<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    hi, I have some questions about neutorn LBaas.<br>
    <br>
    seen from the wiki, the load balancer only support:<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <p style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family:
      'Arial Unicode MS', Arial, sans-serif; font-size: 14px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 20px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
      255);"><b>Table 4.6. Load Balancing Algorithms</b></p>
    <table style="max-width: 100%; border-collapse: collapse;
      border-spacing: 0px; color: rgb(51, 51, 51); font-family: 'Arial
      Unicode MS', Arial, sans-serif; font-size: 14px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: 20px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);" border="1" cellpadding="2"
      cellspacing="0">
      <tbody>
        <tr>
          <td><b>Name</b></td>
        </tr>
        <tr>
          <td>LEAST_CONNECTIONS</td>
        </tr>
        <tr>
          <td>ROUND_ROBIN</td>
        </tr>
      </tbody>
    </table>
    <br>
    <a class="moz-txt-link-freetext" href="https://wiki.openstack.org/wiki/Neutron/LBaaS/API">https://wiki.openstack.org/wiki/Neutron/LBaaS/API</a><br>
    <br>
    think about if I have a A-P mode HA<br>
    <br>
    VIP : 192.168.0.10<br>
    <br>
    master-1 192.168.0.100 (A)<br>
    master-2 192.168.0.101 (P)<br>
    <br>
    if I want to use VIP to alway connect with master-1(since it is A
    mode),<br>
    only switch to master-2 when master-1 down. what should I do?<br>
    any plan to support more algorithms for neutron lbaas?<br>
    <br>
    BTW, the usage is from heat:<br>
    <br>
      etcd_pool:<br>
        type: OS::Neutron::Pool<br>
        properties:<br>
          protocol: HTTP<br>
          monitors: [{get_resource: etcd_monitor}]<br>
          subnet: {get_resource: fixed_subnet}<br>
    <b>      lb_method: ROUND_ROBIN</b><br>
          vip:<br>
            protocol_port: 2379<br>
    <br>
    <br>
    <br>
    thanks,<br>
    Eli.<br>
    <pre class="moz-signature" cols="72">-- 
BR, Eli(Li Yong)Qiao</pre>
  </body>
</html>