From 09caf83ee86c91ce3a280364f08bf327855ff0dc Mon Sep 17 00:00:00 2001 From: liusheng Date: Wed, 15 Feb 2017 17:18:20 +0800 Subject: [PATCH] Correct the port number of gnocchi endpoint Change-Id: I0277b6df1050c8a39f5e119c974636f490e5a7ee --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b9a38f5..dd17de3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir} AODH_CLIENT_EXEC_DIR={envdir}/bin AODH_ENDPOINT=http://localhost:8042 - GNOCCHI_ENDPOINT=http://localhost:8051 + GNOCCHI_ENDPOINT=http://localhost:8041 passenv = GNOCCHI_* AODH_* OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE # NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt deps =