From a673c5b83ad3d26bc5ea3f85bb1858469478a21b Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Fri, 3 Jun 2016 07:05:55 -0700 Subject: [PATCH] Remove TODO item The required TODO item has been implemented under, https://review.openstack.org/#/c/280476/18/translator/shell.py Change-Id: I32442690a9ff120e5bce2f09941406ab6fca864a --- translator/shell.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/translator/shell.py b/translator/shell.py index ca98efa6..0d718ff8 100644 --- a/translator/shell.py +++ b/translator/shell.py @@ -72,8 +72,6 @@ class TranslatorShell(object): raise ValueError(msg) def main(self, args): - # TODO(spzala): set self.deploy based on passed args once support for - # --deploy argument is enabled. self.deploy = False self._validate(args) path = args[0].split('--template-file=')[1]