Comment 1 for bug 1875496

Revision history for this message
David Ames (thedac) wrote :

Field hack workaround:

Remove cluster.available from the following in reactive/$CHARM_NAME_handlers.py

charm.use_defaults(
    'cluster.available',
)

Removing this will stop reactive from looking for the default handler which should allow for the upgrade-charm hook to complete thus unpacking the charms.openstack code it is looking for.