diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-06-16 11:18:33 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-06-16 11:18:33 -0400 |
commit | 6e06afffed8614cb143e3a13bab5aa382ccbbce9 (patch) | |
tree | c149bdb49489359e2e04b9f7c2300ed28f381c43 /ChangeLog | |
parent | 66c13ab5aca67ca3aa3d1536154989f98b85107a (diff) | |
download | vyos-cloud-init-6e06afffed8614cb143e3a13bab5aa382ccbbce9.tar.gz vyos-cloud-init-6e06afffed8614cb143e3a13bab5aa382ccbbce9.zip |
growpart: fix specification of 'devices' list.
given config:
{'growpart': {'devices': ["/"]}}
the 'devices' was ignored, it was incorrectly read from the top
level non-namespaced location.
LP: #1465436
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ - Add an rh_subscription module to handle registration of Red Hat instances. [Brent Baude] - cc_apt_configure: fix importing keys under python3 (LP: #1463373) + - cc_growpart: fix specification of 'devices' list (LP: #1465436) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |