summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2016-02-26 11:06:35 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2016-03-02 16:03:59 +0000
commit632647b3fb2eace5e773aa2af33b3a1244364424 (patch)
treeba06a1dacf60e847149da7a6fea98eea7e0c1585
parent02dd66c6797ccd512a2536831282aef2ebc5e69e (diff)
downloadvyos-walinuxagent-632647b3fb2eace5e773aa2af33b3a1244364424.tar.gz
vyos-walinuxagent-632647b3fb2eace5e773aa2af33b3a1244364424.zip
disable_import_test.patch
No DEP3 Subject or Description header found Gbp-Pq: disable_import_test.patch.
-rw-r--r--config/waagent.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/waagent.conf b/config/waagent.conf
index e808117..d741734 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -14,13 +14,13 @@ Role.ConfigurationConsumer=None
Role.TopologyConsumer=None
# Enable instance creation
-Provisioning.Enabled=y
+Provisioning.Enabled=n
# Password authentication for root account will be unavailable.
-Provisioning.DeleteRootPassword=y
+Provisioning.DeleteRootPassword=n
# Generate fresh host key pair.
-Provisioning.RegenerateSshHostKeyPair=y
+Provisioning.RegenerateSshHostKeyPair=n
# Supported values are "rsa", "dsa" and "ecdsa".
Provisioning.SshHostKeyPairType=rsa
@@ -44,14 +44,14 @@ Provisioning.ExecuteCustomData=n
Provisioning.AllowResetSysUser=n
# Format if unformatted. If 'n', resource disk will not be mounted.
-ResourceDisk.Format=y
+ResourceDisk.Format=n
# File system on the resource disk
# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.Filesystem=ext4
# Mount point for the resource disk
-ResourceDisk.MountPoint=/mnt/resource
+ResourceDisk.MountPoint=/mnt
# Create and use swapfile on resource disk.
ResourceDisk.EnableSwap=n