summaryrefslogtreecommitdiffstats
path: root/dashboard/src/booking
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-18 21:21:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-18 21:21:12 +0000
commitc1f6b460cce7d7a261e935ecc48fa6fa2de79f22 (patch)
tree0c32aa755420088664f7e31bbc6ec39ceac62bb6 /dashboard/src/booking
parentf969d2b4b25c32af40014278427ac529d4a71c29 (diff)
parent77dc4f8df107a3dd5a9c22198f34a0cf84a30eb3 (diff)
Merge "Fix ConfigBundle not being set in quick deploy"
Diffstat (limited to 'dashboard/src/booking')
-rw-r--r--dashboard/src/booking/quick_deployer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/src/booking/quick_deployer.py b/dashboard/src/booking/quick_deployer.py
index 9bc8c66..c431017 100644
--- a/dashboard/src/booking/quick_deployer.py
+++ b/dashboard/src/booking/quick_deployer.py
@@ -229,6 +229,7 @@ def create_from_form(form, request):
booking.end = timezone.now() + timedelta(days=int(length))
booking.resource = resource_bundle
booking.pdf = ResourceManager().makePDF(booking.resource)
+ booking.config_bundle = cbundle
booking.save()
print("users field:")
print(users_field)