Merge "Pool update support for v2"

This commit is contained in:
Jenkins 2015-12-01 20:41:55 +00:00 committed by Gerrit Code Review
commit 4fa143b047
1 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,8 @@ class GetQueueStats(cli.GetQueueStats):
class ShowPool(cli.ShowPool):
"""Display pool details"""
pass
class UpdatePool(cli.UpdatePool):
"""Update a pool attribute"""
pass