summaryrefslogtreecommitdiffstats
path: root/utils/infra_setup/fetch_os_creds.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12Bottlenecks stack environment prepareliyin1-169/+0
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>
2015-12-01add fetch os creds scripts, which is used before running the bottlenecks ↵MatthewLi1-0/+169
test cases JIRA: BOTTLENECK-4 this script will be used in the jjb bottlenecks daily job Change-Id: I3a30553f86ff946ac74016467bf88a7de4fd61b7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>