Bottlenecks stack environment prepare 69/26869/4
authorliyin <liyin11@huawei.com>
Wed, 11 Jan 2017 11:10:57 +0000 (19:10 +0800)
committerAce Lee <liyin11@huawei.com>
Thu, 12 Jan 2017 08:36:38 +0000 (08:36 +0000)
commit9512f7cabad8cb1d7aaee22efe018c6539148dc2
treee5fa5532cb7d8c00428999c3d09d64d466080004
parente1a54d34819563946d1ff1ec673d1d261b826ad8
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>
config/config.yaml
utils/env_prepare/__init__.py [new file with mode: 0644]
utils/env_prepare/stack_prepare.py [new file with mode: 0644]
utils/infra_setup/fetch_os_creds.sh [deleted file]
utils/infra_setup/heat/manager.py
utils/logger.py
utils/parser.py