mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update lib/fog/hp/models/compute/server.rb
This commit is contained in:
parent
34be7b7a9a
commit
7283aa5f54
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ module Fog
|
||||||
@security_groups = new_security_groups
|
@security_groups = new_security_groups
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def security_groups
|
||||||
|
@security_groups
|
||||||
|
end
|
||||||
|
|
||||||
def ready?
|
def ready?
|
||||||
self.state == 'ACTIVE'
|
self.state == 'ACTIVE'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue