mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #3320: Hardcoded path of /usr/bin/false, used by econe server
(cherry picked from commit 758f175184a954c05095d12ff2863a7091d30254)
This commit is contained in:
parent
f83f5ef852
commit
1adb2691c3
@ -94,11 +94,11 @@
|
||||
|
||||
# Script to associate a public IP with a private IP
|
||||
# - arguments: elastic_ip private_ip vnet_template(base64_encoded)
|
||||
:associate_script: /usr/bin/false
|
||||
:associate_script: false
|
||||
|
||||
# Script to disassociate a public IP
|
||||
# - arguments: elastic_ip
|
||||
:disassociate_script: /usr/bin/false
|
||||
:disassociate_script: false
|
||||
|
||||
#############################################################
|
||||
# EBS
|
||||
|
Loading…
x
Reference in New Issue
Block a user