
- Consolidating glance/images test modules. - Consolidating all glance tests into a single ami-specific test - Test now cleans up images it pushes into glance - Updating links for sample ami-style image - Updating config variables for ami-style image pieces Change-Id: Ie0aaec36eca8425b687740b289fce6964b13fdbd
44 lines
769 B
Plaintext
44 lines
769 B
Plaintext
[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 = 10.0.0.100
|
|
auth_port = 443
|
|
auth_prefix = /auth/
|
|
auth_ssl = yes
|
|
account = system
|
|
username = root
|
|
password = password
|
|
|
|
[rabbitmq]
|
|
host = 10.0.0.100
|
|
user = guest
|
|
password =
|
|
|
|
[glance]
|
|
host = 10.0.0.100
|
|
apiver = v1.0
|
|
port = 9292
|
|
image_id = 1
|
|
|
|
[nova]
|
|
host = 10.0.0.100
|
|
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]
|
|
host = 10.0.0.100
|
|
port = 5000
|
|
apiver = v1.1
|
|
user = admin
|
|
password = password
|