diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-09-26 11:46:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-09-26 11:46:54 -0400 |
commit | 4d13fa79b32636bfab27540c76f46fcfb7ce7f5c (patch) | |
tree | 16d88c65fdbf4feda2d1ec083954862b8750fd37 /doc | |
parent | e3a5ed1467ac31077f01978e9233715e49da21fd (diff) | |
download | vyos-cloud-init-4d13fa79b32636bfab27540c76f46fcfb7ce7f5c.tar.gz vyos-cloud-init-4d13fa79b32636bfab27540c76f46fcfb7ce7f5c.zip |
re-work 'ephemeral_disk' and location of builtin config
Previously we had this 'ephemeral_disk' entry in the datasource config
for Azure, and then we also copied some entries into the .cfg
for that datasource from the datasource config.
Ie, datasource['Azure']['disk_setup'] would be oddly copied
into the .cfg object that was returned by 'get_config_obj'
Now, instead, we have a BUILTIN_CLOUD_CONFIG, which has those same
values in it.
The other change here is that 'ephemeral_disk' now has no meaning.
Instead, we add a populated-by-default entry 'disk_aliases' to the
BUILTIN_DS_CFG, and then just return entries in it for
'device_name_to_device'
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions