Merge "Add notices on Intel authored files."
This commit is contained in:
commit
f3680cd0c3
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user