commit | 17b6411a0b2ed58228e6bae099abb0977efed8b6 | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Thu Aug 24 03:13:27 2023 +0800 |
committer | GitHub <noreply@github.com> | Wed Aug 23 15:13:27 2023 -0400 |
tree | b80db7f68effcbc1c3a22bc3c3f7887e1eb312fc | |
parent | f97d4e3b38ff7c0ca966b2f4093c1d017403c895 [diff] |
fix: use 2.87 nova api for openstack_exporter (#544)
diff --git a/roles/openstack_exporter/tasks/main.yml b/roles/openstack_exporter/tasks/main.yml index a7ef425..8de7688 100644 --- a/roles/openstack_exporter/tasks/main.yml +++ b/roles/openstack_exporter/tasks/main.yml
@@ -92,6 +92,9 @@ ports: - name: metrics containerPort: 9180 + env: + - name: OS_COMPUTE_API_VERSION + value: "2.87" volumeMounts: - name: openstack-config mountPath: /etc/openstack