Skip to content

Commit

Permalink
describing what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontani committed Nov 18, 2009
1 parent 6f12d53 commit 99e44f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/list_servers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
my $key = $ENV{'CLOUDSERVERS_KEY'} or die "Need CLOUDSERVERS_KEY environment variable set";

$Net::RackSpace::CloudServers::DEBUG = 1;
warn "** Creating Net::RackSpace::CloudServers object..\n";
my $CS = Net::RackSpace::CloudServers->new(
user => $user,
key => $key,
);

warn "** \$CS->get_server()..\n";
$CS->get_server();
$CS->get_server(1);
warn "** \$CS->get_server_detail..\n";
$CS->get_server_detail();

0 comments on commit 99e44f8

Please sign in to comment.