the get_metadata_service_url function in openstack-datasource.sh can introduce nearly a 30 minute delay in booting instances if either the normal or the backup metadata service urls are inaccessible (as they are in the Seattle VIO installation).
Provide for a way to completely disable the metadata lookups in the JSON blob so that the scripts will immediately fallback to using user-data and meta-data files that it has already discovered in a config drive.
the
get_metadata_service_urlfunction inopenstack-datasource.shcan introduce nearly a 30 minute delay in booting instances if either the normal or the backup metadata service urls are inaccessible (as they are in the Seattle VIO installation).Provide for a way to completely disable the metadata lookups in the JSON blob so that the scripts will immediately fallback to using user-data and meta-data files that it has already discovered in a config drive.