mirror of https://github.com/apache/cloudstack.git
Disable cmdline check until it's fixed
This commit is contained in:
parent
0027db6cd1
commit
583f177619
|
|
@ -21,11 +21,11 @@ rescue
|
|||
raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'ips')
|
||||
end
|
||||
|
||||
begin
|
||||
cmdline = data_bag_item('vr', 'cmdline')
|
||||
rescue
|
||||
raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'cmdline')
|
||||
end
|
||||
#begin
|
||||
# cmdline = data_bag_item('vr', 'cmdline')
|
||||
#rescue
|
||||
# raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'cmdline')
|
||||
#end
|
||||
|
||||
# List configured ips on this node and remove any that are not in the configuration
|
||||
listIPs(vr_ips).each do |dev, ip|
|
||||
|
|
|
|||
Loading…
Reference in New Issue