You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or better yet, outside the machine (separate your logical from your physical):
with_provisioner_options:bootstrap_options=>{:flavor_id=>2,:image_id=>67}}# This (and any other machines) will pick up the above provisioner optionsmachine'test'dorecipe'apt'end
bootstrap_options is the set of options you normally pass to Fog's bootstrap method.
Metal also supports flavor_name and image_name, btw, in which case it will look up the id for you. For example, :flavor_name => '512MB' and image_name => 'CentOS 6.4 x32'. region_name => 'San Francisco 1' works too.
Unless I missed an obvious example (which is very possible), I'm not sure how to specify these options.
Error:
The text was updated successfully, but these errors were encountered: