diff options
author | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-13 01:47:19 +0530 |
---|---|---|
committer | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-13 01:47:19 +0530 |
commit | cfe2aea37681ff4701f9dd6ac775797a39256c11 (patch) | |
tree | d96824d9fe96d13f70fde4740033503ca410b07a /docs/testing/user | |
parent | 9b2ba68b75ecd50600e6f375aeb4ea410cec0128 (diff) |
Adds graphite and swaggerui containers to installation.rst
swaggerui and graphite containers were missing.
JIRA: STORPERF-209
Change-Id: I4697d1641a0accc13daa60637e4195064a42a83c
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Diffstat (limited to 'docs/testing/user')
-rwxr-xr-x | docs/testing/user/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index d593e6f..046da42 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -210,6 +210,8 @@ pulling the latest master Euphrates container is: docker pull opnfv/storperf-master:latest docker pull opnfv/storperf-reporting:latest docker pull opnfv/storperf-httpfrontend:latest + docker pull opnfv/storperf-swaggerui:latest + docker pull opnfv/storperf-graphite:latest However, by itself, this will no longer provide full functionality. Full instructions are provided in the Running StorPerf Container section of this |