mirror of https://github.com/apache/jclouds.git
Adding links to openstack-keystone admin API documentation
This commit is contained in:
parent
8857144dbc
commit
86e56096a0
|
@ -48,8 +48,11 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
/**
|
||||
* Provides asynchronous access to Admin via their REST API.
|
||||
* <p/>
|
||||
*
|
||||
*
|
||||
* @see AdminClient
|
||||
* @see <a href=
|
||||
* "http://docs.openstack.org/api/openstack-identity-service/2.0/content/Admin_API_Service_Developer_Operations-d1e1356.html"
|
||||
* />
|
||||
* @author Adam Lowe
|
||||
*/
|
||||
@SkipEncoding({ '/', '=' })
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.jclouds.openstack.keystone.v2_0.domain.User;
|
|||
* @author Adam Lowe
|
||||
* @see AdminAsyncClient
|
||||
* @see <a href=
|
||||
* "http://docs.openstack.org/api/openstack-identity-service/2.0/content/Service_API_Client_Operations.html"
|
||||
* "http://docs.openstack.org/api/openstack-identity-service/2.0/content/Admin_API_Service_Developer_Operations-d1e1356.html"
|
||||
* />
|
||||
*/
|
||||
@Timeout(duration = 30, timeUnit = TimeUnit.SECONDS)
|
||||
|
|
Loading…
Reference in New Issue