Restore backwards compatibility for image register
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 9 Sep 2013 12:15:53 +0000 (15:15 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 9 Sep 2013 12:19:38 +0000 (15:19 +0300)
commit7e18cd26b12ec22d78b61f4408047c87ee7c096f
tree48cbd8b571434d7a280de38b602da55e093c7aae
parent4ea0d4621b97c6a46eb9dc9dee87d913b3051683
Restore backwards compatibility for image register

Refs: Bug #4276

New format:

/image register Name container:path/to/image

Old format:

/image register Name pithos://user-uuid/container/path/to/image

Now, the old format is also recognized. It is planed to be depricated in a
future version, though

Also, uniformize guides and doc responses for image register
docs/developers/clients-api.rst
kamaki/cli/__init__.py
kamaki/cli/command_tree/__init__.py
kamaki/cli/command_tree/test.py
kamaki/cli/commands/image.py
kamaki/cli/one_command.py
kamaki/clients/__init__.py
kamaki/clients/astakos/__init__.py