From: Marco Fontani <MFONTANI@cpan.org>
Date: Sun, 21 Nov 2010 23:09:32 +0000 (+0000)
Subject: TODO check out CloudFiles to provision
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d29be7cc660c7296580fe9a26ab081bc454bad82;p=p5sagit%2FOyster.git

TODO check out CloudFiles to provision
---

diff --git a/lib/Oyster/Provision/Rackspace.pm b/lib/Oyster/Provision/Rackspace.pm
index dd0de29..fdfb7ab 100644
--- a/lib/Oyster/Provision/Rackspace.pm
+++ b/lib/Oyster/Provision/Rackspace.pm
@@ -4,6 +4,9 @@ use Net::RackSpace::CloudServers;
 use Net::RackSpace::CloudServers::Server;
 use MIME::Base64;
 
+# TODO http://failverse.com/manually-creating-a-cloud-server-from-a-cloud-files-image/
+# in order to use an already created image to build the server, a la EC2 way
+
 requires 'config';
 
 has 'api_username' => ( is => 'ro', isa => 'Str', required => 1, lazy_build => 1);