Not necessary to wati

This commit is contained in:
Sahid Orentino Ferdjaoui 2013-10-01 12:07:44 +02:00
parent 2ffc684a44
commit 2dce6d7348
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.1.6
0.1.7

View File

@ -223,8 +223,8 @@ class Server(Base):
return self._agent.client.compute.servers.create(**whitelist)
def _PostExecute(self, options):
self.wait_for_ready()
if "volumes" in options:
self.wait_for_ready()
for volume_opt in options["volumes"]:
self.Mount(**volume_opt)