From 1e2c088e2f89521e1f01971cfd563851e443ab2f Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Thu, 2 Aug 2018 13:41:05 +0200 Subject: [PATCH] Do not use default handler for `amqp.connected` flag The charm provides its own handler for appearance of `amqp.connected` flag. Add workaround for intermittent test failures to functional test. Depends-On: https://github.com/openstack-charmers/zaza/pull/89 Closes-Bug: #1784083 Change-Id: Iefa1c4bf2a447b8c6126a417887512cc10a1b78e --- src/reactive/dragent_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reactive/dragent_handlers.py b/src/reactive/dragent_handlers.py index 76129d0..81e34ec 100644 --- a/src/reactive/dragent_handlers.py +++ b/src/reactive/dragent_handlers.py @@ -27,7 +27,6 @@ import charm.openstack.dragent as dragent # Use the charms.openstack defaults for common states and hooks charm.use_defaults( 'charm.installed', - 'amqp.connected', 'config.changed', 'update-status', 'upgrade-charm')