mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3457 from GaloisInc/ovirt_filtered_api
Adds `ovirt_filtered_api` to list of recognized options for Ovirt service
This commit is contained in:
commit
345e555e62
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ module Fog
|
||||||
class Ovirt < Fog::Service
|
class Ovirt < Fog::Service
|
||||||
requires :ovirt_username, :ovirt_password
|
requires :ovirt_username, :ovirt_password
|
||||||
recognizes :ovirt_url, :ovirt_server, :ovirt_port, :ovirt_api_path, :ovirt_datacenter,
|
recognizes :ovirt_url, :ovirt_server, :ovirt_port, :ovirt_api_path, :ovirt_datacenter,
|
||||||
|
:ovirt_filtered_api,
|
||||||
:ovirt_ca_cert_store, :ovirt_ca_cert_file, :ovirt_ca_no_verify
|
:ovirt_ca_cert_store, :ovirt_ca_cert_file, :ovirt_ca_no_verify
|
||||||
|
|
||||||
model_path 'fog/ovirt/models/compute'
|
model_path 'fog/ovirt/models/compute'
|
||||||
|
|
Loading…
Add table
Reference in a new issue