Comment 9 for bug 1850642

Revision history for this message
Ryan Harper (raharper) wrote : Re: Cloud init unable to find the metadata service but can CURL it

The value:

option classless-static-routes 32.169.254.169.254 136.156.90.10,0 136.156.91.254;

Doesn't look valid to me, the first period seems to be misplaced; it's either all comma separated, or space-separated list of IP/mask values.

Can we get the dhcp client's hook scripts? that's usually where the classless-static-route parsing is handled.