Comment 6 for bug 1741850

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

https://review.openstack.org/#/c/532093/ reverts the breaking change. There is an error with the kolla copy command https://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/docker/services/iscsid.yaml#n82

Generated puppet configs do not make it into the expected path:

INFO:__main__:Copying /var/lib/kolla/config_files/src-iscsid/iscsid.conf to /iscsid.conf
INFO:__main__:Copying /var/lib/kolla/config_files/src-iscsid/initiatorname.iscsi to /initiatorname.iscsi

while it should be '/etc/iscsi/{iscsid.conf,initiatorname.iscsi}' instead of '/'