diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-07-19 23:49:17 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-07-19 23:49:17 -0400 |
commit | 936132c0f9a7e8196b7d460581787ba4019bf5d4 (patch) | |
tree | 408c36d11672a6c5ee3eac3cdd72d0f8a0984337 /doc/var-lib-cloud.txt | |
parent | be623b70dbc7c591f14baa9314105e78bbe0f63f (diff) | |
download | vyos-cloud-init-936132c0f9a7e8196b7d460581787ba4019bf5d4.tar.gz vyos-cloud-init-936132c0f9a7e8196b7d460581787ba4019bf5d4.zip |
special case handling of mapping for ephemeral0
t1.micro do not have a ephemeral0 disk, but the metadata service will have
an entry there.
i386 t1.micro:
'block-device-mapping': {'ami': '/dev/sda1',
'ephemeral0': '/dev/sda2',
'root': '/dev/sda1'},
amd64 t1.micro:
'block-device-mapping': {'ami': '/dev/sda1',
'ephemeral0': '/dev/sdb',
'root': '/dev/sda1'},
LP: #744019
Diffstat (limited to 'doc/var-lib-cloud.txt')
0 files changed, 0 insertions, 0 deletions