mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ninefold|compute] Save operations not supported
This commit is contained in:
parent
a81f23fced
commit
348beb370f
3 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,7 @@ module Fog
|
|||
end
|
||||
|
||||
def save
|
||||
raise "Operation not supported" if self.identity
|
||||
requires :zoneid
|
||||
|
||||
options = {
|
||||
|
|
|
@ -47,6 +47,7 @@ module Fog
|
|||
end
|
||||
|
||||
def save
|
||||
raise "Operation not supported" if self.identity
|
||||
requires :ipaddressid
|
||||
requires :protocol
|
||||
requires :startport
|
||||
|
|
|
@ -126,6 +126,7 @@ module Fog
|
|||
end
|
||||
|
||||
def save
|
||||
raise "Operation not supported" if self.identity
|
||||
requires :serviceofferingid
|
||||
requires :templateid
|
||||
requires :zoneid
|
||||
|
|
Loading…
Reference in a new issue