Correct the port number of gnocchi endpoint

Change-Id: I0277b6df1050c8a39f5e119c974636f490e5a7ee
This commit is contained in:
liusheng 2017-02-15 17:18:20 +08:00
parent e4e2982eb3
commit 09caf83ee8
1 changed files with 1 additions and 1 deletions

View File

@ -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 =