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:
parent
25a8383b1b
commit
1a347de855
@ -16,4 +16,6 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
STDIN=`cat -`
|
||||
|
||||
exit 0
|
||||
|
@ -16,4 +16,6 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
STDIN=`cat -`
|
||||
|
||||
exit 0
|
||||
|
@ -16,4 +16,6 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
STDIN=`cat -`
|
||||
|
||||
exit 0
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user