File tree Expand file tree Collapse file tree 5 files changed +85
-0
lines changed Expand file tree Collapse file tree 5 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 57
57
rabbitmqClusterReference :
58
58
name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
59
59
namespace : openstack
60
+ ---
61
+ apiVersion : rabbitmq.com/v1beta1
62
+ kind : Policy
63
+ metadata :
64
+ name : glance-notifications-ttl
65
+ namespace : openstack
66
+ spec :
67
+ name : glance-notifications-ttl # name of the policy
68
+ vhost : " glance" # default to '/' if not provided
69
+ pattern : " ^notifications.*" # regex used to match queues and exchanges
70
+ applyTo : " queues" # set to 'queues', 'exchanges', or 'all'
71
+ priority : 1 # defaults to 0
72
+ definition : # policy definition
73
+ message-ttl : 86400000
74
+ rabbitmqClusterReference :
75
+ name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
76
+ namespace : openstack
Original file line number Diff line number Diff line change 57
57
rabbitmqClusterReference :
58
58
name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
59
59
namespace : openstack
60
+ ---
61
+ apiVersion : rabbitmq.com/v1beta1
62
+ kind : Policy
63
+ metadata :
64
+ name : ironic-notifications-ttl
65
+ namespace : openstack
66
+ spec :
67
+ name : ironic-notifications-ttl # name of the policy
68
+ vhost : " ironic" # default to '/' if not provided
69
+ pattern : " ^notifications.*" # regex used to match queues and exchanges
70
+ applyTo : " queues" # set to 'queues', 'exchanges', or 'all'
71
+ priority : 1 # defaults to 0
72
+ definition : # policy definition
73
+ message-ttl : 86400000
74
+ rabbitmqClusterReference :
75
+ name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
76
+ namespace : openstack
Original file line number Diff line number Diff line change 57
57
rabbitmqClusterReference :
58
58
name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
59
59
namespace : openstack
60
+ ---
61
+ apiVersion : rabbitmq.com/v1beta1
62
+ kind : Policy
63
+ metadata :
64
+ name : keystone-notifications-ttl
65
+ namespace : openstack
66
+ spec :
67
+ name : keystone-notifications-ttl # name of the policy
68
+ vhost : " keystone" # default to '/' if not provided
69
+ pattern : " ^notifications.*" # regex used to match queues and exchanges
70
+ applyTo : " queues" # set to 'queues', 'exchanges', or 'all'
71
+ priority : 1 # defaults to 0
72
+ definition : # policy definition
73
+ message-ttl : 86400000
74
+ rabbitmqClusterReference :
75
+ name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
76
+ namespace : openstack
Original file line number Diff line number Diff line change 57
57
rabbitmqClusterReference :
58
58
name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
59
59
namespace : openstack
60
+ ---
61
+ apiVersion : rabbitmq.com/v1beta1
62
+ kind : Policy
63
+ metadata :
64
+ name : neutron-notifications-ttl
65
+ namespace : openstack
66
+ spec :
67
+ name : neutron-notifications-ttl # name of the policy
68
+ vhost : " neutron" # default to '/' if not provided
69
+ pattern : " ^notifications.*" # regex used to match queues and exchanges
70
+ applyTo : " queues" # set to 'queues', 'exchanges', or 'all'
71
+ priority : 1 # defaults to 0
72
+ definition : # policy definition
73
+ message-ttl : 86400000
74
+ rabbitmqClusterReference :
75
+ name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
76
+ namespace : openstack
Original file line number Diff line number Diff line change 57
57
rabbitmqClusterReference :
58
58
name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
59
59
namespace : openstack
60
+ ---
61
+ apiVersion : rabbitmq.com/v1beta1
62
+ kind : Policy
63
+ metadata :
64
+ name : nova-notifications-ttl
65
+ namespace : openstack
66
+ spec :
67
+ name : nova-notifications-ttl # name of the policy
68
+ vhost : " nova" # default to '/' if not provided
69
+ pattern : " ^notifications.*" # regex used to match queues and exchanges
70
+ applyTo : " queues" # set to 'queues', 'exchanges', or 'all'
71
+ priority : 1 # defaults to 0
72
+ definition : # policy definition
73
+ message-ttl : 86400000
74
+ rabbitmqClusterReference :
75
+ name : rabbitmq # rabbitmqCluster must exist in the same namespace as this resource
76
+ namespace : openstack
You can’t perform that action at this time.
0 commit comments