diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-05-31 16:29:12 -0400 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-06-04 12:39:24 -0400 |
commit | 21c35836d23aa66e43f68ec2e5194a28aa748470 (patch) | |
tree | 5d31fbe8b6f5abb69c0ea956f69c6ef0116b4837 /src/templates/booking/steps/booking_meta.html | |
parent | be541f2ae9e8415a156f3dc7f6796e7c90749181 (diff) |
Integrate OPNFV workflow
Now that required groundwork is in place, we can start
to pull the OPNFV workflow into the booking workflow
Change-Id: Ifa026ad446b48356ae03ef1d5ad48db841e13fbd
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'src/templates/booking/steps/booking_meta.html')
-rw-r--r-- | src/templates/booking/steps/booking_meta.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/booking/steps/booking_meta.html b/src/templates/booking/steps/booking_meta.html index fe43f53..cdd7834 100644 --- a/src/templates/booking/steps/booking_meta.html +++ b/src/templates/booking/steps/booking_meta.html @@ -48,6 +48,7 @@ </script> {% bootstrap_field form.info_file %} <p>You must provide a url to your project's INFO.yaml file if you are a PTL and you are trying to book a POD with multiple servers in it.</p> + {% bootstrap_field form.deploy_opnfv %} </div> <div class="panel panel_center"> </div> |