Skip to content

Commit

Permalink
fix vagrant failure for SUSEConnect integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vlewin committed Sep 17, 2014
1 parent 557626c commit 1ae8bdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kitchen/Vagrantfile
Expand Up @@ -20,9 +20,10 @@ Vagrant.configure('2') do |config|
os.username = ENV['CLOUD_USER']
os.api_key = ENV['CLOUD_PASS']

os.tenant = 'appliances'
os.flavor = /m1.small/
os.image = /scc-connect-testing-sles-rc1/
os.tenant = 'appliances'
os.flavor = /d2.small/

os.image = /scc-connect-testing-sles-rc3/
os.networks = ['fixed']
os.floating_ip = 'auto'

Expand Down

0 comments on commit 1ae8bdb

Please sign in to comment.