yunion-ci-robot
8a936fc339
Merge pull request #4823 from tb365/bugfix/tb-bugfix-0111
...
sku domain filter bugfix
2020-01-13 09:24:00 +08:00
TangBin
9700dbcc49
sku domain filter bugfix
2020-01-12 12:01:58 +08:00
yunion-ci-robot
64252402a3
Merge pull request #4809 from tb365/bugfix/tb-bugfix-0111
...
sku domain filter bugfix
2020-01-11 23:22:00 +08:00
TangBin
53eed495c1
sku domain filter bugfix
2020-01-11 21:23:24 +08:00
yunion-ci-robot
9d37deddcb
Merge pull request #4773 from wanyaoqi/feature/wyq/structure-isolated-device-info-on-guest-query
...
region: structure isolated device info on guest query
2020-01-11 18:26:58 +08:00
Jian Qiu
df81d7a9fe
fix: mising sku in server creat ( #4807 )
2020-01-11 09:35:33 +08:00
yunion-ci-robot
f90b4cd9e1
Merge pull request #4795 from tb365/bugfix/tb-bugfix-0110
...
Bugfix/tb bugfix 0110
2020-01-10 20:20:01 +08:00
yunion-ci-robot
0eec98d1f8
Merge pull request #4712 from tb365/feature/tb-support-update-skus-manually
...
cloud account support manually sync skus
2020-01-10 20:05:58 +08:00
yunion-ci-robot
6f093f0473
Merge pull request #4801 from tb365/bugfix/tb-bugfix-011001
...
kvm elb listener update bugfix
2020-01-10 19:49:58 +08:00
yunion-ci-robot
8a2641c8ea
Merge pull request #4766 from tb365/bugfix/tb-apigateway-getmodule-fix
...
_getModule fix
2020-01-10 19:21:58 +08:00
TangBin
5ac63fceb0
kvm elb listener update bugfix
2020-01-10 18:24:08 +08:00
TangBin
a3c7d765c8
spelling mistakes fix
2020-01-10 17:15:57 +08:00
TangBin
77ca9f5fe1
user register ingore blank row
2020-01-10 17:10:49 +08:00
TangBin
3174adde04
add filter skus by domain id
2020-01-10 17:07:11 +08:00
Zexi Li
8cb5bcce15
Merge pull request #4779 from rainzm/bugfix/esxi_workspace
...
fix(esxi-agent): Avoid redundant agent & Adjust workspace path
2020-01-10 11:51:45 +08:00
yunion-ci-robot
4703567fe1
Merge pull request #4754 from rainzm/bugfix/storage_sync
...
fix(region): Sync HostStorage in syncOnPremiseCloudProviderInfo
2020-01-10 10:33:57 +08:00
yunion-ci-robot
3b36f67c53
Merge pull request #4761 from wanyaoqi/bugfix/wyq/fix-image-disable-delete
...
image: image-properties-add-disable-delete
2020-01-10 10:27:58 +08:00
wanyaoqi
51f9ef4ee6
structure isolated device info on guest query
2020-01-10 10:27:41 +08:00
yunion-ci-robot
7ac8fc8026
Merge pull request #4768 from wanyaoqi/bugfix/wyq/fix-guest-start-no-task-complete
...
bugfix: fix guest start no task complete
2020-01-10 10:22:58 +08:00
yunion-ci-robot
2adc3e03fc
Merge pull request #4780 from swordqiu/hotfix/qj-initialize-service-config
...
fix: initialize service config on keystone when service boot
2020-01-10 10:17:59 +08:00
yunion-ci-robot
0d738d06d3
Merge pull request #4784 from yousong/bugfix/yousong-cname
...
Bugfix/yousong cname
2020-01-10 10:13:58 +08:00
Yousong Zhou
fb9e3c9522
dns: chain load records for cname
2020-01-09 23:19:59 +08:00
Yousong Zhou
1c84754373
dns: prepare for responding with A record of cname value
2020-01-09 23:19:59 +08:00
Yousong Zhou
b904b58de0
dnsrecords: add helper methods
2020-01-09 23:19:59 +08:00
Qiu Jian
74af253254
fix: initialize service config on keystone when service boot
2020-01-09 22:04:27 +08:00
Rain
891a018bef
fix(esxi-agent): Avoid redundant agent & Adjust workspace path
...
1. There is only one esxi agent needed in OneCloud.
2. Workspace path shoule be EsxiAgentPath not the parent directory of this.
3. The VM name is too long for vcenter when importing VM so that shrink
it.
2020-01-09 21:07:41 +08:00
Rain
5dc98f2645
fix(region): Sync HostStorage in syncOnPremiseCloudProviderInfo
...
情景:绕过OneCloud,删除 storage 上的所有 vm 并且删除 storage 然后新建 storage。
问题:因为存在 vm 在使用此 storage ,所以在同步的时候,对应的 storage
会删除失败,并且阻止了 storagecache 的同步。这样在创建机器的时候,如果
使用旧的 storage 就会导致创建失败(因为此 Host 已经不再使用对应的
remote storage); 如果使用新的 storage 就会因为找不到对应的 storage cache 而失败。
修改:如果因为以上原因删除失败的 storage 的 storage_type 为 local
那么就把这个 storage 置为 offline,并且不再阻止 storage cache 的同步。
2020-01-09 21:00:08 +08:00
wanyaoqi
ddb4d72527
fix guest start no task complete
2020-01-09 17:11:41 +08:00
TangBin
1b7acb4eee
_getModule fix
2020-01-09 16:34:14 +08:00
wanyaoqi
ab8f96ee67
image-properties-add-disable-delete
2020-01-09 15:40:33 +08:00
TangBin
5fd512cf11
cloud account support manually sync skus
2020-01-09 11:07:33 +08:00
yunion-ci-robot
7c31d1a7da
Merge pull request #4755 from rainzm/bugfix/esxi_vm_path
...
fix(esxi-agent): Adjust the VM Path in Datastore
2020-01-09 10:27:57 +08:00
Zexi Li
adcfaaa555
Merge pull request #4757 from swordqiu/hotfix/qj-fix-quota-brand-key
...
fix: brand of compute quota key should be fixed
2020-01-09 09:58:33 +08:00
yunion-ci-robot
7c51a354e7
Merge pull request #4709 from wanyaoqi/bugfix/wyq/host-misc-20200108
...
host misc fix
2020-01-09 00:03:58 +08:00
yunion-ci-robot
8cbf8caf79
Merge pull request #4724 from yousong/bugfix/yousong-wire-name
...
wires: lift name length, charset constraint
2020-01-08 23:39:57 +08:00
yunion-ci-robot
112dd56081
Merge pull request #4750 from ioito/bugfix/qx-qcloud-cloudevent-success
...
fix: cloudevent 成功条件补充
2020-01-08 23:31:01 +08:00
Qiu Jian
90c301ca01
fix: brand of compute quota key should be fixed
2020-01-08 23:16:44 +08:00
Rain
883871d551
fix(esxi-agent): Adjust the VM Path in Datastore
2020-01-08 21:05:22 +08:00
Qu Xuan
a0d48290af
fix: cloudevent 成功条件补充
2020-01-08 20:43:07 +08:00
Zexi Li
2021c2095a
Merge pull request #4735 from swordqiu/hotfix/qj-quota-misc-bugfix-20200108
...
fix: misc quota bugs
2020-01-08 19:17:24 +08:00
yunion-ci-robot
4baa85932c
Merge pull request #4728 from ioito/hotfix/qx-eip-generate-name
...
Hotfix/qx eip generate name
2020-01-08 18:59:01 +08:00
Qiu Jian
3f148f78e7
fix: misc quota bugs
...
1. snapshot pending usage not cleaned after created
2. server-attach-network error
3. loadbalancer fail to set cloudregion_id
2020-01-08 18:44:07 +08:00
Qu Xuan
3c9d6b929a
fix: eip duplicate name
2020-01-08 17:41:22 +08:00
Yousong Zhou
8d3434cdab
wires: lift name length, charset constraint
2020-01-08 17:21:30 +08:00
yunion-ci-robot
6c7b477956
Merge pull request #4695 from rainzm/bugfix/guest_image_quota
...
fix(glance): Cancel pending usage of image quota correctly
2020-01-08 16:10:58 +08:00
yunion-ci-robot
4a9a72d530
Merge pull request #4657 from ioito/hotfix/qx-api-docs
...
Hotfix/qx api docs
2020-01-08 15:54:57 +08:00
yunion-ci-robot
9e62b4dace
Merge pull request #4701 from tb365/bugfix/tb-bugfix-0107
...
Bugfix/tb bugfix 0107
2020-01-08 15:51:57 +08:00
Zexi Li
899f90f60b
Merge pull request #4714 from wanyaoqi/bugfix/wyq/subimage-field-nullable
...
bugfix: glance set subimage some field nullable
2020-01-08 15:42:33 +08:00
wanyaoqi
00237495b9
set subimage some field nullable
2020-01-08 15:35:26 +08:00
yunion-ci-robot
77ca8b147b
Merge pull request #4655 from ioito/hotfix/qx-cloudevent-query-optimized
...
optimized: 优化公有云日志查询
2020-01-08 14:53:57 +08:00