Skip to content

Commit 533798f

Browse files
authored
Update README.rst
1 parent 234330f commit 533798f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ you can run the exporter doing something like this:
3939
Or just run via docker or similar:::
4040

4141
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
42+
--mount type=bind,source=/etc/kolla/os-capacity/,target=/etc/openstack \
43+
--env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/clouds.yaml \
44+
-p 9000:9000 ghcr.io/stackhpc/os-capacity:234330f
4545
curl localhost:9000
4646

4747
Here is some example output from the exporter:::

0 commit comments

Comments
 (0)