0

我在尝试的时候得到了这个

04:59:49.489 [main] DEBUG jclouds.wire` - << 

<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
null

04:59:49.520 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking container:list
04:59:49.521 [main] DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService - Sending request -1849476372: GET http://xxx.xx.xx.xxx:8080/v1/AUTH_2c5c2fbbfe22422496d5ebf6861199f2/?format=json HTTP/1.1
04:59:49.521 [main] DEBUG jclouds.headers - >> GET http://xxx.xx.xx.xxx:8080/v1/AUTH_2c5c2fbbfe22422496d5ebf6861199f2/?format=json HTTP/1.1
04:59:49.522 [main] DEBUG jclouds.headers - >> Accept: application/json
04:59:49.522 [main] DEBUG jclouds.headers - >> X-Auth-Token: 

在线

swiftApi.getObjectApiForRegionAndContainer("RegionOne", CONTAINER_NAME).get(OBJECT_NAME);

如何解决这个问题

请分享与 jclouds 从 openstack 检索内容相关的任何链接或示例应用程序。

4

1 回答 1

1

试试jclouds OpenStack Guide 中的 Swift 示例。我刚刚在 DevStack 实例上尝试过它,它正在工作。

如果你能让它工作,你应该也能让你自己的代码工作。

于 2014-07-02T16:22:34.583 回答