From 9512f7cabad8cb1d7aaee22efe018c6539148dc2 Mon Sep 17 00:00:00 2001 From: liyin Date: Wed, 11 Jan 2017 19:10:57 +0800 Subject: Bottlenecks stack environment prepare JIRA: BOTTLENECK-124 This code is for Bottlenecks to have a common way to prepare stack environment. those action are divided into three part: fetch os file, source file and adding ext-net to source file. those function also need change other file like fetch_os_creds.sh. And add some config to config file. remove parser file logging function. This code is relying on the patch: Modify utils/ code into PEP8 style Change-Id: I54405776b6dc3f5fb939e511c96963a9c1624938 Signed-off-by: liyin --- utils/env_prepare/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utils/env_prepare/__init__.py (limited to 'utils/env_prepare/__init__.py') diff --git a/utils/env_prepare/__init__.py b/utils/env_prepare/__init__.py new file mode 100644 index 00000000..b124dfa9 --- /dev/null +++ b/utils/env_prepare/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## -- cgit 1.2.3-korg