1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

M #-: Fix Broken pipe for AWS/Packet IPAM

This commit is contained in:
Ruben S. Montero 2021-01-20 11:56:46 +01:00
parent 25a8383b1b
commit 1a347de855
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
4 changed files with 7 additions and 15 deletions

View File

@ -16,4 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
STDIN=`cat -`
exit 0

View File

@ -16,4 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
STDIN=`cat -`
exit 0

View File

@ -16,4 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
STDIN=`cat -`
exit 0

View File

@ -16,20 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
###############################################################################
# This script is used to unregister a new IP network in the IPAM.
#
# STDIN input:
# - Base64 encoded XML with AR request
#
# XML format
# <IPAM_DRIVER_ACTION_DATA>
# <AR>
# <DEPLOY_ID>Packet AR ID</DEPLOY_ID>
# <PACKET_TOKEN>Packet auth token</PACKET_TOKEN>
# </AR>
# </IPAM_DRIVER_ACTION_DATA>
#
################################################################################
STDIN=`cat -`
exit 0