diff options
| author | Dina Belova <dbelova@mirantis.com> | 2013-06-03 17:44:55 +0400 |
|---|---|---|
| committer | Dina Belova <dbelova@mirantis.com> | 2013-06-11 18:28:29 +0400 |
| commit | 7119e29cb535426c587eaf2cfc2cfcd11a422df0 (patch) | |
| tree | ee61f4db5c8ef559a9c50c5c501fb6c421f41fa0 /openstack/common/network_utils.py | |
| parent | ebaa578351c9c6b47c2f28ef6d74451e1483036b (diff) | |
| download | oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.tar.gz oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.tar.xz oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.zip | |
Enable hacking H404 test.
H404 - multi line docstring should start with a summary.
Change-Id: I2099e1ee81ff9657f7a07401b8e8f3327d03bdbd
Diffstat (limited to 'openstack/common/network_utils.py')
| -rw-r--r-- | openstack/common/network_utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py index fc7b9a8..0527ab9 100644 --- a/openstack/common/network_utils.py +++ b/openstack/common/network_utils.py @@ -26,8 +26,8 @@ LOG = logging.getLogger(__name__) def parse_host_port(address, default_port=None): - """ - Interpret a string as a host:port pair. + """Interpret a string as a host:port pair. + An IPv6 address MUST be escaped if accompanied by a port, because otherwise ambiguity ensues: 2001:db8:85a3::8a2e:370:7334 means both [2001:db8:85a3::8a2e:370:7334] and |
