ezelkow1 commented on a change in pull request #5470:
URL: https://github.com/apache/trafficcontrol/pull/5470#discussion_r566414394
##########
File path: infrastructure/cdn-in-a-box/ort/traffic_ops_ort/__init__.py
##########
@@ -472,6 +472,14 @@ def main() -> int:
help="Sets the timeout in milliseconds for requests
made to Traffic Ops.",
type=int,
default=None)
+ parser.add_argument("--via_string_release",
Review comment:
👍 will do. Yea I used CIAB as the test environment for this, so to be
able to pass the option around I had to add it everywhere, including ort.py :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]