mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add cpu_speed to flavors
This commit is contained in:
parent
07563cedb5
commit
e70344cf94
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ module Fog
|
|||
|
||||
attribute :bits
|
||||
attribute :cores
|
||||
attribute :cpu
|
||||
attribute :cpu_speed
|
||||
attribute :disk
|
||||
attribute :name
|
||||
attribute :ram
|
||||
|
|
Loading…
Reference in a new issue