summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-07-08 20:44:28 -0400
committerScott Moser <smoser@ubuntu.com>2010-07-08 20:44:28 -0400
commitd96186bc66b86639e9f9257aa288256e11e44ad5 (patch)
treeaf095467edd2a8fc92a3858c8d863406418ee8aa /templates
parent93fc41ed689c1380f60ee774fd20101829a5cafb (diff)
downloadvyos-cloud-init-d96186bc66b86639e9f9257aa288256e11e44ad5.tar.gz
vyos-cloud-init-d96186bc66b86639e9f9257aa288256e11e44ad5.zip
fix bug where nfs/network mounts could not be specified (LP: #603329)
What caused this was having an open ended list on what "names" might be found in the metadata service. That list is now trimmed down to the the following values: ephemeral* root ami swap The above list was found from crawled medata data services in the latest maverick tests I did. The following is the complete list of entries that were there: 'ami': '/dev/sda1', 'ami': 'sda1', 'ephemeral0': '/dev/sda2' 'ephemeral0': '/dev/sdb' 'ephemeral0': 'sda2' 'ephemeral0': 'sdb' 'ephemeral1': 'sdc' 'ephemeral2': 'sdd' 'ephemeral3': 'sde' 'root': '/dev/sda1' 'root': '/dev/sda1' 'swap': 'sda3' Also, this limits which devices will have "/dev/" prepended to them to sda, sda1, xvda, xvda1, hda1, hda, vda. LP: #603329
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions