From f298776a032e918e7bca18d2968999f644b30a61 Mon Sep 17 00:00:00 2001 From: David Ames Date: Tue, 15 Sep 2015 10:39:40 -0700 Subject: [PATCH] Unit is ready --- hooks/charmhelpers/contrib/openstack/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/charmhelpers/contrib/openstack/utils.py b/hooks/charmhelpers/contrib/openstack/utils.py index f73598c0..398f941c 100644 --- a/hooks/charmhelpers/contrib/openstack/utils.py +++ b/hooks/charmhelpers/contrib/openstack/utils.py @@ -809,7 +809,7 @@ def set_os_workload_status(configs, required_interfaces, charm_func=None): # Set to active if all requirements have been met if state == 'active': - message = "Charm is ready" + message = "Unit is ready" juju_log(message, "INFO") status_set(state, message)