diff options
author | Ćukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> | 2018-02-15 14:28:59 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2018-02-15 19:08:29 +0000 |
commit | be1f580bc2b04eb4a5aef60f1f18dcd93901c824 (patch) | |
tree | dd030572744758f2bc4059f6e0b738762b66b196 | |
parent | 1b0b06d70dde82a422cc561aa36df030747325f9 (diff) | |
download | vyos-walinuxagent-be1f580bc2b04eb4a5aef60f1f18dcd93901c824.tar.gz vyos-walinuxagent-be1f580bc2b04eb4a5aef60f1f18dcd93901c824.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 bdba297..589ca99 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -3,16 +3,16 @@ # # Enable instance creation -Provisioning.Enabled=y +Provisioning.Enabled=n # Rely on cloud-init to provision Provisioning.UseCloudInit=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", "ecdsa", "ed25519", and "auto". Provisioning.SshHostKeyPairType=rsa @@ -36,14 +36,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 |