1 | initial version |
Hello,
In the configuration file, you can specify
ec2_metadata_base_url='https://my-metadata-service.com'
More information about the options you can find here: http://cloudbase-init.readthedocs.org/en/latest/services.html#amazon-ec2 and here https://github.com/openstack/cloudbase-init/blob/master/cloudbaseinit/metadata/services/ec2service.py#L26
Thanks.