StarlingX Distributed Cloud Client
Go to file
98k 8b348b91d5 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I53abcd174e403ac3d6843f7f6c6320e9e9677a9d
Closes-Bug:  #1802032
Signed-off-by:  98k <18552437190@163.com>
2018-11-21 02:23:20 +00:00
dcmanagerclient Fix pep8 and py27 tests in stx-distcloud-client 2018-11-02 14:51:18 +00:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:32:45 +00:00
releasenotes [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:32:45 +00:00
.coveragerc StarlingX open source release updates 2018-08-07 11:51:16 -04:00
.gitignore StarlingX open source release updates 2018-08-07 11:51:16 -04:00
.gitreview Set up initial Gerrit requirements 2018-09-06 15:39:33 -05:00
.mailmap StarlingX open source release updates 2018-08-07 11:51:16 -04:00
.testr.conf StarlingX open source release updates 2018-08-07 11:51:16 -04:00
.zuul.yaml Fix pep8 and py27 tests in stx-distcloud-client 2018-11-02 14:51:18 +00:00
CONTRIBUTING.rst StarlingX open source release updates 2018-08-07 11:51:16 -04:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-08-07 11:51:16 -04:00
HACKING.rst Update the URL in HACKING.rst 2018-09-23 16:31:32 +08:00
LICENSE StarlingX open source release updates 2018-08-07 11:51:16 -04:00
MANIFEST.in StarlingX open source release updates 2018-08-07 11:51:16 -04:00
README.rst StarlingX open source release updates 2018-08-07 11:51:16 -04:00
babel.cfg StarlingX open source release updates 2018-08-07 11:51:16 -04:00
requirements.txt StarlingX open source release updates 2018-08-07 11:51:16 -04:00
setup.cfg StarlingX open source release updates 2018-08-07 11:51:16 -04:00
setup.py StarlingX open source release updates 2018-08-07 11:51:16 -04:00
test-requirements.txt Set up initial Gerrit requirements 2018-09-06 15:39:33 -05:00
tox.ini fix tox python3 overrides 2018-11-21 02:23:20 +00:00

README.rst

Dcmanagerclient

Wind River's Distributed Cloud system supports an edge computing solution by providing central management and orchestration for a geographically distributed network of Titanium Cloud systems.

python-dcmanagerclient

Python client for dcmanager

This is a client library for Dcmanager built on the Dcmanager API. It provides a Python API (the dcmanagerclient module) and a command-line tool (dcmanager).