Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
feat(status): returns port_closed hen port is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Sep 20, 2018
1 parent 6b9fcdb commit c9d88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-py/VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def check_server_status(self, openstack_id, diskspace, volume_id):
return self.get_server(openstack_id)
else:
server = self.get_server(openstack_id)
server.status = 'BUILD'
server.status = 'PORT_CLOSED'
return server
else:
server = self.get_server(openstack_id)
Expand Down

0 comments on commit c9d88b0

Please sign in to comment.