Change in vdsm[master]: stompReactor: fix naming of default destination

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Tue Apr 28 09:46:50 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: stompReactor: fix naming of default destination
......................................................................

stompReactor: fix naming of default destination


Change-Id: I1fb12dc725930076c44ea9720605f6283df0ec46
Signed-off-by: pkliczew <piotr.kliczewski at gmail.com>
---
M lib/yajsonrpc/stompReactor.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/40345/1

diff --git a/lib/yajsonrpc/stompReactor.py b/lib/yajsonrpc/stompReactor.py
index 2d3e70e..76271a4 100644
--- a/lib/yajsonrpc/stompReactor.py
+++ b/lib/yajsonrpc/stompReactor.py
@@ -29,7 +29,7 @@
 _STATE_MSG = "Waiting for message"
 
 
-_DEFAULT_RESPONSE_DESTINATIOM = "jms.topic.vdsm_legacy_responses"
+_DEFAULT_RESPONSE_DESTINATION = "jms.topic.vdsm_legacy_responses"
 _DEFAULT_REQUEST_DESTINATION = "jms.topic.vdsm_legacy_requests"
 
 
@@ -273,7 +273,7 @@
 
     def send(self, message):
         self.log.debug("Sending response")
-        destination = _DEFAULT_RESPONSE_DESTINATIOM
+        destination = _DEFAULT_RESPONSE_DESTINATION
         try:
             resp = json.loads(message)
             destination = self._req_dest[resp.get("id")]


-- 
To view, visit https://gerrit.ovirt.org/40345
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fb12dc725930076c44ea9720605f6283df0ec46
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list