26cf2237fc27f98bd05eaf4648acfdb36d685ff1
tox 2 does not pass the environment by default, this is a change from tox 1.6. Instead, environment variables may be passed by means of the "passenv" variable in tox.ini. This mechanism supports globbing, so "OS_*" can be used to set the necessary environment variables for the python-saharaclient. Change-Id: Ibe9055dd4d4bc1a243db5198a9e5e35e5f93f628
Python bindings to the OpenStack Sahara API
This is a client for the OpenStack Sahara API. There's a Python API
(the saharaclient module), and a command-line script
(sahara). Each implements the OpenStack Sahara API. You can
find documentation for both Python bandings and CLI in Docs.
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/python-saharaclient
- Source: http://git.openstack.org/cgit/openstack/python-saharaclient
- Bugs: http://bugs.launchpad.net/python-saharaclient
Description