Open andrewdmcleod opened 8 years ago
The hue layer shouldn't be calling spark/provides.py
but is, and it should be calling spark/requires.py
but isn't. The problem appears to be the departed handler decorators on both provides and requires in interface-spark; I've created a PR to address them: juju-solutions/interface-spark#3
configure_spark relies on
@when('spark.ready')
, which should be cleared when relation-departed, however: