OpenStack library utils
Go to file
Suraj Deshmukh e77d38ca33 Added ICMP 'type' and 'code' checking capability to 'netutils' module
ICMP has 'type' and 'code' fields which are used while adding a security
group rule using Horizon. I have written functions in 'netutils' module
which validate ICMP 'type' and 'code' fields.

Change-Id: Ie1a67ea1afd69d5de4326f9e9a7243362b912582
Closes-Bug: #1511940
2015-11-10 23:50:17 +05:30
doc/source Ensure stopwatch __enter__, __exit__ are in docs 2015-10-01 13:00:53 -07:00
oslo.utils/locale Imported Translations from Zanata 2015-10-23 06:32:09 +00:00
oslo_utils Added ICMP 'type' and 'code' checking capability to 'netutils' module 2015-11-10 23:50:17 +05:30
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitignore Fix coverage configuration and execution 2015-10-08 17:23:20 -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
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
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:33:03 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Updated from global requirements 2015-09-17 16:42:28 +00:00
setup.cfg Remove oslo namespace package 2015-07-15 18:20:18 +00:00
setup.py Updated from global requirements 2015-09-17 16:42:28 +00:00
test-requirements.txt Updated from global requirements 2015-10-23 18:49:05 +00:00
tox.ini Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00

README.rst

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.