We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In ci_constants/vm_handler the following lines refer to an external link: we should include these in our own library:
CLOUD_INIT_DATA = { 'script_loc': 'https://raw.githubusercontent.com/kinvaris/cloud-init/master/create-config-drive', 'script_dest': '/tmp/cloud_init_script.sh', 'user-data_loc': '/tmp/user-data-migrate-test', 'config_dest': '/tmp/cloud-init-config-migrate-test' }
The script_loc refers to a location not within our control ...
The text was updated successfully, but these errors were encountered:
Its a fork towards some repo. I currently forked it too because Kinvaris has left.
https://github.com/JeffreyDevloo/virt-utils/blob/master/create-config-drive Feel free to add it to the fileserver or something and update the config location accordingly.
Sorry, something went wrong.
jake9050
No branches or pull requests
In ci_constants/vm_handler the following lines refer to an external link:
we should include these in our own library:
The script_loc refers to a location not within our control ...
The text was updated successfully, but these errors were encountered: