Comment 20 for bug 1981736

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

Re-opened the charms.openstack bug as it wasn't resolved. The issue turns out to be that by adding a property to the class, it affects that class going forwards, not just for the instance. Thus, the coming fix is to not use a lazy property, but just set the cluster attribute in the __init__ and allow it to be overwritten as required.