[compute|openstack] update server attributes for shared compute tests

This commit is contained in:
geemus 2012-05-28 15:58:52 -05:00
parent fb3c8296ae
commit 5ef3bdf2ee
1 changed files with 8 additions and 1 deletions

View File

@ -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'