Merge "Add notices on Intel authored files."

This commit is contained in:
Zuul 2019-03-20 17:45:35 +00:00 committed by Gerrit Code Review
commit f3680cd0c3
4 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2019 Intel Corporation
#
# lib/stx-nfv
_XTRACE_STX_NFV=$(set +o | grep xtrace)

View File

@ -1,4 +1,9 @@
#!/bin/bash
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2019 Intel Corporation
#
# devstack/plugin.sh
# Triggers specific functions to install and configure stx-nfv

View File

@ -1,4 +1,10 @@
#!/bin/bash
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2019 Intel Corporation
#
# Devstack settings
# This plugin enables StarlingX stx-update services and follows the

View File

@ -1,8 +1,9 @@
#
# Copyright
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2019 Intel Corporation
#
import kubernetes
from kubernetes.client.rest import ApiException
import mock