mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[glesys] Rename template model to match Fog convention
This commit is contained in:
parent
4bd242db0c
commit
a5571f94cb
2 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
require 'fog/core/model'
|
||||
|
||||
module Fog
|
||||
module Glesys
|
||||
class Compute
|
||||
|
||||
module Compute
|
||||
class Glesys
|
||||
class Template < Fog::Model
|
||||
extend Fog::Deprecation
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module Fog
|
|||
|
||||
class Templates < Fog::Collection
|
||||
|
||||
model Fog::Glesys::Compute::Template
|
||||
model Fog::Compute::Glesys::Template
|
||||
|
||||
def all
|
||||
# Only select OpenVZ and Xen platforms
|
||||
|
|
Loading…
Add table
Reference in a new issue