Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/datacenter/acitoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Dec 1, 2016
2 parents 692f5d4 + 8b6d4ae commit 672bb50
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 103 deletions.
3 changes: 2 additions & 1 deletion applications/configpush/apic_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def main():
'Do not actually push to the APIC.'))
parser.add_argument('--prompt', action='store_true', default=False,
help=('prompts a message to update the tenant with reference to the given config.'
'y/n ? if yes does the action specified in the message'))
'y/n ? if yes does the action specified in the message.'
'if just pressed enter then the default is taken as no'))
parser.add_argument('--useipepgs', action='store_true', default=False,
help=('Use IP based microsegmented EPGS to '
'assign the endpoint to the EPG.'))
Expand Down

0 comments on commit 672bb50

Please sign in to comment.