Fixes creation of ssh access job
authorParker Berberian <pberberian@iol.unh.edu>
Fri, 21 Dec 2018 15:55:13 +0000 (10:55 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Fri, 21 Dec 2018 15:55:13 +0000 (10:55 -0500)
commit023f4acbcf81e4354044951a48e6e0c06a2ca50b
treef7c78bffb10c9faa343cd859a66e0d3d3733c515
parentf344654fd14e972b1b443194201dfd4c19288809
Fixes creation of ssh access job

Minor changes that allows the ssh job to be created.
Django model creation can become very complex when you
go beyond the model.object.create() method, and this
just fixes the order of operations.

Change-Id: I811f26149365067bdd15f2466f8ba9211c3ef901
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
src/api/models.py