mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
add models for firewall, egress_firewall, networks, port_forwarding, projects, public_ip_addresses. Also fix 3015 (support project_id in key calls)
This commit is contained in:
parent
8d8ef13cc5
commit
d35a9e62b7
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ module Fog
|
|||
success_status == 'true'
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -30,7 +30,7 @@ module Fog
|
|||
attribute :domain_id, :aliases => 'domainid'
|
||||
attribute :domain, :aliases => 'domain'
|
||||
|
||||
# attribute :service, :aliases => 'service'
|
||||
attribute :service, :aliases => 'service'
|
||||
attribute :network_domain, :aliases => 'domain'
|
||||
attribute :physical_network_id, :aliases => 'physicalnetworkid'
|
||||
attribute :restart_required, :aliases => 'restartrequired'
|
||||
|
|
Loading…
Reference in a new issue