summaryrefslogtreecommitdiffstats
path: root/rest_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_server.py')
-rw-r--r--rest_server.py3
1 files changed, 2 insertions, 1 deletions
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",