Bugfix: Error when create pod.yaml file 25/34525/2
authorxudan <xudan16@huawei.com>
Wed, 10 May 2017 02:02:14 +0000 (22:02 -0400)
committerxudan <xudan16@huawei.com>
Wed, 10 May 2017 02:53:09 +0000 (22:53 -0400)
commit5b5e2e6b0b26f5d938008ab640c032e6facb18b9
tree724b9dec99b91b3dd9bc868bda3cc49e31894dcc
parent9156b12831162f63453d75376d8db0074266c658
Bugfix: Error when create pod.yaml file

JIRA: DOVETAIL-426

os.path.makedirs(os.path.dirname(args.filepath))
AttributeError: 'module' object has no attribute 'makedirs'

Change-Id: I2b75576f05b7926b76148ea6152e4479215344f5
Signed-off-by: xudan <xudan16@huawei.com>
jjb/dovetail/dovetail-run.sh
utils/create_pod_file.py