<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font color="#3366ff">Hi colleagues,</font></p>
    <p><font color="#3366ff">just to inform you: openstack CLI extension
        output don't match corresponsing 'neutron lbaas-*' CLI output,
        e.g.</font></p>
    <p><tt>doka@lagavulin(admin@bush):~/heat$ neutron
        lbaas-loadbalancer-show db8ae876-b6eb-4c45-95d1-33e0ca6193de</tt><tt><br>
      </tt><tt>neutron CLI is deprecated and will be removed in the
        future. Use openstack CLI instead.</tt><tt><br>
      </tt><tt>+---------------------+------------------------------------------------+</tt><tt><br>
      </tt><tt>| Field               |
        Value                                          |</tt><tt><br>
      </tt><tt>+---------------------+------------------------------------------------+</tt><tt><br>
      </tt><tt>| admin_state_up      |
        True                                           |</tt><tt><br>
      </tt><tt>| description        
        |                                                |</tt><tt><br>
      </tt><tt>| id                  |
        db8ae876-b6eb-4c45-95d1-33e0ca6193de           |</tt><tt><br>
      </tt><tt>| listeners           | {"id":
        "3ce73276-9c80-4645-aa0c-263fae736ef5"} |</tt><tt><br>
      </tt><tt>| name                |
        nbt-balancer                                   |</tt><tt><br>
      </tt><b><tt>| operating_status    |
          ONLINE                                         |</tt></b><tt><br>
      </tt><tt>| pools               | {"id":
        "e106e039-af27-4cfa-baa2-7238acd3078e"} |</tt><tt><br>
      </tt><tt>| provider            |
        octavia                                        |</tt><tt><br>
      </tt><tt>| provisioning_status |
        ACTIVE                                         |</tt><tt><br>
      </tt><tt>| tenant_id           |
        c1114776e144400da17d8e060856be8c               |</tt><tt><br>
      </tt><tt>| vip_address         |
        10.1.1.13                                      |</tt><tt><br>
      </tt><tt>| vip_port_id         |
        6898f149-9d6c-4fa7-b16c-af582cd18efa           |</tt><tt><br>
      </tt><tt>| vip_subnet_id       |
        ecb891c1-b7e5-45e0-8815-8675381d70d2           |</tt><tt><br>
      </tt><tt>+---------------------+------------------------------------------------+</tt><tt><br>
      </tt><tt>doka@lagavulin(admin@bush):~/heat$ openstack loadbalancer
        show db8ae876-b6eb-4c45-95d1-33e0ca6193de</tt><tt><br>
      </tt><tt>+---------------------+--------------------------------------+</tt><tt><br>
      </tt><tt>| Field               |
        Value                                |</tt><tt><br>
      </tt><tt>+---------------------+--------------------------------------+</tt><tt><br>
      </tt><tt>| admin_state_up      |
        True                                 |</tt><tt><br>
      </tt><tt>| created_at          |
        2017-11-29T12:02:55                  |</tt><tt><br>
      </tt><tt>| description        
        |                                      |</tt><tt><br>
      </tt><tt>| flavor             
        |                                      |</tt><tt><br>
      </tt><tt>| id                  |
        db8ae876-b6eb-4c45-95d1-33e0ca6193de |</tt><tt><br>
      </tt><tt>| listeners           |
        3ce73276-9c80-4645-aa0c-263fae736ef5 |</tt><tt><br>
      </tt><tt>| name                |
        nbt-balancer                         |</tt><tt><br>
      </tt><b><tt>| operating_status    |
          OFFLINE                              |</tt></b><tt><br>
      </tt><tt>| pools               |
        e106e039-af27-4cfa-baa2-7238acd3078e |</tt><tt><br>
      </tt><tt>| project_id          |
        c1114776e144400da17d8e060856be8c     |</tt><tt><br>
      </tt><tt>| provider            |
        octavia                              |</tt><tt><br>
      </tt><tt>| provisioning_status |
        ACTIVE                               |</tt><tt><br>
      </tt><tt>| updated_at          |
        2017-11-29T12:04:40                  |</tt><tt><br>
      </tt><tt>| vip_Address         |
        10.1.1.13                            |</tt><tt><br>
      </tt><tt>| vip_network_id      |
        141f1af9-c309-4263-b7f9-dab3922957c3 |</tt><tt><br>
      </tt><tt>| vip_port_id         |
        6898f149-9d6c-4fa7-b16c-af582cd18efa |</tt><tt><br>
      </tt><tt>| vip_subnet_id       |
        ecb891c1-b7e5-45e0-8815-8675381d70d2 |</tt><tt><br>
      </tt><tt>+---------------------+--------------------------------------+</tt><br>
    </p>
    <p><font color="#3366ff">more difference between corresponding
        command pairs for listeners and pools.</font></p>
    <p><font color="#3366ff">Also, member list shows NO_MONITOR status
        for members</font><br>
    </p>
    <p><tt>doka@lagavulin(admin@bush):~/heat$ openstack loadbalancer
        member list nbt-pool</tt><tt><br>
      </tt><tt>+--------------------------------------+------+----------------------------------+---------------------+-----------+---------------+------------------+--------+</tt><tt><br>
      </tt><tt>| id                                   | name |
        project_id                       | provisioning_status |
        address   | protocol_port | operating_status | weight |</tt><tt><br>
      </tt><tt>+--------------------------------------+------+----------------------------------+---------------------+-----------+---------------+------------------+--------+</tt><tt><br>
      </tt><tt>| f7f0d598-7e23-4f42-bb8e-6c5818b1b2cb |      |
        c1114776e144400da17d8e060856be8c | ACTIVE              |
        10.1.1.14 |          8080 | NO_MONITOR       |      1 |</tt><tt><br>
      </tt><tt>| a369460a-6b0d-4c3d-8c84-9c76460719d0 |      |
        c1114776e144400da17d8e060856be8c | ACTIVE              |
        10.1.1.11 |          8080 | NO_MONITOR       |      1 |</tt><tt><br>
      </tt><tt>+--------------------------------------+------+----------------------------------+---------------------+-----------+---------------+------------------+--------+</tt><br>
    </p>
    <font color="#3366ff">while healthmonitor exists</font><br>
    <br>
    <tt>doka@lagavulin(admin@bush):~/heat$ neutron
      lbaas-healthmonitor-list</tt><tt><br>
    </tt><tt>neutron CLI is deprecated and will be removed in the
      future. Use openstack CLI instead.</tt><tt><br>
    </tt><tt>+--------------------------------------+------+----------------------------------+------+----------------+</tt><tt><br>
    </tt><tt>| id                                   | name |
      tenant_id                        | type | admin_state_up |</tt><tt><br>
    </tt><tt>+--------------------------------------+------+----------------------------------+------+----------------+</tt><tt><br>
    </tt><tt>| 71cc7956-7c54-448a-96a7-709905c2bf4f |      |
      c1114776e144400da17d8e060856be8c | PING | True           |</tt><tt><br>
    </tt><tt>+--------------------------------------+------+----------------------------------+------+----------------+</tt><tt><br>
    </tt><tt>doka@lagavulin(admin@bush):~/heat$ neutron
      lbaas-healthmonitor-show 71cc7956-7c54-448a-96a7-709905c2bf4f</tt><tt><br>
    </tt><tt>neutron CLI is deprecated and will be removed in the
      future. Use openstack CLI instead.</tt><tt><br>
    </tt><tt>+------------------+------------------------------------------------+</tt><tt><br>
    </tt><tt>| Field            |
      Value                                          |</tt><tt><br>
    </tt><tt>+------------------+------------------------------------------------+</tt><tt><br>
    </tt><tt>| admin_state_up   |
      True                                           |</tt><tt><br>
    </tt><tt>| delay            |
      5                                              |</tt><tt><br>
    </tt><tt>| id               |
      71cc7956-7c54-448a-96a7-709905c2bf4f           |</tt><tt><br>
    </tt><tt>| max_retries      |
      3                                              |</tt><tt><br>
    </tt><tt>| max_retries_down |
      3                                              |</tt><tt><br>
    </tt><tt>| name            
      |                                                |</tt><tt><br>
    </tt><tt>| pools            | {"id":
      "e106e039-af27-4cfa-baa2-7238acd3078e"} |</tt><tt><br>
    </tt><tt>| tenant_id        |
      c1114776e144400da17d8e060856be8c               |</tt><tt><br>
    </tt><tt>| timeout          |
      1                                              |</tt><tt><br>
    </tt><tt>| type             |
      PING                                           |</tt><tt><br>
    </tt><tt>+------------------+------------------------------------------------+</tt><br>
    <p><font color="#3366ff">but openstack cli extension thinks
        different</font><b><br>
      </b></p>
    <p><tt>doka@lagavulin(admin@bush):~/heat$ openstack loadbalancer
        healthmonitor list</tt><tt><br>
      </tt><tt><br>
      </tt><tt>doka@lagavulin(admin@bush):~/heat$ openstack loadbalancer
        healthmonitor show 71cc7956-7c54-448a-96a7-709905c2bf4f</tt><tt><br>
      </tt><tt>Unable to locate 71cc7956-7c54-448a-96a7-709905c2bf4f in
        healthmonitors</tt></p>
    <p><font color="#3366ff">Be informed and can this impact something
        else?</font></p>
    <p><font color="#3366ff">Thank you.</font><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Volodymyr Litovka
  "Vision without Execution is Hallucination." -- Thomas Edison</pre>
  </body>
</html>