Merge lp:~rcj/cloud-init/lp1575938 into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Robert C Jennings
on 2016-04-27
Status: | Merged |
---|---|
Merged at revision: | 1215 |
Proposed branch: | lp:~rcj/cloud-init/lp1575938 |
Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
Diff against target: |
12 lines (+1/-1) 1 file modified
cloudinit/helpers.py (+1/-1) |
To merge this branch: | bzr merge lp:~rcj/cloud-init/lp1575938 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
cloud-init Commiters | 2016-04-27 | Pending | |
Review via email:
|
To post a comment you must log in.
lp:~rcj/cloud-init/lp1575938
updated
on 2016-04-28
- 1214. By Robert C Jennings on 2016-04-28
-
Tweak instance path name based on review feedback
r1213 (Ensure instance path is a child of cloud_dir) stripped the
leading path separator. This patch goes further by replacing all
path seperators with '_' which will avoid a deep directory structure
under /var/lib/cloud/instances .