From: Marco Fontani Date: Mon, 22 Nov 2010 18:42:41 +0000 (+0000) Subject: ::Provision backends expect user/pass prefixed by api_ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=9add345b36c863347c5ecb840a209a13c50d05ac ::Provision backends expect user/pass prefixed by api_ The idea is to _not_ confuse the user: which username is that? the one the user logs in the service, the username that is going to be created on the server? Oh, it's the *API* username. Password? The one I log on the service with, or the root password for my new server? Oh, I see.. the *API* password. --- diff --git a/oyster.conf b/oyster.conf index 5ebbabb..83a369d 100644 --- a/oyster.conf +++ b/oyster.conf @@ -2,20 +2,20 @@ type AmazonEC2 - username foo - password baz + api_username foo + api_password baz size 256 type Rackspace - username foo - password baz + api_username foo + api_password baz type Rackspace - username foo - password baz + api_username foo + api_password baz size 512