This change adds a new flag, --debug, which when enabled will print something like Listing Tier 1 Routers... for each resource type in the targeted IaaS.
Future work that could build on this:
include timestamps so that we can see how long each list call takes (and maybe make some performance optimizations)
AWS support (I didn't do this for AWS yet because there are a ton of resources, and I didn't want to waste time changing them all manually if there's a good way to automate making this change)
This change adds a new flag,
--debug
, which when enabled will print something likeListing Tier 1 Routers...
for each resource type in the targeted IaaS.Future work that could build on this: