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

Commit

Permalink
fixed start wiht volume bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 12, 2019
1 parent b4748d7 commit cc166c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def start_server(
if diskspace > "0":
volume_id = self.create_volume_by_start(volume_storage=diskspace,
volume_name=volumename,
server_name=servername)
server_name=servername, metadata=metadata)
init_script = self.create_mount_init_script(volume_id=volume_id)

server = self.conn.compute.create_server(
Expand Down

0 comments on commit cc166c1

Please sign in to comment.