diff --git a/lib/fog/aws/models/compute/dhcp_option.rb b/lib/fog/aws/models/compute/dhcp_option.rb index d3ec4473c..1969f38e3 100644 --- a/lib/fog/aws/models/compute/dhcp_option.rb +++ b/lib/fog/aws/models/compute/dhcp_option.rb @@ -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