Merge "Add notices on Intel authored files."
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# lib/stx-nfv
|
# lib/stx-nfv
|
||||||
|
|
||||||
_XTRACE_STX_NFV=$(set +o | grep xtrace)
|
_XTRACE_STX_NFV=$(set +o | grep xtrace)
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# devstack/plugin.sh
|
# devstack/plugin.sh
|
||||||
# Triggers specific functions to install and configure stx-nfv
|
# Triggers specific functions to install and configure stx-nfv
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# Devstack settings
|
# Devstack settings
|
||||||
|
|
||||||
# This plugin enables StarlingX stx-update services and follows the
|
# This plugin enables StarlingX stx-update services and follows the
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Copyright
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
import kubernetes
|
import kubernetes
|
||||||
from kubernetes.client.rest import ApiException
|
from kubernetes.client.rest import ApiException
|
||||||
import mock
|
import mock
|
||||||
|
Reference in New Issue
Block a user