Skip to content

Commit f1730f7

Browse files
committed
update durable=true for neutron and keystone eventsources
1 parent a424a66 commit f1730f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/site-workflows/eventsources/eventsource-openstack-keystone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
exchangeName: keystone
1717
exchangeType: topic
1818
exchangeDeclare:
19-
durable: false
19+
durable: true
2020
# routing key for messages within the exchange
2121
routingKey: 'notifications.info'
2222
# optional consume settings

components/site-workflows/eventsources/eventsource-openstack-neutron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
exchangeName: neutron
1717
exchangeType: topic
1818
exchangeDeclare:
19-
durable: false
19+
durable: true
2020
# routing key for messages within the exchange
2121
routingKey: 'notifications.info'
2222
# optional consume settings

0 commit comments

Comments
 (0)