1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix DhcpOption#associate

This commit is contained in:
Alex Coomans 2013-12-27 16:09:52 -07:00
parent 7940b301ce
commit 327e77b439

View file

@ -24,8 +24,8 @@ module Fog
#
def associate(vpc_id)
requires :id
service.attach_dhcp_option(id, vpc_id)
#reload
service.associate_dhcp_options(id, vpc_id)
reload
end
# Removes an existing dhcp configuration set