You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/03/12 10:00:59 UTC

[incubator-dlab] 11/15: [DLAB-1593]: moved variables in dlab.ini

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

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

commit 3b4ab1b16760c9d6150234c293f9dee88106dd81
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Mar 11 11:33:34 2020 +0200

    [DLAB-1593]: moved variables in dlab.ini
---
 infrastructure-provisioning/src/general/conf/dlab.ini | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index ed4f0d5..af7fa20 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -81,6 +81,10 @@ stepcerts_enabled = false
 private_subnet_prefix = 24
 ### Range of subnets defined by user
 # user_subnets_range = 172.31.0.0/24 - 172.31.50.0/24
+### Enables usage of domain name
+# domain_name_enabled =
+### Domain name
+# domain_name =
 
 #--- [aws] section contains all common parameters related to Amazon ---#
 [aws]
@@ -124,10 +128,6 @@ redhat_image_name = RHEL-7.4_HVM-20180103-x86_64-2-Hourly2-GP2
 # report_path =
 ### Predefined policies for users instances
 # user_predefined_s3_policies =
-### Enables usage of domain name
-# domain_name_enabled =
-### Domain name
-# domain_name =
 
 
 #--- [azure] section contains all common parameters related to Azure ---#


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