Merge "bottlenecks offiline support"
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>
Mon, 12 Mar 2018 02:51:26 +0000 (02:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 12 Mar 2018 02:51:26 +0000 (02:51 +0000)
utils/env_prepare/stack_prepare.py

index 9830884..c1ac395 100644 (file)
@@ -75,7 +75,6 @@ def _source_file(rc_file):
                          shell=True)
     output = p.communicate()[0]
     output_lines = output.splitlines()
-    del output_lines[5]
     env = dict((line.split('=', 1) for line in output_lines))
     os.environ.update(env)
     return env