diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-22 17:00:50 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-22 17:00:50 -0400 |
commit | c0c45eba28e623751d71a7fa3cb27c87300b851e (patch) | |
tree | 67fbb66105b1b81fa92240c59543962d716087e3 /doc | |
parent | c13f800d19884a28c57745f692d1b5221c6c3a6c (diff) | |
parent | 40a2f621b05c11ed6397a1735b6bfff0ea07b097 (diff) | |
download | vyos-cloud-init-c0c45eba28e623751d71a7fa3cb27c87300b851e.tar.gz vyos-cloud-init-c0c45eba28e623751d71a7fa3cb27c87300b851e.zip |
merge from master at 0.7.7-17-g40a2f62
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources/azure/README.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/sources/azure/README.rst b/doc/sources/azure/README.rst index 48f3cc7a..ec7d9e84 100644 --- a/doc/sources/azure/README.rst +++ b/doc/sources/azure/README.rst @@ -30,13 +30,10 @@ datasource: If those files are not available, the fallback is to check the leases file for the endpoint server (again option 245). -You can define the path to the lease file with the 'dhclient_lease' configuration -value under system_info: and paths:. For example: +You can define the path to the lease file with the 'dhclient_lease_file' +configuration. The default value is /var/lib/dhcp/dhclient.eth0.leases. - dhclient_lease: /var/lib/dhcp/dhclient.eth0.leases - -If no configuration value is provided, the dhclient_lease value will fallback to -/var/lib/dhcp/dhclient.eth0.leases. + dhclient_lease_file: /var/lib/dhcp/dhclient.eth0.leases walinuxagent ------------ |