Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Added profitbricks documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander authored and marios committed Oct 18, 2013
1 parent f539ac9 commit 96aec34
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions site/content/drivers.md
Expand Up @@ -289,6 +289,20 @@ The driver and provider can be selected through the request headers <strong> X-D
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
</tr>
<tr>
<td class='provider'>
<strong>ProfitBricks</strong>
</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
<td style="text-align:center">yes</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -581,6 +595,15 @@ The following table gives details about the credentials that must be provided fo
<td>API Key</td>
<td>Obtain these credentials from the <a href="https://www.digitalocean.com/api_access">API access</a> page of your digitalocean account.</td>
</tr>
<tr>
<td>
<strong>ProfitBricks</strong>
</td>
<td>profitbricks</td>
<td>Username (email)</td>
<td>Password</td>
<td>The same credientals used for log-in to the <a href="https://my.profitbricks.com/dashboard/">Profitbricks DCD</a>.</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -797,5 +820,18 @@ The username and password in 401 challenge should be the same as you use in the
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#specific" href="#ec2">
ProfitBricks
</a>
</div>
<div id="ec2" class="accordion-body collapse in">
<div class="accordion-inner">
ProfitBricks is different from other cloud providers because it does not have fixed Realms. Realms, called Datacenters at ProfitBricks, can be created and deleted by the user. Because this functionality is not implemented in Deltacloud you first have to create a Datacenter via the <a href="https://my.profitbricks.com/dashboard/dcd/">ProfitBricks DCD</a>.
<br/>
</div>
</div>
</div>
</div>

0 comments on commit 96aec34

Please sign in to comment.