From: Haibin Huang Date: Thu, 17 Jan 2019 05:43:35 +0000 (+0800) Subject: Add starlingx for framework X-Git-Tag: 1.3.0~39 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=f03d40e62c6e945bf8beed487513c689df02d547 Add starlingx for framework Add starlingx support which make we can call the plugin by framework. Change-Id: Ib84bc6c3d4ad4d38646fd50913efe3baa2fdd900 Issue-ID: MULTICLOUD-428 Signed-off-by: Haibin Huang --- diff --git a/multivimbroker/multivimbroker/pub/config/provider-plugin.json b/multivimbroker/multivimbroker/pub/config/provider-plugin.json index 64502a4..16b37a1 100644 --- a/multivimbroker/multivimbroker/pub/config/provider-plugin.json +++ b/multivimbroker/multivimbroker/pub/config/provider-plugin.json @@ -16,6 +16,11 @@ "version": "pike", "extra_info_hint": "", "provider_plugin": "multicloud-pike" + }, + "starlingx": { + "version": "starlingx", + "extra_info_hint": "", + "provider_plugin": "multicloud-starlingx" } }, "provider_plugin": "multicloud-ocata" diff --git a/multivimbroker/multivimbroker/tests/test_syscomm.py b/multivimbroker/multivimbroker/tests/test_syscomm.py index acad785..ee34649 100644 --- a/multivimbroker/multivimbroker/tests/test_syscomm.py +++ b/multivimbroker/multivimbroker/tests/test_syscomm.py @@ -20,7 +20,7 @@ class TestSyscomm(unittest.TestCase): def test_getVIMTypes(self): expected_body = { - "openstack": ["titanium_cloud", "ocata", "pike"], + "openstack": ["titanium_cloud", "ocata", "pike", "starlingx"], "vmware": ["4.0"], "azure": ["1.0"] }