OpenStack library utils
Go to file
ChangBo Guo(gcb) 44f36e35ec Add method is_valid_port in netutils
Glance[1] and Neutron[2] need to check if a value is a valid port,
so we place the common code in oslo.utils.

[1] https://git.openstack.org/cgit/openstack/glance/tree/glance/common/utils.py#n550
[2] https://git.openstack.org/cgit/openstack/neutron/tree/neutron/extensions/securitygroup.py#n142

Change-Id: I156035396b4f686589b6f7ddfbdb0c922b8d90a0
2015-01-06 14:16:37 +08:00
doc/source Add history/changelog to docs 2014-10-04 13:05:13 +00:00
oslo Add method is_valid_port in netutils 2015-01-06 14:16:37 +08:00
oslo.utils/locale Imported Translations from Transifex 2014-12-10 06:12:09 +00:00
tests Add method is_valid_port in netutils 2015-01-06 14:16:37 +08:00
tools Get the tox tests working 2014-06-18 23:12:10 -04:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
openstack-common.conf Switch to oslo.i18n and remove any dependency on oslo-incubator 2014-07-15 19:04:05 +00:00
README.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Merge "Add pbr to installation requirements" 2014-11-19 23:07:58 +00:00
setup.cfg Support building wheels (PEP-427) 2014-10-02 16:18:01 -04:00
setup.py Updated from global requirements 2014-08-30 08:35:42 +00:00
test-requirements.txt Updated from global requirements 2014-11-16 15:06:21 +00:00
tox.ini Activate pep8 check that _ is imported 2014-10-31 20:13:38 +00:00

oslo.utils

oslo.utils library