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:
Kristine Bujold 2019-04-01 15:49:46 -04:00
parent 4b29c4c481
commit 7eb571d9ee
4 changed files with 2 additions and 6 deletions

View File

@ -237,7 +237,6 @@ python-keystone
python-novaclient-doc python-novaclient-doc
python-panko python-panko
python2-pankoclient python2-pankoclient
configutilities
drbd-bash-completion drbd-bash-completion
drbd-udev drbd-udev
drbd-utils drbd-utils

View File

@ -241,7 +241,6 @@ python-keystone
python-novaclient-doc python-novaclient-doc
python-panko python-panko
python2-pankoclient python2-pankoclient
configutilities
drbd-bash-completion drbd-bash-completion
drbd-udev drbd-udev
drbd-utils drbd-utils

View File

@ -16,14 +16,14 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # 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 # SPDX-License-Identifier: Apache-2.0
# #
import ast import ast
import cgi import cgi
from configutilities import HOST_XML_ATTRIBUTES from controllerconfig import HOST_XML_ATTRIBUTES
import copy import copy
from fm_api import constants as fm_constants from fm_api import constants as fm_constants
from inventory.api.controllers.v1 import base from inventory.api.controllers.v1 import base

View File

@ -27,7 +27,6 @@ setenv =
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig -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-config/sysinv/cgts-client/cgts-client
-e{[tox]cgcsdir}/stx-fault/fm-api -e{[tox]cgcsdir}/stx-fault/fm-api
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient -e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
@ -56,7 +55,6 @@ commands = {posargs}
[testenv:cover] [testenv:cover]
deps = {[testenv]deps} deps = {[testenv]deps}
-e{[tox]cgcsdir}/stx-update/tsconfig/tsconfig -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/fm-api
-e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient -e{[tox]cgcsdir}/stx-fault/python-fmclient/fmclient
-e{[tox]cgcsdir}/stx-config/controllerconfig/controllerconfig -e{[tox]cgcsdir}/stx-config/controllerconfig/controllerconfig