Go to file
rajat29 adcea3ed8a Replace uuid.uuid4() with uuidutils.generate_uuid()
Openstack common has a wrapper for generating uuids.
We should use that function to generate uuids for consistency.

Change-Id: I726f0f2687945336c0e48c9f5a0897bd81a3b2b3
2017-07-20 15:35:17 +05:30
2016-12-21 13:26:55 +11:00
2013-12-22 22:01:02 +05:30
2013-11-23 06:44:50 +05:30
2017-03-02 11:55:22 +00:00
2017-03-28 10:03:31 +08:00

Team and repository tags

image

Python bindings to the Solum API

This is a client library for Solum built on the Solum API.

Installation

At the command line:

$ pip install python-solumclient

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv python-solumclient
$ pip install python-solumclient

Usage

To use python-solumclient in a project:

import solumclient
Description
RETIRED, Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Readme 4.4 MiB