From caedfab4569897b9a0adeb1147f8ff4320e800e9 Mon Sep 17 00:00:00 2001 From: Michael Basnight Date: Sun, 4 Mar 2012 15:52:29 -0600 Subject: Fleshed out the basics for the guest-agent scp firstboot. * 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1a8ae701..60600168 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ vagrant/ reddwarf_test.sqlite .venv run_tests.log +guest-agent-files.txt -- cgit v1.2.1