Activity log for bug #1779310

Date Who What changed Old value New value Message
2018-06-29 12:29:48 Andrea Ieri bug added bug
2018-06-29 12:30:43 Andrea Ieri bug added subscriber Legacy - Canonical WTFB
2018-06-29 12:31:05 Andrea Ieri description Deploying a volume only unit generates incorrect haproxy config. To reproduce: juju deploy cinder cinder-volume --config enabled-services=volume juju add-relation cinder-volume juju add-relation cinder-volume rabbitmq-server The above yields the following haproxy.cfg stanza: backend cinder_api_<ip> balance leastconn server cinder-volume-1 <ip>:8766 check The backend is however not functional as cinder-api is not started and nothing is listening on port 8766 This would be rather harmless, except that when our nagios haproxy check validates backends, it will alert for that bogus entry. Deploying a volume only unit generates incorrect haproxy config. To reproduce: juju deploy cinder cinder-volume --config enabled-services=volume juju add-relation cinder-volume mysql juju add-relation cinder-volume rabbitmq-server The above yields the following haproxy.cfg stanza: backend cinder_api_<ip>     balance leastconn     server cinder-volume-1 <ip>:8766 check The backend is however not functional as cinder-api is not started and nothing is listening on port 8766 This would be rather harmless, except that when our nagios haproxy check validates backends, it will alert for that bogus entry.
2018-07-05 03:05:10 Miguel Meneses tags canonical-bootstack
2018-07-17 19:25:48 James Page charm-cinder: status New Triaged
2018-07-17 19:25:50 James Page charm-cinder: importance Undecided Medium
2018-08-06 22:04:25 Drew Freiberger bug added subscriber The Canonical Sysadmins
2020-05-13 19:20:22 Ryan Farrell bug added subscriber Canonical Field High
2020-06-22 21:49:13 Ryan Beisner charm-cinder: assignee Alvaro Uria (aluria)
2020-06-22 21:49:37 Ryan Beisner charm-cinder: milestone 20.08
2020-06-30 14:52:01 Alvaro Uria attachment added nagios-cinder-volume.png https://bugs.launchpad.net/charm-cinder/+bug/1779310/+attachment/5388476/+files/nagios-cinder-volume.png
2020-06-30 15:43:22 OpenStack Infra charm-cinder: status Triaged In Progress
2020-07-02 15:39:23 OpenStack Infra charm-cinder: status In Progress Fix Committed
2020-08-14 15:39:58 Alex Kavanagh charm-cinder: status Fix Committed Fix Released