0

我有一个使用 openstack4j 运行的 IBM Cloud Swift Object Storage 服务。我需要将容器移至 IBM 的 Softlayer 品牌提供的类似服务,

当我在 SoftLayer 控制面板中单击“查看凭据”时,我只会获得身份验证端点、用户名和 API 密钥(密码)值。但是 openstack4j 需要更多的值来允许连接:域 ID、对象 ID、......我可以让 OpenStack 与 Softlayer(无 Ibm 云)服务一起工作吗?

重要的是,出于某种原因,我的服务计划不允许我在 IBM Cloud 下创建更多 Swift Object Storage 服务实例,我只能在 Softlayer control.bluemix.net 控制面板中创建它们。

谢谢

编辑:此示例适用于 IBM Cloud,而不适用于 Softlayer 服务:

https://github.com/ibm-bluemix-mobile-services/bluemix-objectstorage-sample-liberty

4

2 回答 2

0

Softlayer 对象存储不提供对 openstack4j 的支持,但可能适用于 swift 客户端,您可以在此处查看如何配置它:

https://sldn.softlayer.com/blog/waelriac/managing-softlayer-object-storage-through-rest-apis

于 2018-01-29T17:22:30.783 回答
0

Only the IBM Cloud Swift Object Storage service will support the OpenStack credentials.

You currently have data in the IBM Cloud Swift service and want to move it to the SoftLayer Swift service or you would like to create another instance of IBM Cloud Swift Object Storage service and move your data there?

于 2018-01-29T14:33:09.647 回答