Comment 11 for bug 1961088

Revision history for this message
Dmitrii Shcherbakov (dmitriis) wrote :

Made another redeployment and `bind_ip` is present on all units:

$ juju run --application octavia 'sudo grep bind_ip /etc/octavia/octavia.conf'
- Stdout: |
    bind_ip = fc00:3c11:711:a792:f816:3eff:fef6:8df
  UnitId: octavia/0
- Stdout: |
    bind_ip = fc00:3c11:711:a792:f816:3eff:fe88:1160
  UnitId: octavia/1
- Stdout: |
    bind_ip = fc00:3c11:711:a792:f816:3eff:fef7:9187
  UnitId: octavia/2

However, I still got an error for the LB operating state.

$ openstack loadbalancer list
+--------------------------------------+----------------+----------------------------------+-------------+---------------------+------------------+----------+
| id | name | project_id | vip_address | provisioning_status | operating_status | provider |
+--------------------------------------+----------------+----------------------------------+-------------+---------------------+------------------+----------+
| 8c8628df-bd60-4173-968f-3bae954a1102 | zaza-amphora-0 | 0a149219a9794eba93ed14380bdc25af | 192.168.0.3 | ACTIVE | ERROR | amphora |
+--------------------------------------+----------------+----------------------------------+-------------+---------------------+------------------+----------+

So maybe my reproducer isn't exactly as the one Nobuto has.