Closed ashcrow closed 7 years ago
The usage of the storage client was not updated in the cluster_get handler. It was still taking a raw address rather than a model instance. This change forces the use of a model instance to bus.storage.get.
cluster_get
bus.storage.get
(5) [multi-host-mgr-2] Implement BDD test suite for backend services
I covered this in my PR: https://github.com/projectatomic/commissaire-http/pull/54/commits/ed3d48a6b557db407de2a8098e0e1123ac22413c
The usage of the storage client was not updated in the
cluster_get
handler. It was still taking a raw address rather than a model instance. This change forces the use of a model instance tobus.storage.get
.