From 6f1a606468921448eda48f2c6d7650ef94ed5c44 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 15 Feb 2018 14:54:02 +0100 Subject: [PATCH] turn off creation of omf-friendly slices --- planetlab/slices/slice_add.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/planetlab/slices/slice_add.php b/planetlab/slices/slice_add.php index 59c0efc..29071a9 100644 --- a/planetlab/slices/slice_add.php +++ b/planetlab/slices/slice_add.php @@ -250,8 +250,9 @@ if (isset($_POST['omf-control'])) { } else { $omf_options=array(); } -$details->th_td("OMF friendly", - $form->checkbox_html('omf-control','yes',$omf_options)); +// 2018 feb 15 - turning off omf slices creation +// $details->th_td("OMF friendly", +// $form->checkbox_html('omf-control','yes',$omf_options)); $instantiation_text = <<< EOF
-- 2.43.0