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

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