summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2019-10-11 18:29:46 +0200
committerHervé Beraud <hberaud@redhat.com>2019-10-11 18:29:46 +0200
commit40e5be488edc71b1fb38b9080cf44fd38a102495 (patch)
treee0474d3d2f645edb2419e2d021b52585c2816bb1
parentc01b03e87c66e964100d3d56d91b0f5f045e6190 (diff)
downloadoslo-messaging-40e5be488edc71b1fb38b9080cf44fd38a102495.tar.gz
Modify some comments to make them clickable
Change-Id: Ib085fa551950f1c1461a11bb80f4909fb8425484
-rw-r--r--oslo_messaging/_drivers/impl_rabbit.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py
index 3995a67..604a34a 100644
--- a/oslo_messaging/_drivers/impl_rabbit.py
+++ b/oslo_messaging/_drivers/impl_rabbit.py
@@ -325,9 +325,9 @@ class Consumer(object):
except conn.connection.channel_errors as exc:
# We retries once because of some races that we can
# recover before informing the deployer
- # bugs.launchpad.net/oslo.messaging/+bug/1581148
- # bugs.launchpad.net/oslo.messaging/+bug/1609766
- # bugs.launchpad.net/neutron/+bug/1318721
+ # https://bugs.launchpad.net/oslo.messaging/+bug/1581148
+ # https://bugs.launchpad.net/oslo.messaging/+bug/1609766
+ # https://bugs.launchpad.net/neutron/+bug/1318721
# 406 error code relates to messages that are doubled ack'd