Moved attributes to right parent
[p5sagit/Oyster.git] / lib / Oyster / Provision / Rackspace.pm
index 7e80993..0ede957 100644 (file)
@@ -1,11 +1,6 @@
 package Oyster::Provision::Rackspace;
 use Moose::Role;
 
-has 'name'    => ( is => 'ro', isa => 'Str', required => 1 );
-has 'size'    => ( is => 'ro', isa => 'Str', required => 1 );
-has 'image'   => ( is => 'ro', isa => 'Str', required => 1 );
-has 'pub_ssh' => ( is => 'ro', isa => 'Str', required => 1 );
-
 requires 'config';
 
 sub create {