Skip to content

Commit

Permalink
Merge pull request #1143 from ioito/hotfix/qx-cas-const
Browse files Browse the repository at this point in the history
fix: add cas const
  • Loading branch information
ioito authored Dec 24, 2024
2 parents 5f4ed89 + 1cec319 commit 4d47750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/compute/cloudaccount_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const (
CLOUD_PROVIDER_SANGFOR = "SangFor"
CLOUD_PROVIDER_ZETTAKIT = "ZettaKit"
CLOUD_PROVIDER_UIS = "UIS"
CLOUD_PROVIDER_CAS = "CAS"

CLOUD_PROVIDER_GENERICS3 = "S3"
CLOUD_PROVIDER_CEPH = "Ceph"
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/compute/guest_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const (
HYPERVISOR_SANGFOR = "sangfor"
HYPERVISOR_ZETTAKIT = "zettakit"
HYPERVISOR_UIS = "uis"
HYPERVISOR_CAS = "cas"
)

const (
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/compute/host_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const (
HOST_TYPE_SANGFOR = "sangfor"
HOST_TYPE_ZETTAKIT = "zettakit"
HOST_TYPE_UIS = "uis"
HOST_TYPE_CAS = "cas"

// # possible status
HOST_ONLINE = "online"
Expand Down

0 comments on commit 4d47750

Please sign in to comment.