Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3dd2b6f
)
Bugfix: create stack failed due to not export EXTERNAL_NETWORK environment viarable
21/25521/1
author
chenjiankun
<chenjiankun1@huawei.com>
Tue, 6 Dec 2016 09:15:33 +0000
(09:15 +0000)
committer
chenjiankun
<chenjiankun1@huawei.com>
Tue, 6 Dec 2016 09:15:33 +0000
(09:15 +0000)
JIRA: YARDSTICK-449
Now if we run prepare env, we will not source the EXTERNAL_NETWORK.
I will source the EXTERNAL_NETWORK after I get it.
Change-Id: I917fcecae2cac13b7511667c0687d10eccfac751
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
api/actions/env.py
patch
|
blob
|
history
diff --git
a/api/actions/env.py
b/api/actions/env.py
index
9e53dde
..
78f9b72
100644
(file)
--- a/
api/actions/env.py
+++ b/
api/actions/env.py
@@
-191,6
+191,9
@@
def _prepare_env_daemon():
_append_external_network(rc_file)
+ # update the external_network
+ _source_file(rc_file)
+
_load_images()