Skip to content

Commit

Permalink
vCenter VMM broken pipe failure fixed (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Semedi Barranco authored and Tino Vázquez committed Jul 11, 2018
1 parent 4462ba5 commit 7207094
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vmm_mad/remotes/vcenter/prereconfigure

This file was deleted.

20 changes: 20 additions & 0 deletions src/vmm_mad/remotes/vcenter/prereconfigure
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/sh

# -------------------------------------------------------------------------- #
# Copyright 2002-2018, OpenNebula Project, OpenNebula Systems #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #
# a copy of the License at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# Unless required by applicable law or agreed to in writing, software #
# distributed under the License is distributed on an "AS IS" BASIS, #
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
cat -

exit 0
2 changes: 2 additions & 0 deletions src/vmm_mad/remotes/vcenter/reconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# limitations under the License. #
# ---------------------------------------------------------------------------- #

input = STDIN.read

ONE_LOCATION=ENV["ONE_LOCATION"] if !defined?(ONE_LOCATION)

if !ONE_LOCATION
Expand Down

0 comments on commit 7207094

Please sign in to comment.