charm helpers needs a open-port to-from (range)
Bug #1516139 reported by
Matt Bruzek
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
New
|
Undecided
|
Unassigned |
Bug Description
While going through the documentation juju supports an `open-port` command with a range.
usage: open-port [options] <port>[/<protocol>] or <from>-
purpose: register a port or range to open
example: open-port 8001-8003/tcp
Related branches
lp://staging/~mattyw/charm-helpers/open-close-ports
- Stuart Bishop (community): Approve
-
Diff: 59 lines (+38/-0)2 files modifiedcharmhelpers/core/hookenv.py (+14/-0)
tests/core/test_hookenv.py (+24/-0)
To post a comment you must log in.
A fix for this has now landed, when can we expect it to makes it way into the released package?