
* Copying ssh keys from the host to the image * Added a bootstrap_init.sh which does the scp work to the instance * Finished the bootstrap.sh so it will upload to glance * Added a service images table for identifing the current image on create * Added some dummy guest-agent code for testing purposes * Added a delete method, which is not finished
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
vagrant/
|
|
*.pyc
|
|
.idea
|
|
reddwarf_test.sqlite
|
|
.venv
|
|
run_tests.log
|
|
guest-agent-files.txt
|