fix a typo in the db hostname property comment

ditto

Change-Id: I1ebdca6606eadc2ff4bceaea43d1886599adfc4d
This commit is contained in:
Dmitrii Shcherbakov 2017-07-31 17:09:27 +03:00
parent bae06e2403
commit 59d4e5edf2
1 changed files with 1 additions and 1 deletions

View File

@ -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()