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

Merge pull request #2519 from drcapulet/alexc/dhcp-option

Fix DhcpOption#associate
This commit is contained in:
Frederick Cheung 2013-12-29 01:18:04 -08:00
commit 25c2859e26

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