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 2020/01/15 11:03:47 UTC

[incubator-dlab] branch dem-test updated: [dem-test] testing .ini file issue with missed parameters

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

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


The following commit(s) were added to refs/heads/dem-test by this push:
     new 3fdf373  [dem-test] testing .ini file issue with missed parameters
3fdf373 is described below

commit 3fdf3730037df967574571e973037e78f04be56f
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed Jan 15 13:03:31 2020 +0200

    [dem-test] testing .ini file issue with missed parameters
---
 infrastructure-provisioning/src/general/conf/dlab.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index d41434e..e55c803 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -57,7 +57,7 @@ duo_vpc_enable = false
 ### Range of subnets which will be using for user's environments
 # user_subnets_range =
 ### Comma-separated CIDR of IPs which will have access to SSN and Edge nodes
-allowed_ip_cidr = '0.0.0.0/:0'
+allowed_ip_cidr = '0.0.0.0/0'
 ### Type of network. Define in which network DLab will be deployed. Possible options: public|private
 network_type = public
 ### Additional tags in format 'Key1:Value1;Key2:Value2'


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