diff options
author | Mark Beierl <mark.beierl@emc.com> | 2016-05-04 22:53:07 -0400 |
---|---|---|
committer | Mark Beierl <mark.beierl@emc.com> | 2016-05-06 14:13:52 -0400 |
commit | da56b4dac702713045aaeeedbab9234e1825ffe0 (patch) | |
tree | ae5594911e25458bada74916f01e82520b2f423c /ci | |
parent | 05e863781ce6746fabec176d1fc5f7454f2cdd73 (diff) |
Add Stats report and Swagger UI
Add Swagger web ui at /swagger
Add ability to fetch read/write latency status via ReST ui
Can now delete where stack was removed from OpenStack but not from the
storperf DB
Change to use Floating IPs instead of private IP
Fix delete bug where there was no dependency on resources in
the resource group.
JIRA: STORPERF-19
JIRA: STORPERF-20
Change-Id: I1d9627d81f3c309b178a9b68cc306a4101c1a231
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/setup.py b/ci/setup.py index 293fdda..2a02276 100755 --- a/ci/setup.py +++ b/ci/setup.py @@ -23,6 +23,7 @@ setup( url="https://www.opnfv.org", install_requires=["flask==0.10", "flask-restful==0.3.5", + "flask-restful-swagger==0.19", "html2text==2016.1.8", "python-cinderclient==1.6.0", "python-glanceclient==1.1.0", |