Skip to content

Commit f471f89

Browse files
authored
Fix verify metrics rabbitmq command (#269)
The command was missing the --disable-rbac option, which caused the test to fail after update to python-observabilityclient 0.5.0.
1 parent 43ec711 commit f471f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/telemetry_verify_metrics/tasks/verify_rabbitmq_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
TEST Use openstack observabilityclient to verify rabbitmq metrics are stored in prometheus
4040
RHOSO-1215
4141
ansible.builtin.shell: |
42-
{{ openstack_cmd }} metric query rabbitmq_identity_info{instance=\'{{ item }}.openstack.svc:15691\'}
42+
{{ openstack_cmd }} metric query rabbitmq_identity_info{instance=\'{{ item }}.openstack.svc:15691\'} --disable-rbac
4343
register: result
4444
delay: 30
4545
retries: 10

0 commit comments

Comments
 (0)