Fixes creation of ssh access job 23/66023/1
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)
commit2f272e3878c99ca64eaed8ca7b5e1de85c792eb5
tree2d930c36da8880ff1ef197cfa1466ea03ccad149
parent1a3b73723f8ed903e428b096fe5458980e813592
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>
dashboard/src/api/models.py