Merge "fix a typo in the db hostname property comment"

This commit is contained in:
Jenkins 2017-08-01 15:23:28 +00:00 committed by Gerrit Code Review
commit 2d970ef2cc
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()