mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|openstack] update server attributes for shared compute tests
This commit is contained in:
parent
fb3c8296ae
commit
5ef3bdf2ee
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@ def compute_providers
|
|||
},
|
||||
:mocked => false
|
||||
},
|
||||
:openstack => { :mocked => true},
|
||||
:openstack => {
|
||||
:mocked => true,
|
||||
:server_attributes => {
|
||||
:flavor_ref => 2,
|
||||
:image_ref => Fog::Compute[:openstack].images.first.id,
|
||||
:name => "fog_#{Time.now.to_i}"
|
||||
}
|
||||
},
|
||||
:cloudstack => {
|
||||
:provider_attributes => {
|
||||
:cloudstack_host => 'http://host.foo'
|
||||
|
|
Loading…
Reference in a new issue