diff options
author | liyin <liyin11@huawei.com> | 2017-01-11 19:10:57 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-01-12 08:36:38 +0000 |
commit | 9512f7cabad8cb1d7aaee22efe018c6539148dc2 (patch) | |
tree | e5fa5532cb7d8c00428999c3d09d64d466080004 /utils/env_prepare/__init__.py | |
parent | e1a54d34819563946d1ff1ec673d1d261b826ad8 (diff) |
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 <liyin11@huawei.com>
Diffstat (limited to 'utils/env_prepare/__init__.py')
-rw-r--r-- | utils/env_prepare/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 +############################################################################## |