diff options
author | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-09 16:18:55 +0530 |
---|---|---|
committer | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-10 14:04:08 +0530 |
commit | 3e2a7529b80a15b07e945aec4db026124b003b3c (patch) | |
tree | 3f70824af3938a88192346bce2c61f8330fc264b /docs/testing | |
parent | 9e5fb1469015f9f040846e709d7f36c51f68382d (diff) |
Remove 8000 as exposed port from documentation
After using http-frontend 8000 is no longer exposed.
JIRA: STORPERF-207
Change-Id: I419d28ac36faa7a2231ff382c79feb5322ef9be0
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Diffstat (limited to 'docs/testing')
-rwxr-xr-x | docs/testing/user/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index f6c9744..d593e6f 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -110,8 +110,9 @@ The following ports are exposed if you use the supplied docker-compose.yaml file: * 5000 for StorPerf ReST API and Swagger UI -* 8000 for StorPerf's Graphite Web Server +Note: Port 8000 is no longer exposed and graphite can be accesed via +http://storperf:5000/graphite Running StorPerf Container ========================== |