Skip to content

Commit

Permalink
Modified network setting template names
Browse files Browse the repository at this point in the history
  • Loading branch information
ksripathi committed Jul 11, 2017
1 parent 5d3d86b commit 8f8614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/centos_bridged_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def init_vm(self, vm_id, lab_repo_name):
success = success and self.copy_public_key(vm_id)
success = success and self.copy_ovpl_source(vm_id)
success = success and self.copy_lab_source(vm_id, lab_repo_name,
self.git.get_git_clone_loc())
self.git.nnget_git_clone_loc())
success = success and self.start_vm_manager(vm_id)
response = {"vm_id": vm_id, "vm_ip": IP_ADDRESS, "vm_port": base_config.VM_MANAGER_PORT}

Expand Down

0 comments on commit 8f8614f

Please sign in to comment.