mirror of https://github.com/apache/jclouds.git
JCLOUDS-296: Deprecate Rackspace First-Gen CloudServers
This commit is contained in:
parent
0e3d1475ab
commit
d6eb54e2b4
|
@ -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 })
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue