Skip to content

Commit

Permalink
fix example data format for open_stack
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Mar 24, 2015
1 parent b510f0b commit f68c858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/travis.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ open_stack:
auth_url: 'https://example.com/v2.0/tokens'
tenant: 'awesome'
flavor_id: 'a-b-c-d-e'
image_id: 'a-b-c-d-e'
image_id:
precise: '1-2-3-4-5'
trusty: '1-2-3-4-5'
key_name: 'keypair_name_known_to_open_stack'
key_file_name:
- 'path/to/private_key_used_by_keypair'
Expand Down

0 comments on commit f68c858

Please sign in to comment.