projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d6e5f5f
)
api_{username,password} belong in the roles
Marco Fontani [Mon, 22 Nov 2010 18:58:02 +0000 (18:58 +0000)]
lib/Oyster/Provision.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Provision.pm
b/lib/Oyster/Provision.pm
index
85ef38a
..
e498a22
100644
(file)
--- 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');