Commit c7aafa07 by Feanil Patel

Added this argument accidentally with the last PR.

parent d3459b77
...@@ -66,9 +66,6 @@ def parse_args(): ...@@ -66,9 +66,6 @@ def parse_args():
help='directory to find playbooks in', help='directory to find playbooks in',
default='configuration/playbooks/edx-east', default='configuration/playbooks/edx-east',
metavar="PLAYBOOKDIR", required=False) metavar="PLAYBOOKDIR", required=False)
parser.add_argement('--boto-profile',
help='The profile to use with boto.',
default=None, metavar="PROFILE_NAME", required=False)
parser.add_argument('-d', '--deployment', metavar="DEPLOYMENT", parser.add_argument('-d', '--deployment', metavar="DEPLOYMENT",
required=True) required=True)
parser.add_argument('-e', '--environment', metavar="ENVIRONMENT", parser.add_argument('-e', '--environment', metavar="ENVIRONMENT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment