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

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


The following commit(s) were added to refs/heads/DLAB-1469 by this push:
     new 592c9ba  [DLAB-1469]: Fixed issue with result file
592c9ba is described below

commit 592c9ba449e497238b4237714c3352efaf7aa46e
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Jan 22 13:54:17 2020 +0200

    [DLAB-1469]: Fixed issue with result file
---
 infrastructure-provisioning/terraform/bin/dlab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/dlab.py 
b/infrastructure-provisioning/terraform/bin/dlab.py
index b3975f3..6100930 100644
--- a/infrastructure-provisioning/terraform/bin/dlab.py
+++ b/infrastructure-provisioning/terraform/bin/dlab.py
@@ -955,7 +955,7 @@ class AWSEndpointBuilder(AbstractDeployBuilder):
          .add_str('--subnet_cidr',
                   'CIDR for Subnet creation. Conflicts with subnet_id.',
                   default='172.31.0.0/24', group='endpoint')
-         .add_str('--ami', 'ID of EC2 AMI.', group='endpoint')
+         .add_str('--ami', 'ID of AMI.', group='endpoint')
          .add_str('--key_name', 'Name of EC2 Key pair.', required=True,
                   group='endpoint')
          .add_str('--endpoint_id', 'Endpoint id.', required=True,


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

Reply via email to