You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/10/04 15:25:08 UTC

[incubator-dlab] branch DLAB-1107 updated: [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix]

This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch DLAB-1107
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1107 by this push:
     new 3109b99  [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix]
3109b99 is described below

commit 3109b99342e7fda263af85b491020afeea3c4585
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Fri Oct 4 18:24:56 2019 +0300

    [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix]
---
 infrastructure-provisioning/scripts/deploy_dlab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py b/infrastructure-provisioning/scripts/deploy_dlab.py
index 5e8c8d4..05a4349 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -47,8 +47,8 @@ parser.add_argument('--aws_zone', type=str, default='', help='AWS zone')
 parser.add_argument('--azure_region', type=str, default='', help='Azure region')
 parser.add_argument('--gcp_region', type=str, default='', help='GCP region')
 parser.add_argument('--gcp_zone', type=str, default='', help='GCP zone')
-parser.add_argument('--image_creation', type=str, default='', help='Enable or Disable creating image at first time')
-parser.add_argument('--shared_image_enabled', type=str, default='', help='Enable or Disable shared images')
+parser.add_argument('--image_creation', type=str, default='true', help='Enable or Disable creating image at first time')
+parser.add_argument('--shared_image_enabled', type=str, default='true', help='Enable or Disable shared images')
 parser.add_argument('--conf_os_family', type=str, default='',
                     help='Operating system type. Available options: debian, redhat')
 parser.add_argument('--conf_cloud_provider', type=str, default='',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org