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
|
end
|
||||||
|
|
||||||
def save
|
def save
|
||||||
|
raise "Operation not supported" if self.identity
|
||||||
requires :zoneid
|
requires :zoneid
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
|
@ -47,6 +47,7 @@ module Fog
|
||||||
end
|
end
|
||||||
|
|
||||||
def save
|
def save
|
||||||
|
raise "Operation not supported" if self.identity
|
||||||
requires :ipaddressid
|
requires :ipaddressid
|
||||||
requires :protocol
|
requires :protocol
|
||||||
requires :startport
|
requires :startport
|
||||||
|
|
|
@ -126,6 +126,7 @@ module Fog
|
||||||
end
|
end
|
||||||
|
|
||||||
def save
|
def save
|
||||||
|
raise "Operation not supported" if self.identity
|
||||||
requires :serviceofferingid
|
requires :serviceofferingid
|
||||||
requires :templateid
|
requires :templateid
|
||||||
requires :zoneid
|
requires :zoneid
|
||||||
|
|
Loading…
Reference in a new issue