Skip to content

Commit eedffea

Browse files
authored
Add disable-rbac to volume metric tests (infrawatch#307)
The volume metrics don't have a project label, so older versions of the python-observabilityclient aren't able to show the metrics unless we use the --disable-rbac.
1 parent 53b7789 commit eedffea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/telemetry_verify_metrics/tasks/verify_ceilometer_volume_pool_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- ceilometer_volume_provider_pool_capacity_free
3232
- ceilometer_volume_provider_pool_capacity_total
3333
ansible.builtin.shell: |
34-
{{ openstack_cmd }} metric show {{ item }}
34+
{{ openstack_cmd }} metric show --disable-rbac {{ item }}
3535
register: result
3636
delay: 30
3737
retries: 10

0 commit comments

Comments
 (0)