JCLOUDS-296: Deprecate Rackspace First-Gen CloudServers

This commit is contained in:
Jeremy Daggett 2014-08-29 14:04:59 -07:00 committed by Jeremy Daggett
parent 0e3d1475ab
commit d6eb54e2b4
2 changed files with 6 additions and 6 deletions

View File

@ -70,9 +70,9 @@ import com.google.common.util.concurrent.ListenableFuture;
*
* @see CloudServersClient
*
* @deprecated The Rackspace First-Gen Cloud Servers product has been retired and this API should not be used. Please
* use the {@code rackspace-cloudservers-uk} and {@code rackspace-cloudservers-us} providers as this
* API will be removed in jclouds 2.0.
* @deprecated The Rackspace First-Gen Cloud Servers product has been deprecated. Please refer to the
* <a href="http://jclouds.apache.org/guides/rackspace">Rackspace Getting Started Guide</a>
* for accessing the Rackspace Cloud. This API will be removed in 2.0.
*/
@Deprecated
@RequestFilters({ AuthenticateRequest.class, AddTimestampQuery.class })

View File

@ -41,9 +41,9 @@ import org.jclouds.cloudservers.options.RebuildServerOptions;
*
* @see CloudServersAsyncClient
*
* @deprecated The Rackspace First-Gen Cloud Servers product has been retired and this API should not be used. Please
* use the {@code rackspace-cloudservers-uk} and {@code rackspace-cloudservers-us} providers as this
* API will be removed in jclouds 2.0.
* @deprecated The Rackspace First-Gen Cloud Servers product has been deprecated. Please refer to the
* <a href="http://jclouds.apache.org/guides/rackspace">Rackspace Getting Started Guide</a>
* for accessing the Rackspace Cloud. This API will be removed in 2.0.
*/
@Deprecated
public interface CloudServersClient extends Closeable {