summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2015-01-20 15:59:35 +0000
committerDaniel Watkins <daniel.watkins@canonical.com>2015-01-20 15:59:35 +0000
commit063d33bf8bb277744abab2c1fff44af665dc2545 (patch)
tree9c4fcadde57f501576953bc107d9068e8745b35c
parent54d1968f026cb0ee79913b599c2c90d9f07ef35d (diff)
downloadvyos-cloud-init-063d33bf8bb277744abab2c1fff44af665dc2545.tar.gz
vyos-cloud-init-063d33bf8bb277744abab2c1fff44af665dc2545.zip
New Azure disk_setup default.
-rw-r--r--cloudinit/sources/DataSourceAzure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py
index 09bc196d..2ba1e2ad 100644
--- a/cloudinit/sources/DataSourceAzure.py
+++ b/cloudinit/sources/DataSourceAzure.py
@@ -53,9 +53,9 @@ BUILTIN_DS_CONFIG = {
BUILTIN_CLOUD_CONFIG = {
'disk_setup': {
- 'ephemeral0': {'table_type': 'mbr',
- 'layout': True,
- 'overwrite': False},
+ 'ephemeral0': {'table_type': 'gpt',
+ 'layout': [100],
+ 'overwrite': True},
},
'fs_setup': [{'filesystem': 'ext4',
'device': 'ephemeral0.1',