Commit Graph
554 Commits
Author SHA1 Message Date
Qiu Jian fc5b3e68db minior fixes 2018-09-15 18:12:20 +08:00
Qiu Jian f43c278d90 guestdisk support index filter 2018-09-15 18:04:08 +08:00
Qiu Jian c624d4ec6c 修正:1. 阿里云刚删除主机的IP地址不能占用 2. rebuild root
no-account-init无效 3. 其他问题...
2018-09-15 17:05:17 +08:00
Qiu Jian d9e401249e adjust import order 2018-09-15 12:40:32 +08:00
Qiu Jian 588829bcb0 fix typos 2018-09-15 12:32:42 +08:00
Qiu Jian ee8e8bc2b5 增加eip操作的状态变化 2018-09-15 12:31:27 +08:00
Qiu Jian 876fadd6a8 network/wire/vpc增加zone/region信息 2018-09-15 10:48:28 +08:00
Qiu Jian 8c2250517f 修正:1. 主机创建/rebuild root密码设置问题 2. climc 密码设置问题 3.
billing_type字段为空导致创建主机失败问题
2018-09-15 00:31:58 +08:00
邱剑 ced99b919b Merge pull request #213 in YUNIONIO/onecloud from ~WANYAOQI/onecloud:bugfix/wyq/cache-token to release/2.1.0
* commit '197a0df5fdbf388dfd3d21ebc5152f3bf32e41d6':
  default unuse cached token
2018-09-14 20:17:51 +08:00
wanyaoqi 197a0df5fd default unuse cached token 2018-09-14 20:11:28 +08:00
邱剑 18627f4118 Merge pull request #210 in YUNIONIO/onecloud from ~TANGBIN/onecloud:feature/tb-change-falovr-fix to release/2.1.0
* commit '0d3d306524efe4a57e7e4165d7307491683f1e39':
  add change flavor fail status
2018-09-14 19:45:05 +08:00
邱剑 6511872424 Merge pull request #211 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-metadata-charge-type to release/2.1.0
* commit 'e77106787905b3187fcbdbc24253b7b0792fd559':
  增加 billing_type 和 expire_at 字段,用于计费
2018-09-14 18:07:10 +08:00
Qiu Jian e771067879 增加 billing_type 和 expire_at 字段,用于计费 2018-09-14 17:49:29 +08:00
邱剑 ab8d120580 Merge pull request #205 in YUNIONIO/onecloud from ~WANYAOQI/onecloud:feature/wyq/server-desc-sendkey-etc to release/2.1.0
* commit '1d3ed6ef65c769c09d086c3cdc3cb3e45a9e0a7a':
  server create disk
  minor fix
  attach detach isolate device
  server attach detach network, change bandwidth, some bug fix
  guest desc, guest sendkey, fix disk delete
2018-09-14 17:04:39 +08:00
TangBin 0d3d306524 add change flavor fail status 2018-09-14 16:33:23 +08:00
wanyaoqi 1d3ed6ef65 server create disk 2018-09-14 16:03:32 +08:00
wanyaoqi 09cec5721d minor fix 2018-09-14 14:51:56 +08:00
邱剑 f331e3917d Merge pull request #208 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-network-list-by-region to release/2.1.0
* commit 'eb77372794804d7f500c188b28ba24ecda6542b3':
  region: network list by cloudregion
2018-09-14 13:45:35 +08:00
邱剑 398d51b448 Merge pull request #204 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-k8s-deployment-label to release/2.1.0
* commit 'a70fee75301c9c71cc4aed7db1faa3e42f9cf183':
  climc: add name filter to k8s list resource
  climc: k8s-deployment-create support labels
2018-09-14 13:45:15 +08:00
Zexi Li eb77372794 region: network list by cloudregion 2018-09-14 13:26:43 +08:00
Zexi Li a70fee7530 climc: add name filter to k8s list resource 2018-09-14 13:17:48 +08:00
wanyaoqi 92bbb9e235 attach detach isolate device 2018-09-14 11:50:22 +08:00
wanyaoqi f910f6ada7 server attach detach network, change bandwidth, some bug fix 2018-09-14 11:50:22 +08:00
wanyaoqi ae336664dd guest desc, guest sendkey, fix disk delete 2018-09-14 11:45:17 +08:00
邱剑 173c0996a6 Merge pull request #203 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-bugfix-misc-20180913 to release/2.1.0
* commit '1c427f3c1b4dbac1098f74139cc09d4007b840ef':
  修正rebuildroot后API获取的磁盘列表不完整的问题
  Update vendor
  undo changes to virtualjointbase.go
  修正:1. 阿里云rebuild root重构 2. 其他一些fix
2018-09-14 11:21:30 +08:00
Qiu Jian 1c427f3c1b 修正rebuildroot后API获取的磁盘列表不完整的问题 2018-09-14 11:18:20 +08:00
Zexi Li 3f8604e549 climc: k8s-deployment-create support labels 2018-09-14 11:01:55 +08:00
Qiu Jian 314d491e44 Update vendor 2018-09-14 09:32:42 +08:00
Qiu Jian 76231936a9 Merge branch 'release/2.1.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-bugfix-misc-20180913 2018-09-14 01:47:12 +08:00
Qiu Jian 447b0b4a1c undo changes to virtualjointbase.go 2018-09-14 01:42:59 +08:00
Qiu Jian f7769ef1e3 修正:1. 阿里云rebuild root重构 2. 其他一些fix 2018-09-14 01:15:41 +08:00
李泽玺 5b74e3c8e6 Merge pull request #202 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-climc-k8s.v3 to release/2.1.0
* commit 'f1fec1b49e2d57456f14a0f7f6db4ceec037a4e2':
  climc: k8s options, code refactor
2018-09-13 18:24:57 +08:00
邱剑 8d55a35d1d Merge pull request #201 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-zone-capabilities-conflict-climc to release/2.1.0
* commit '7512a060beedd771a38b83ab17fe6f62842f8d4e':
  zones/<zone_id>/capabilities => zones/<zone_id>/capability climc changes
2018-09-13 16:49:47 +08:00
Zexi Li f1fec1b49e climc: k8s options, code refactor 2018-09-13 15:04:39 +08:00
Qiu Jian 7512a060be zones/<zone_id>/capabilities => zones/<zone_id>/capability climc changes 2018-09-13 13:19:04 +08:00
邱剑 e5c7ad38d4 Merge pull request #198 in YUNIONIO/onecloud from hotfix/rex-20180912-logclient-objid to release/2.1.0
* commit '8e2d077f2aa9edd6a4ed45da1c664aef2826388c':
  logserver obj-name 默认值
  logserver objid 默认值
2018-09-13 12:16:48 +08:00
邱剑 28a662ecc8 Merge pull request #200 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-resolve-zone-capabilities-conflict to release/2.1.0
* commit '013262e25ffc0c57f8e832e678711868c3c9924e':
  修正:zones/<zone_id>/capabilities => zones/<zone_id>/capability
2018-09-13 12:16:31 +08:00
Qiu Jian 013262e25f 修正:zones/<zone_id>/capabilities => zones/<zone_id>/capability 2018-09-13 12:10:29 +08:00
周有松 f603867960 Merge pull request #199 in YUNIONIO/onecloud from ~ZHOUYOUSONG/onecloud:bugfix/yousong-minors to release/2.1.0
* commit 'dd38b2b53dfcc50982078ec0b0f093e6b95bc38f':
  validators: add Optional() to IValidator for use in ValidateUpdateData()
  mcclient: options: set details=true when --pending-delete-all is specified
  cloudcommon: virtualresource: show pending_deleted field when queried
  cloudcommon: virtualresource: optimize list with --field specified
2018-09-13 11:59:58 +08:00
Yousong Zhou dd38b2b53d validators: add Optional() to IValidator for use in ValidateUpdateData() 2018-09-13 02:06:41 +00:00
Yousong Zhou 51307dedc5 mcclient: options: set details=true when --pending-delete-all is specified
This is required to get values of pending_deleted field
2018-09-13 02:06:41 +00:00
Yousong Zhou c66e264aff cloudcommon: virtualresource: show pending_deleted field when queried 2018-09-13 02:06:41 +00:00
Yousong Zhou 2ff04e3d97 cloudcommon: virtualresource: optimize list with --field specified
No functional change
2018-09-13 02:06:12 +00:00
Zhang Dongliang 8e2d077f2a logserver obj-name 默认值 2018-09-13 06:11:46 +08:00
Zhang Dongliang a4db1e57c3 logserver objid 默认值 2018-09-12 21:51:09 +08:00
邱剑 7c3dd189ba Automatic merge from release/2.0.0 -> release/2.1.0
* commit '7863b7c0850a1a5d3fd206df87c62ddc8b995bde':
  rbd类型disk需要path路径
2018-09-12 20:23:28 +08:00
邱剑 7863b7c085 Merge pull request #195 in YUNIONIO/onecloud from ~QUXUAN/onecloud:hotfix/qx-disk to release/2.0.0
* commit '2bd249be264fd828b09924ffd630c6717edb9ffa':
  rbd类型disk需要path路径
2018-09-12 20:23:27 +08:00
邱剑 329cf9aa5a Merge pull request #196 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-misc-20180912 to release/2.1.0
* commit '860f6b8c0248f9d3951ae6538ae29d1bf81432a4':
  修正:1. image更新时丢失properties属性 2. 虚拟机Get/List返回增加manager_id字段 3. 创建eip时候chargetype不生效
2018-09-12 20:06:22 +08:00
邱剑 883f321db7 Merge pull request #194 in YUNIONIO/onecloud from ~QUXUAN/onecloud:bugfix/qx-storage-choise to release/2.0.0
* commit 'f3b4b4d3146c9ac5b12bad89eb3d48842984aab0':
  避免只使用第一个storage
2018-09-12 19:29:08 +08:00
邱剑 48dd7ffe37 Automatic merge from release/2.0.0 -> release/2.1.0
* commit '883f321db71934a59d6b789d3febf7d8f5579def':
  避免只使用第一个storage
2018-09-12 19:29:08 +08:00