adcea3ed8af39d727ab9baeaf2fcfb730368ed7e

Openstack common has a wrapper for generating uuids. We should use that function to generate uuids for consistency. Change-Id: I726f0f2687945336c0e48c9f5a0897bd81a3b2b3
Team and repository tags
Python bindings to the Solum API
This is a client library for Solum built on the Solum API.
- Free software: Apache license
- Documentation: http://wiki.openstack.org/wiki/Solum
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