summaryrefslogtreecommitdiffstats
path: root/dashboard/src/api/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/api/models.py')
-rw-r--r--dashboard/src/api/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/src/api/models.py b/dashboard/src/api/models.py
index b35adf2..f8b8f89 100644
--- a/dashboard/src/api/models.py
+++ b/dashboard/src/api/models.py
@@ -343,8 +343,8 @@ class TaskConfig(models.Model):
class OpnfvApiConfig(models.Model):
- installer = models.CharField(max_length=100)
- scenario = models.CharField(max_length=100)
+ installer = models.CharField(max_length=200)
+ scenario = models.CharField(max_length=300)
roles = models.ManyToManyField(Host)
delta = models.TextField()