TODO check out CloudFiles to provision
Marco Fontani [Sun, 21 Nov 2010 23:09:32 +0000 (23:09 +0000)]
lib/Oyster/Provision/Rackspace.pm

index dd0de29..fdfb7ab 100644 (file)
@@ -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);