Skip to content

Instantly share code, notes, and snippets.

@dolph
Created November 25, 2011 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolph/1394005 to your computer and use it in GitHub Desktop.
Save dolph/1394005 to your computer and use it in GitHub Desktop.
OpenStack Integration (Self) Test Configuration
[environment]
aki_location = include/sample_vm/natty-server-cloudimg-amd64-vmlinuz-virtual
#ari_location = include/sample_vm/natty-server-cloudimg-amd64-loader
ami_location = include/sample_vm/natty-server-cloudimg-amd64.img
[swift]
auth_host = 127.0.0.1
auth_port = 443
auth_prefix = /auth/
auth_ssl = yes
account = system
username = root
password = password
[rabbitmq]
host = 127.0.0.1
user = guest
password = password
[glance]
host = 127.0.0.1
apiver = v1.0
port = 9292
image_id = 1
[nova]
host = 127.0.0.1
port = 8774
apiver = v1.1
project = admin
user = admin
key = 24BD8F71-6AD8-439D-B722-7E2E25FD1911
ssh_timeout = 300
build_timeout = 300
flavor_ref = 1
flavor_ref_alt = 2
[keystone]
service_host = 127.0.0.1
service_port = 5000
apiver = v2.0
user = admin
password = password
tenant_id = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment