From: marios <[email protected]> (recent v3.x OpenNebula driver update added the reboot action)
Signed-off-by: marios <[email protected]> --- site/lib/provider_support.rb | 2 +- site/output/api.html | 6 +++--- site/output/developers.html | 4 ++-- site/output/drivers.html | 2 +- site/output/index.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/lib/provider_support.rb b/site/lib/provider_support.rb index 5a5cd0a..e82078c 100644 --- a/site/lib/provider_support.rb +++ b/site/lib/provider_support.rb @@ -9,7 +9,7 @@ module ProviderSupportHelper :list => { :hardware_profiles => true, :realms => true, :images => true, :instances => true} }, {:name => "GoGrid", :driver => true, :instance => { :create => true, :start => false, :stop => true, :reboot => true, :destroy => true }, :list => { :hardware_profiles => true, :realms => true, :images => true, :instances => true} }, - {:name => "OpenNebula", :driver => true, :instance => { :create => true, :start => true, :stop => true, :reboot => false, :destroy => true }, + {:name => "OpenNebula", :driver => true, :instance => { :create => true, :start => true, :stop => true, :reboot => true, :destroy => true }, :list => { :hardware_profiles => true, :realms => true, :images => true, :instances => true} }, {:name => "Rackspace", :driver => true, :instance => { :create => true, :start => false, :stop => true, :reboot => true, :destroy => true }, :list => { :hardware_profiles => true, :realms => true, :images => true, :instances => true} }, diff --git a/site/output/api.html b/site/output/api.html index 96b56dc..a5fa138 100644 --- a/site/output/api.html +++ b/site/output/api.html @@ -458,7 +458,7 @@ meanings assigned to the standard HTTP verbs GET, POST, PUT, and DELETE.</p> <p>Beyond the generally accepted REST design principles, Apache Deltacloud - follows the guidelines discussed in the Fedora Project <a title="Fedora Cloud APIs REST Style Guide" href="http://fedoraproject.org/wiki/Cloud_APIs_REST_Style_Guide">Cloud APIs Rest Style Guide</a>.</p> + follows the guidelines discussed in the Fedora Project <a href="http://fedoraproject.org/wiki/Cloud_APIs_REST_Style_Guide" title="Fedora Cloud APIs REST Style Guide">Cloud APIs Rest Style Guide</a>.</p> <p>The URL space of the API is structured into collections of resources (entities, objects). The top level entities used in the Deltacloud API are: @@ -1886,7 +1886,7 @@ <p>Creates a new <strong><em>bucket</em></strong> and requires that you specify the <strong><em>name</em></strong> as a parameter. Optionally for Amazon S3 buckets, you can specify a bucket location with the <strong><em>location</em></strong> parameter, as per - <a title="AWS Regions and Endpoints" href="http://docs.amazonwebservices.com/general/latest/gr/index.html?rande.html">Regions and Endpoints for Amazon Simple Storage Service</a>; + <a href="http://docs.amazonwebservices.com/general/latest/gr/index.html?rande.html" title="AWS Regions and Endpoints">Regions and Endpoints for Amazon Simple Storage Service</a>; valid values for S3 bucket <em>location</em> parameter are: "us-west-1", "EU", "ap-southeast-1", "ap-northeast-1" (while not specifying a location defaults to the "US Standard" region). Note that clients may specify parameters as @@ -2031,7 +2031,7 @@ <h4 id="h4_3_10"><code>HEAD /api/buckets/:bucket_id/:blob_id</code></h4> <p>The <code>HTTP HEAD</code> operation on a specified <strong><em>blob</em></strong> URI will return all user defined - metadata fields. As per <a title="RFC 2616 HTTP/1.1" href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a> + metadata fields. As per <a href="http://www.ietf.org/rfc/rfc2616.txt" title="RFC 2616 HTTP/1.1">RFC 2616</a> this <code>HEAD</code> operation does not return a message body. Rather, the <strong><em>blob</em></strong> user metadata values are returned in the response <strong><em>X-Deltacloud-Blobmeta-</em></strong> headers (e.g., X-Deltacloud-Blobmeta-version:1.2).</p> diff --git a/site/output/developers.html b/site/output/developers.html index 0508dd8..e42f636 100644 --- a/site/output/developers.html +++ b/site/output/developers.html @@ -47,9 +47,9 @@ <div class='container' id='content-deltacloud'> <h1>Contribute to the Deltacloud Project</h1> - <p><a title="The Apache Software Foundation" href="http://www.apache.org/">Apache</a> Deltacloud is + <p><a href="http://www.apache.org/" title="The Apache Software Foundation">Apache</a> Deltacloud is free, open source software licensed under the - <a title="The Apache License" href="http://www.apache.org/licenses/LICENSE-2.0">apache license</a>. + <a href="http://www.apache.org/licenses/LICENSE-2.0" title="The Apache License">apache license</a>. Please feel free to <a href="contact.html">contact us</a> if you have any questions about the project or with any suggestions on how to improve Deltacloud. The Deltacloud developer community is open to anyone that wants to contribute!</p> diff --git a/site/output/drivers.html b/site/output/drivers.html index a890918..2a76f8d 100644 --- a/site/output/drivers.html +++ b/site/output/drivers.html @@ -271,7 +271,7 @@ <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> - <td class="not-supported">no</td> + <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> diff --git a/site/output/index.html b/site/output/index.html index dfb93c7..cb4379d 100644 --- a/site/output/index.html +++ b/site/output/index.html @@ -233,7 +233,7 @@ <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> - <td class="not-supported">no</td> + <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> <td class="supported">yes</td> -- 1.7.6.5
