Comment 27 for bug 1961088

Revision history for this message
Nobuto Murata (nobuto) wrote :

Just for the record, I tried the latest/edge channel with the fix and it worked for me. This testbed was missing the bind_ip after the initial configure-resources action before.

====
+ juju run octavia/leader --wait=10m configure-resources
Running operation 9 with 1 task
  - task 10 on unit-octavia-0

Waiting for task 10...
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists...
Adding user systemd-network to group octavia
inactive
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists...
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists...
octavia-api (enabled by site administrator)
active
active
active
active
active
ovs-vsctl: no row "o-hm0" in table Interface
Synchronizing state of octavia-api.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable octavia-api
Unit /etc/systemd/system/octavia-api.service is masked, ignoring.
Warning: Stopping systemd-networkd.service, but it can still be activated by:
  systemd-networkd.socket
+ juju exec --application octavia -- grep bind_ip /etc/octavia/octavia.conf
bind_ip = fc00:423c:c5f5:ce3b:f816:3eff:fea4:5d11

====