Skip to content

Commit

Permalink
Merge pull request #40 from uoryon/QCOS-3237
Browse files Browse the repository at this point in the history
QCOS-3237 add scale up/down
  • Loading branch information
nowenL authored Dec 13, 2016
2 parents dba0e59 + 4789894 commit 46d0a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vNext
- Service SCALING 状态拆分为 SCALING-UP SCALING-DOWN

# Release 1.2.0
- 添加禁用/启用AP端口的API,并在查看/搜索AP的API返回的端口信息中返回端口的启用状态(启用/禁用)。
Expand Down
3 changes: 2 additions & 1 deletion kirksdk/qcos_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ const (

const (
StateCreate = State("CREATING")
StateScaling = State("SCALING")
StateScalingUp = State("SCALING-UP")
StateScalingDown = State("SCALING-DOWN")
StateAutoUpdating = State("AUTO-UPDATING")
StateManualUpdating = State("MANUAL-UPDATING")
StateStarting = State("STARTING")
Expand Down

0 comments on commit 46d0a49

Please sign in to comment.