mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
added styling fix
This commit is contained in:
parent
a362d2120f
commit
f318240b7f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ module Fog
|
||||||
:domain => cust_domain,
|
:domain => cust_domain,
|
||||||
:hostName => cust_hostname,
|
:hostName => cust_hostname,
|
||||||
:hwClockUTC => cust_hwclockutc,
|
:hwClockUTC => cust_hwclockutc,
|
||||||
:timeZone => cust_timezone,)
|
:timeZone => cust_timezone)
|
||||||
# Build the Dhcp Generator Object
|
# Build the Dhcp Generator Object
|
||||||
cust_fixed_ip = RbVmomi::VIM::CustomizationDhcpIpGenerator.new()
|
cust_fixed_ip = RbVmomi::VIM::CustomizationDhcpIpGenerator.new()
|
||||||
# Build the custom_ip_settings Object
|
# Build the custom_ip_settings Object
|
||||||
|
|
Loading…
Add table
Reference in a new issue