mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #2669 from swordqiu/feature/qj-ceph-cloud-provider
feature: 1. add ceph cloud provider based on generic s3 provider 2.climc support AK/SK authentication
This commit is contained in:
@@ -41,6 +41,7 @@ const (
|
||||
CLOUD_PROVIDER_ZSTACK = "ZStack"
|
||||
|
||||
CLOUD_PROVIDER_GENERICS3 = "S3"
|
||||
CLOUD_PROVIDER_CEPH = "Ceph"
|
||||
|
||||
CLOUD_PROVIDER_HEALTH_NORMAL = "normal" // 远端处于健康状态
|
||||
CLOUD_PROVIDER_HEALTH_INSUFFICIENT = "insufficient" // 不足按需资源余额
|
||||
|
||||
Reference in New Issue
Block a user