mirror of https://github.com/apache/jclouds.git
Update profitbricks readme to reflect previous refactoring changes
This commit is contained in:
parent
f30182da69
commit
d5b74179a4
|
@ -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" )
|
||||
|
|
Loading…
Reference in New Issue