Add a --wait option to various server commands
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Wed, 26 Jun 2013 11:35:39 +0000 (14:35 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Wed, 26 Jun 2013 11:35:39 +0000 (14:35 +0300)
commit60c42f9f29396a48f60351bb70465691a1bbfeac
tree655524c9281c59818470ed96c7e2036c3904a3fa
parente3f01d64121c4f8ba3ae9cb168c75ac487ce9188
Add a --wait option to various server commands

Refs: #3867

Commands affected: server_create/start/shutdown/reboot

Also, the wait functionality is now encapsulated in a _server_wait class
The server_wait command is just an implementation of this class.
kamaki/cli/commands/__init__.py
kamaki/cli/commands/cyclades.py