Remove wrs-configutilities SDK Module
Some of the APIs/constants were moved to controllerconfig. With the StarlingX move to supporting pure upstream OpenStack, the majority of the SDK Modules are related to functionality no longer supported. The remaining SDK Modules will be moved to StarlingX documentation. Story: 2005275 Task: 30263 Depends-On: https://review.openstack.org/#/c/649175 Change-Id: I86b9857207135525de1687adff4657637060074a Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
parent
4b29c4c481
commit
7eb571d9ee
@ -237,7 +237,6 @@ python-keystone
|
||||
python-novaclient-doc
|
||||
python-panko
|
||||
python2-pankoclient
|
||||
configutilities
|
||||
drbd-bash-completion
|
||||
drbd-udev
|
||||
drbd-utils
|
||||
|
@ -241,7 +241,6 @@ python-keystone
|
||||
python-novaclient-doc
|
||||
python-panko
|
||||
python2-pankoclient
|
||||
configutilities
|
||||
drbd-bash-completion
|
||||
drbd-udev
|
||||
drbd-utils
|
||||
|
@ -16,14 +16,14 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
#
|
||||
# Copyright (c) 2013-2018 Wind River Systems, Inc.
|
||||
# Copyright (c) 2013-2019 Wind River Systems, Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
import ast
|
||||
import cgi
|
||||
from configutilities import HOST_XML_ATTRIBUTES
|
||||
from controllerconfig import HOST_XML_ATTRIBUTES
|
||||
import copy
|
||||
from fm_api import constants as fm_constants
|
||||
from inventory.api.controllers.v1 import base
|
||||
|
@ -27,7 +27,6 @@ setenv =
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig
|
||||
-e{[tox]cgcsdir}/stx-config/configutilities/configutilities
|
||||
-e{[tox]cgcsdir}/stx-config/sysinv/cgts-client/cgts-client
|
||||
-e{[tox]cgcsdir}/stx-fault/fm-api
|
||||
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
|
||||
@ -56,7 +55,6 @@ commands = {posargs}
|
||||
[testenv:cover]
|
||||
deps = {[testenv]deps}
|
||||
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig
|
||||
-e{[tox]cgcsdir}/stx-config/configutilities/configutilities
|
||||
-e{[tox]cgcsdir}/stx-fault/fm-api
|
||||
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
|
||||
-e{[tox]cgcsdir}/stx-config/controllerconfig/controllerconfig
|
||||
|
Loading…
Reference in New Issue
Block a user