Go to file
Dan Smith 7b7566bac8 Add netaddr.IPAddress support to to_primitive()
This enlightens jsonutils.to_primitive() about how to serialize
netaddr.IPAddress objects. Since these types are serializable
in their native form with just string coercion, just do that here.

Fixes bug 1195097

Change-Id: I358b0731e4d3774e5b36aefb5384fdfb75fd31b6
2013-06-27 06:38:16 -07:00
2013-02-06 16:47:06 +02:00
2013-05-22 12:11:14 +03:00
2012-09-13 06:07:49 +08:00
2013-06-25 14:55:09 +04:00
2013-04-23 16:31:36 -04:00
2013-05-17 08:40:49 -07:00
2013-05-17 08:40:49 -07:00
2013-06-20 20:44:43 -04:00
2013-06-25 14:46:19 +00:00
2013-05-14 20:49:57 +08:00

The Oslo Incubator

The Oslo program produces a set of python libraries containing infrastructure code shared by OpenStack projects. The APIs provided by these libraries should be high quality, stable, consistent and generally useful.

The process of developing a new Oslo API usually begins by taking code which is common to some OpenStack projects and moving it into this repository. Incubation shouldn't be seen as a long term option for any API - it is merely a stepping stone to inclusion into a published Oslo library.

For more information, see our wiki page:

https://wiki.openstack.org/wiki/Oslo

Running Tests

To run tests in virtualenvs (preferred):

sudo pip install tox tox

To run tests in the current environment:

sudo pip install -r requirements.txt nosetests

Description
RETIRED, Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
Readme 34 MiB