Add some client-side filters to image list
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 15 Apr 2013 13:31:17 +0000 (16:31 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 15 Apr 2013 13:31:17 +0000 (16:31 +0300)
commitfaeccbf904f072b43f0fd30233b925a982c3011c
tree4d27c5a3b83f495900d17fd265bc011c5245a339
parentf9457c89d30d65633d1d98690088db79233180de
Add some client-side filters to image list

--owner=<uuid> :  print only images with given owner

--name-prefix=<prefix>  :  print only images with name starting with <prefix>
--name-suffix=<suffix>  :  print only images with name starting with <suffix>
--name-like=<part>      :  print only images with name containing <part>

Feature #3513
kamaki/cli/commands/image.py