api_{username,password} belong in the roles
[p5sagit/Oyster.git] / lib / Oyster / Provision.pm
index 85ef38a..e498a22 100644 (file)
@@ -2,8 +2,6 @@ package Oyster::Provision;
 
 use Moose;
 
-has 'api_username' => ( is => 'ro', isa => 'Str');
-has 'api_password' => ( is => 'ro', isa => 'Str');
 has 'name'    => ( is => 'ro', isa => 'Str');
 has 'size'    => ( is => 'ro', isa => 'Str');
 has 'image'   => ( is => 'ro', isa => 'Str');