We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234330f commit 533798fCopy full SHA for 533798f
README.rst
@@ -39,9 +39,9 @@ you can run the exporter doing something like this:
39
Or just run via docker or similar:::
40
41
docker run -d --name os_capacity \
42
- --mount type=bind,source=/etc/openstack/,target=/etc/openstack/ \
43
- --env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/mycloud.yaml \
44
- -p 9000:9000 ghcr.io/stackhpc/os-capacity:master
+ --mount type=bind,source=/etc/kolla/os-capacity/,target=/etc/openstack \
+ --env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/clouds.yaml \
+ -p 9000:9000 ghcr.io/stackhpc/os-capacity:234330f
45
curl localhost:9000
46
47
Here is some example output from the exporter:::
0 commit comments