mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
vCenter VMM broken pipe failure fixed (#2276)
This commit is contained in:
parent
4462ba55b8
commit
7207094c39
@ -1 +0,0 @@
|
||||
../common/dummy.sh
|
20
src/vmm_mad/remotes/vcenter/prereconfigure
Normal file
20
src/vmm_mad/remotes/vcenter/prereconfigure
Normal file
@ -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
|
@ -16,6 +16,8 @@
|
||||
# limitations under the License. #
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
input = STDIN.read
|
||||
|
||||
ONE_LOCATION=ENV["ONE_LOCATION"] if !defined?(ONE_LOCATION)
|
||||
|
||||
if !ONE_LOCATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user