From: Barış Metin Date: Wed, 14 Apr 2010 08:55:13 +0000 (+0000) Subject: ops! this will cause problems for omf back-end. (fixed manually on PLE). X-Git-Tag: PLCAPI-5.0-6~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f8bce9cd90ecc06764de75af5bb0b456924d7cee;p=plcapi.git ops! this will cause problems for omf back-end. (fixed manually on PLE). --- diff --git a/omf/omf_slicemgr.py b/omf/omf_slicemgr.py index 917c325..0285e8b 100644 --- a/omf/omf_slicemgr.py +++ b/omf/omf_slicemgr.py @@ -129,7 +129,7 @@ class PubSubClient(BaseClient): def __iq(self, t="get"): iq = domish.Element((None, "iq")) iq['from'] = self.id.full() - iq['to'] = "pubsub.vplc27.inria.fr" + iq['to'] = "pubsub.%s" % self.id.host iq['type'] = t iq.addUniqueId() return iq