OpenStack library utils
Go to file
bhagyashris ccbeeea5da Add method validate_integer
Method validate_integer() is used in Cinder[1], Nova[2] and
Masakari[3].
So it's a good candidate to add this method in Oslo.utils.

[1] https://github.com/openstack/cinder/blob/master/cinder/utils.py#L1032
[2] https://github.com/openstack/nova/blob/master/nova/utils.py#L846
[3] https://github.com/openstack/masakari/blob/master/masakari/utils.py#L244

Change-Id: I9086b9057e24aa4747a81507ab14aad60e39ab40
2017-09-29 09:23:34 +05:30
doc/source rearrange existing documentation to fit the new standard layout 2017-07-01 21:05:49 +09:00
oslo_utils Add method validate_integer 2017-09-29 09:23:34 +05:30
releasenotes Update reno for stable/pike 2017-07-28 21:05:39 +00:00
tools Add Constraints support 2016-12-20 14:20:50 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitignore Add reno for release notes management 2016-11-01 15:43:10 +08: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 Fix wrong bug tracking link 2015-11-16 23:17:37 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Updated from global requirements 2017-09-11 21:47:29 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:24 +00:00
test-requirements.txt Add method validate_integer 2017-09-29 09:23:34 +05:30
tox.ini Remove references to Python 3.4 2017-01-09 10:14:48 -08:00

README.rst

Team and repository tags

image

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.