summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-09-27 16:04:35 -0400
committerScott Moser <smoser@ubuntu.com>2013-09-27 16:04:35 -0400
commitd8146440c9c67d52871c1743cdbad4f08697fc27 (patch)
tree903453e229d767c72a5f5ba81e00c8c2f2e7c0ca /cloudinit
parent1c79f38fb2a9d11a0ab7743cf5d2965b2c3cbd56 (diff)
parent2c8c4c25adf2d75c6a769fa8b05151716ea4a98c (diff)
downloadvyos-cloud-init-d8146440c9c67d52871c1743cdbad4f08697fc27.tar.gz
vyos-cloud-init-d8146440c9c67d52871c1743cdbad4f08697fc27.zip
merge from ben. disable partition creation on smartos
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/sources/DataSourceSmartOS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py
index fa26633a..93b8b50b 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -78,7 +78,7 @@ BUILTIN_DS_CONFIG = {
BUILTIN_CLOUD_CONFIG = {
'disk_setup': {
'ephemeral0': {'table_type': 'mbr',
- 'layout': True,
+ 'layout': False,
'overwrite': False}
},
'fs_setup': [{'label': 'ephemeral0', 'filesystem': 'ext3',