Closes-Bug: 1859938

Imports the dragnet module in the reactive handlers module to ensure
that the BaseOpenStackCharm.singleton is updated with a release_pkt
attribute

Change-Id: I99d091c21987d9fafba43754e69c5c3e24fa50ca
This commit is contained in:
Adam Dyess 2020-01-16 14:37:01 -06:00
parent 77c1a3d38f
commit 4c7cfc104b
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
build
layers
.tox
cover/
.coverage
interfaces
.testrepository
*__pycache__*

View File

@ -17,6 +17,8 @@ from __future__ import absolute_import
import charms.reactive as reactive
import charm.openstack.dragent as dragent # noqa
import charms_openstack.bus
import charms_openstack.charm as charm