Skip to content

Commit

Permalink
Merge pull request #260 from pvelumul/configpush_changes
Browse files Browse the repository at this point in the history
publising the clusters with external set to true to L3OUT instead of …
  • Loading branch information
michsmit99 committed Nov 30, 2016
2 parents b6ab325 + dc8fbb7 commit 8b6d4ae
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 8b6d4ae

Please sign in to comment.