Fix double '/' in the message 47/5747/3
authorprithiv <prithiv.mohan@intel.com>
Mon, 4 Dec 2017 10:32:35 +0000 (10:32 +0000)
committerprithiv <prithiv.mohan@intel.com>
Wed, 6 Dec 2017 12:00:44 +0000 (14:00 +0200)
commit6fb89c844d207d9ddf3caa195298000b19ac0ac9
tree93a1613325844dc16184b28996dfa39fba183ccd
parent43d40c9b0bb2ce102df56f066774f65e0c4bc411
Fix double '/' in the message

The usage of ascii encode sometimes appends an extra "/" or an
additional space. This patch replaces ascii encoding with string
encoding.

Signed-off-by: prithiv <prithiv.mohan@intel.com>
osm_mon/core/message_bus/producer.py