From 2c95b01efa53c7e7d4ea7d73fde0da6099938e50 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 29 Jun 2017 14:16:39 -0400 Subject: Docker Compose Updates Adds docker-compose directory with content to start container suite using nginx as front and and SwaggerUI in its own container. Updates the documentation to reflect new method of starting StorPerf. Change-Id: I469676e330dcad6c968b90133df8866b69eb5ea1 JIRA: STORPERF-181 Signed-off-by: mbeierl --- rest_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rest_server.py') diff --git a/rest_server.py b/rest_server.py index 5bff09c..dcf6be5 100644 --- a/rest_server.py +++ b/rest_server.py @@ -31,6 +31,7 @@ storperf = StorPerfMaster() class ConfigurationRequestModel: resource_fields = { 'agent_count': fields.Integer, + 'agent_flavor': fields.String, 'agent_image': fields.String, 'public_network': fields.String, 'volume_size': fields.Integer @@ -72,7 +73,7 @@ class Configure(Resource): @swagger.operation( notes='''Set the current agent configuration and create a stack in - the controller. Returns once the stack request is submitted.''', + the controller. Returns once the stack create is completed.''', parameters=[ { "name": "configuration", -- cgit 1.2.3-korg