Fix local-path ref, undo register_cli syntax modif
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 22 Nov 2012 13:21:45 +0000 (15:21 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 22 Nov 2012 13:21:45 +0000 (15:21 +0200)
commit7845bf515ad55e07db028d44b0aa00d8151ad559
tree470f11607d800237a3bb08cdf17bfd0d6b5102f4
parent939ef0f6f3cfa4d366f316ed9f7d2902cb5739dc
Fix local-path ref, undo register_cli syntax modif

WAS: register <name> <location>
THEN: register <location> [name]
NOW: register <name> <location>

but can run with --update to update an existing image instead of
replacing it
docs/conf.py
kamaki/cli/commands/image_cli.py