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:
parent
7940b301ce
commit
327e77b439
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