]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #34376 from yuvalif/fix_amqp_routable_option
authorCasey Bodley <cbodley@users.noreply.github.com>
Fri, 1 May 2020 13:00:01 +0000 (09:00 -0400)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 13:00:01 +0000 (09:00 -0400)
rgw/amqp: fix the "routable" delivery mode

Reviewed-by: Casey Bodley <cbodley@redhat.com>
1  2 
doc/radosgw/notifications.rst
src/test/rgw/rgw_multi/tests_ps.py

index fefe56a0eb3317b1e7af914422175f8fe4a7c413,4101b8dd826e47965ef2089e91d82a6d384f5702..3762e89075ef4f9903f52f69f8c49d339352b9ba
@@@ -67,11 -63,11 +67,11 @@@ To update a topic, use the same comman
  ::
  
     POST
 +
     Action=CreateTopic
     &Name=<topic-name>
 -   &push-endpoint=<endpoint>
     [&Attributes.entry.1.key=amqp-exchange&Attributes.entry.1.value=<exchange>]
-    [&Attributes.entry.2.key=amqp-ack-level&Attributes.entry.2.value=none|broker]
+    [&Attributes.entry.2.key=amqp-ack-level&Attributes.entry.2.value=none|broker|routable]
     [&Attributes.entry.3.key=verify-ssl&Attributes.entry.3.value=true|false]
     [&Attributes.entry.4.key=kafka-ack-level&Attributes.entry.4.value=none|broker]
     [&Attributes.entry.5.key=use-ssl&Attributes.entry.5.value=true|false]
Simple merge