Merge "Pool list cli support for v2"

This commit is contained in:
Jenkins
2015-12-04 01:35:50 +00:00
committed by Gerrit Code Review

View File

@@ -63,3 +63,8 @@ class UpdatePool(cli.UpdatePool):
class DeletePool(cli.DeletePool):
"""Delete a pool"""
pass
class ListPool(cli.ListPools):
"""List available Pools"""
pass