distcloud-client/distributedcloud-client
Tao Liu e3736b5227 Fix subcloud manage/unmanage commands
The subcloud_update interface was changed to support
files and data parameters. The manage/unmanage CLI
that uses the subcloud update interface was not updated.
As a result, the command failed. This update fixes this
issue.

Tests:
Manage/unmanage subclouds few times.

Closes-Bug: 1885141

Change-Id: I729895d76bbc76eac87420215bff04836d7eb678
Signed-off-by: Tao Liu <tao.liu@windriver.com>
2020-06-25 13:32:57 -04:00
..
centos Support subcloud deploy upload the common files 2020-04-23 09:38:51 -04:00
dcmanagerclient Fix subcloud manage/unmanage commands 2020-06-25 13:32:57 -04:00
.coveragerc Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
.testr.conf Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
LICENSE Update files for relocated repo 2019-11-04 16:12:27 -05:00
MANIFEST.in Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
README.rst Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
babel.cfg Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
pylint.rc Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05:00
requirements.txt Support subcloud deploy upload the common files 2020-04-23 09:38:51 -04:00
setup.cfg Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
setup.py Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
test-requirements.txt Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05:00
tox.ini Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05: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).