Merge "Fix the service_status objects __str__() output"

This commit is contained in:
Jenkins 2016-05-10 18:15:55 +00:00 committed by Gerrit Code Review
commit 441714f3c4

View File

@ -52,7 +52,7 @@ class ServiceStatus(base.PersistentObjectMixin,
}
}
STRING_FIELDS = [
STRING_KEYS = [
'service_name', 'hostname', 'status'
]