Merge lp:~zulcss/openstack-charm-testing/add-lxd-template into lp:openstack-charm-testing

Proposed by Chuck Short
Status: Merged
Merged at revision: 171
Proposed branch: lp:~zulcss/openstack-charm-testing/add-lxd-template
Merge into: lp:openstack-charm-testing
Diff against target: 89 lines (+85/-0)
1 file modified
templates/tempest/tempest.conf.template.lxd (+85/-0)
To merge this branch: bzr merge lp:~zulcss/openstack-charm-testing/add-lxd-template
Reviewer Review Type Date Requested Status
OpenStack Charm Testing Maintainers Pending
Review via email: mp+284249@code.launchpad.net

Description of the change

Add LXD template

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'templates/tempest/tempest.conf.template.lxd'
2--- templates/tempest/tempest.conf.template.lxd 1970-01-01 00:00:00 +0000
3+++ templates/tempest/tempest.conf.template.lxd 2016-01-28 10:57:51 +0000
4@@ -0,0 +1,85 @@
5+[DEFAULT]
6+lock_path=/tmp
7+[baremetal]
8+[boto]
9+ec2_url = __PROTO__://__NCC__:8773/services/Cloud
10+s3_url = __PROTO__://__NCC__:3333
11+aws_access = __ACCESS__
12+aws_secret = __SECRET__
13+[cli]
14+enabled=true
15+timeout=60
16+cli_dir=/usr/local/bin
17+[compute]
18+flavor_ref=7
19+flavor_ref_alt=8
20+image_ssh_user=cirros
21+image_alt_ssh_user=ubuntu
22+image_ref=__IMAGE_ID__
23+image_ref_alt=__IMAGE_ALT_ID__
24+allow_tenant_isolation = true
25+allow_tenant_reuse = true
26+[compute-admin]
27+[compute-feature-enabled]
28+api_v3=false
29+console_output=true
30+resize=false
31+[dashboard]
32+dashboard_url=http://__DASHBOARD__/horizon
33+login_url=http://__DASHBOARD__/horizon/auth/login/
34+[data_processing]
35+[debug]
36+[identity]
37+uri=__PROTO__://__KEYSTONE__:5000/v2.0
38+uri_v3=__PROTO__://__KEYSTONE__:5000/v3
39+admin_username=admin
40+admin_tenant_name=admin
41+admin_password=openstack
42+admin_domain_name=Default
43+username = demo
44+password = pass
45+tenant_name = demo
46+alt_username = alt_demo
47+alt_password = secret
48+alt_tenant_name = alt_demo
49+admin_role = Admin
50+[identity-feature-enabled]
51+[image]
52+http_image = http://__SWIFT__:80/swift/v1/images/cirros-0.3.3-x86_64-uec.tar.gz
53+[image-feature-enabled]
54+[input-scenario]
55+[network]
56+tenant_network_cidr=__CIDR_PRIV__
57+public_network_id=__EXT_NET__
58+dns_servers=__NAMESERVER__
59+tenant_networks_reachable = false
60+[network-feature-enabled]
61+ipv6=false
62+[object-storage]
63+accounts_quotas_available = True
64+container_quotas_available = True
65+[object-storage-feature-enabled]
66+[orchestration]
67+instance_type = m1.small
68+keypair_name = testkey
69+[scenario]
70+img_dir=/home/ubuntu/images
71+ssh_user=cirros
72+[service_available]
73+ceilometer = false
74+cinder = false
75+glance = true
76+heat = false
77+horizon = true
78+ironic = false
79+neutron = true
80+nova = true
81+sahara = false
82+swift = false
83+trove = false
84+zaqar = false
85+[stress]
86+max_instances = 4
87+[telemetry]
88+[volume]
89+[volume-feature-enabled]

Subscribers

People subscribed via source and target branches

to status/vote changes: