diff options
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 8b52ca39..382cfaf8 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -14,20 +14,6 @@ disable_root: true # This will cause the set+update hostname module to not operate (if true) preserve_hostname: false -# This sets the default for creating the ephemeral0 on clouds -# that support it. -disk_setup: - ephemeral0 - type: 'mbr' - layout: True - overwrite: False - -fs_setup: - ephemeral0 - filesystem: 'ext3' - device: ephemeral0 - partition: 'auto' - # Example datasource config # datasource: # Ec2: @@ -56,6 +42,7 @@ cloud_config_modules: # Emit the cloud config ready event # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart + - disk_setup - mounts - ssh-import-id - locale |