diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-01-15 10:23:47 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-01-15 10:23:47 -0500 |
commit | a61ec07ed02d725a004ec17b4ae5257c89d67987 (patch) | |
tree | 8008a8901b3d01d0a822358cae4a0dabae39cfda /ChangeLog | |
parent | 62e9e73e3ed8467fc4d4d95f76ed0443c50f176c (diff) | |
parent | bd0c29c2f298ad060bba88ddbb4d2d11ab07cafe (diff) | |
download | vyos-cloud-init-a61ec07ed02d725a004ec17b4ae5257c89d67987.tar.gz vyos-cloud-init-a61ec07ed02d725a004ec17b4ae5257c89d67987.zip |
Use the GCE short hostname.
Google Compute Engine fqdn hostnames are usually longer than 64 characters.
This causes issues with many tools (often Java based).
Note that per gethostname(2):
POSIX.1-2001 guarantees that "Host names (not including the terminating null
byte) are limed to HOST_NAME_MAX bytes". On Linux, HOST_NAME_MAX is defined
with the value 64.
LP: #1383794
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ types - Update to use newer/better OMNIBUS_URL for chef module - GCE: Allow base64 encoded user-data (LP: #1404311) [Wayne Witzell III] + - GCE: use short hostname rather than fqdn (LP: #1383794) [Ben Howard] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |