You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by de...@apache.org on 2016/02/22 13:24:19 UTC

jclouds git commit: Update profitbricks readme to reflect previous refactoring changes

Repository: jclouds
Updated Branches:
  refs/heads/master f30182da6 -> d5b74179a


Update profitbricks readme to reflect previous refactoring changes


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/d5b74179
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/d5b74179
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/d5b74179

Branch: refs/heads/master
Commit: d5b74179a4cfc58c7debe52d547198ec707b346e
Parents: f30182d
Author: Reijhanniel Jearl Campos <de...@apache.org>
Authored: Sat Feb 20 01:33:26 2016 +0800
Committer: Reijhanniel Jearl Campos <de...@apache.org>
Committed: Sat Feb 20 01:33:26 2016 +0800

----------------------------------------------------------------------
 providers/profitbricks/README.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/d5b74179/providers/profitbricks/README.md
----------------------------------------------------------------------
diff --git a/providers/profitbricks/README.md b/providers/profitbricks/README.md
index 67db8dd..2cf5ce1 100644
--- a/providers/profitbricks/README.md
+++ b/providers/profitbricks/README.md
@@ -10,8 +10,6 @@ Like any cloud provider, ProfitBricks has its own set of terms in cloud computin
 
 ## Getting Started
 
-Assuming that there's **atleast one** datacenter existing in your account, the provider needs only an *identity* (your ProfitBricks email), and *credentials* (password) to provision a `Node`, by using a ProfitBricks-provided ubuntu-12.04 image as a template. 
-
 ```java
 ComputeService compute = ContextBuilder.newBuilder( "profitbricks" )
 					.credentials( "profitbricks email", "password" )