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:
commit
25c2859e26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue