Activity log for bug #1516140

Date Who What changed Old value New value Message
2015-11-13 20:16:15 Matt Bruzek bug added bug
2015-11-13 20:16:25 Matt Bruzek description While writing the documentation I noticed that Juju has a `opened-ports` command to return the ports that are opened. This would be very useful in python and we should have a chram helper for this command. # opened-ports -h usage: opened-ports [options] purpose: lists all ports or ranges opened by the unit options: --format (= smart) specify output format (json|smart|yaml) -o, --output (= "") specify an output file Each list entry has format <port>/<protocol> (e.g. "80/tcp") or <from>-<to>/<protocol> (e.g. "8080-8088/udp"). While writing the documentation I noticed that Juju has a `opened-ports` command to return the ports that are opened. This would be very useful in python and we should have a charm helper for this command. # opened-ports -h usage: opened-ports [options] purpose: lists all ports or ranges opened by the unit options: --format (= smart)     specify output format (json|smart|yaml) -o, --output (= "")     specify an output file Each list entry has format <port>/<protocol> (e.g. "80/tcp") or <from>-<to>/<protocol> (e.g. "8080-8088/udp").