From 59d4e5edf23569b6fbfafa1611ea98c9c1334731 Mon Sep 17 00:00:00 2001 From: Dmitrii Shcherbakov Date: Mon, 31 Jul 2017 17:09:27 +0300 Subject: [PATCH] fix a typo in the db hostname property comment ditto Change-Id: I1ebdca6606eadc2ff4bceaea43d1886599adfc4d --- charms_openstack/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms_openstack/adapters.py b/charms_openstack/adapters.py index fdf875a..5412d89 100644 --- a/charms_openstack/adapters.py +++ b/charms_openstack/adapters.py @@ -370,7 +370,7 @@ class DatabaseRelationAdapter(OpenStackRelationAdapter): @property def host(self): """ - Hostname that should be used to access RabbitMQ. + Hostname that should be used to access a database. """ return self.relation.db_host()