From: Marco Fontani Date: Mon, 22 Nov 2010 18:58:02 +0000 (+0000) Subject: api_{username,password} belong in the roles X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=57d9920132a9ccf15b734cd7b47052df70606f49 api_{username,password} belong in the roles --- diff --git a/lib/Oyster/Provision.pm b/lib/Oyster/Provision.pm index 85ef38a..e498a22 100644 --- a/lib/Oyster/Provision.pm +++ b/lib/Oyster/Provision.pm @@ -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');