From 8dc3f288b3fae2f37034a2d55d9d8938fa40a53a Mon Sep 17 00:00:00 2001 From: Kieron Bulloch Date: Tue, 17 Jun 2014 00:11:25 -0400 Subject: [PATCH] Adding readme.txt --- cloud-image/readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cloud-image/readme.txt diff --git a/cloud-image/readme.txt b/cloud-image/readme.txt new file mode 100644 index 00000000..a979aa08 --- /dev/null +++ b/cloud-image/readme.txt @@ -0,0 +1,10 @@ +create_image.py: + +- uses fabric, which doesn't support Python 3 + +- prompts for Rackspace credentials if environment variables not set + - see .novarc for example env variables + - note that the novaclient library uses the Rackspace password and -not- + the API key + +- use '--help' for help with arguments