0e24a87afb
The current message prints the error_msg.keys() directly, which returns a dict_keys object. This commit fix the SPA sync_message by casting it to a list. This commit also fixes a log message where the subcloud name and peer name order was inverted. Test Plan: 1. PASS - Try to sync a PGA that has the rehome-failed state in the non-primary site, causing the sync to fail. Verify that the sync_message prints the subcloud list without including the 'dict_keys' string; 2. PASS - Introduce an error during the _delete_subcloud() function and then try to delete the peer group association. Verify that the sync_message prints the subcloud list without including the 'dict_keys' string; 3. PASS - During SPG migration, verify that the modified log message prints the subcloud name and peer site name in the correct order. Closes-Bug: 2057934 Change-Id: Idfdc2cc1731a51c6098a06863b2469c3085aa813 Signed-off-by: Gustavo Herzmann <gustavo.herzmann@windriver.com> |
||
---|---|---|
.. | ||
centos | ||
dccommon | ||
dcdbsync | ||
dcmanager | ||
dcorch | ||
debian | ||
etc | ||
files | ||
ocf | ||
scripts | ||
__init__.py | ||
.coveragerc | ||
.coveragerc_xml | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
DistributedCloud
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.