6.168. OpenstackVolumeProviders
OpenStack 卷(Cinder)集成已被 Managed Block Storage 替代。
名称 | 概述 |
---|---|
| 添加新卷提供程序。 |
| 检索卷提供程序的列表。 |
6.168.1. 添加 POST
添加新卷提供程序。
例如:
POST /ovirt-engine/api/openstackvolumeproviders
这样的请求正文:
<openstack_volume_provider> <name>mycinder</name> <url>https://mycinder.example.com:8776</url> <data_center> <name>mydc</name> </data_center> <requires_authentication>true</requires_authentication> <username>admin</username> <password>mypassword</password> <tenant_name>mytenant</tenant_name> </openstack_volume_provider>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| in/Out |