diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2016-10-04 12:25:07 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-10-04 20:58:53 +0000 |
commit | 852ffe41b4b2e0c73c1668d5f17570d1bd5e8015 (patch) | |
tree | c312e001778e4688417641b98e9d5cb8133543c6 | |
parent | d7831853f701a6d74d95f1e76b80754219d95e84 (diff) | |
download | vyos-walinuxagent-852ffe41b4b2e0c73c1668d5f17570d1bd5e8015.tar.gz vyos-walinuxagent-852ffe41b4b2e0c73c1668d5f17570d1bd5e8015.zip |
disable_import_test.patch
No DEP3 Subject or Description header found
Gbp-Pq: disable_import_test.patch.
-rw-r--r-- | config/waagent.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/waagent.conf b/config/waagent.conf index c28a651..655a9f2 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 |